The CRMC_STATUS_PROC table in SAP ERP or S/4HANA stores Changeable System Status in CRM Document data. There are total 9 fields in CRMC_STATUS_PROC table. The Changeable System Status in CRM Document 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 CRMC_STATUS_PROC table. It is in CRM Order: General Order Processing (CRM_ORDER) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMC_STATUS_PROC Table Fields
Following is the list of fields that are available in SAP CRMC_STATUS_PROC table. The primary key fields of the table are STATUS (System status), ACTIVATE (Ability to Set or Reset System Status), PROCESS (Business Transaction).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| STATUS | System status | J_ISTAT | TJ02 | CHAR (5) |
| ACTIVATE | Ability to Set or Reset System Status | CRMT_STATUS_SET_RESET | CHAR (1) | |
| PROCESS | Business Transaction | J_VORGANG | CHAR (4) | |
| ICON | Name of an Icon | ICONNAME | CHAR (30) | |
| DISPLAY | Display only | CRMT_DISPLAY_ONLY | CHAR (1) | |
| DISPLAY_TYPE | Display Only For Specific Object Type | CRMT_STATUS_DISP_ONLY_FOR_TYPE | CHAR (3) | |
| LIFECYCLE | Status Number of System Status Which Displays Life Cycle | CRMT_STATUS_LIFECYCLE | NUMC (2) | |
| LINEP | Position of the status in the status display | J_LINEP | NUMC (2) | |
| STATP | Status display priority at a particular position | J_STATP | NUMC (2) |


