The CRMS4C_STATUS table in SAP ERP or S/4HANA stores User Status mapping for Reporting data. There are total 5 fields in CRMS4C_STATUS table. The User Status mapping for Reporting table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CRMS4C_STATUS table. It is in One Order: Redesign of Persistence Layer (CRMS4_ORDER) ABAP package and is part of the S4CRM: Business Transaction Framework (CRM-S4-BTX) module.
SAP CRMS4C_STATUS Table Fields
Following is the list of fields that are available in SAP CRMS4C_STATUS table. The primary key fields of the table are CLIENT (Client), FIELDNAME (Field Name), FIELDVALUE (Life Cycle User Status), STATUS_PROFILE (Status Profile).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| FIELDNAME | Field Name | FIELDNAME | CHAR (30) | |
| FIELDVALUE | Life Cycle User Status | CRMS4_USER_STAT_LIFECYCLE | CRMS4C_STAT_LC | CHAR (4) |
| STATUS_PROFILE | Status Profile | CRM_J_STSMA | CHAR (8) | |
| USER_STATUS | Object Status | CRM_J_STATUS | CHAR (5) |


