The CRMS_IC_APP_COMP table in SAP ERP or S/4HANA stores IC Application components and classes data. There are total 6 fields in CRMS_IC_APP_COMP table. The IC Application components and classes 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 CRMS_IC_APP_COMP table. It is in IC framework UI components (IC_UI_COMPONENTS) ABAP package and is part of the Framework (CA-GTF-IC-FRW) module.
SAP CRMS_IC_APP_COMP Table Fields
Following is the list of fields that are available in SAP CRMS_IC_APP_COMP table. The primary key fields of the table are CLIENT (Client), NAME (Component Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| NAME | Component Name | CRMT_IC_NAME | CHAR (32) | |
| CLASSNAME | ABAP Object class name | CRMT_IC_CLASS_NAME | CHAR (30) | |
| SEQUENCE | Sequence number | CRMT_IC_SEQUENCE | INT1 (3) | |
| ACTIVE | IC Boolean | CRMT_IC_BOOLEAN | CHAR (1) | |
| SESSION_TYPE | Short Code to Define the Session Type | CRMT_IC_SESSION_TYPE | CHAR (2) |


