In this post, I will try and describe everything you need to know about the SAP crmd_ic_xprastat table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_IC_XPRASTAT what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_IC_XPRASTAT....Right lets get started!
Object Name: CRMD_IC_XPRASTAT
Dictionary Type: Transparent table
Description: Table to maintain the XPRA migration status for components
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
XPRA_CLIENT | CHAR | 3(0) | CRM | |||||||||
COMPONENTID | CHAR | 1(0) | CRM | |||||||||
COMPLETE_FLAG | CRMT_IC_FLAG | CHAR | 1(0) | True or false flag | CRM_IC_FLAG | CRM | ||||||
UPDATED_BY | USERNAME | CHAR | 12(0) | User name | USERNAME | SAP | CRM | |||||
UPDATED_DATE | SYDATUM | DATS | 8(0) | System Date | SYDATS | SYST | CRM | |||||
UPDATED_TIME | SYUZEIT | TIMS | 6(0) | System Time | SYTIME | SYST | CRM |