The CRMC_GIL_COMP table in SAP ERP or S/4HANA stores Assignment of Application Components to Implementatn Classes data. There are total 4 fields in CRMC_GIL_COMP table. The Assignment of Application Components to Implementatn 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 CRMC_GIL_COMP table. It is in Customizing Objects for Generic Interaction Layer (CRM_GENIL_CUST) ABAP package and is part of the Generic Interaction Layer (CA-WUI-GOL-GIL) module.
SAP CRMC_GIL_COMP Table Fields
Following is the list of fields that are available in SAP CRMC_GIL_COMP table. The primary key fields of the table are COMPONENT (Component Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| COMPONENT | Component Name | CRMT_COMPONENT_NAME | CHAR (6) | |
| IMPL_CLASS | Implementation Class for a GENIL Component | CRMDT_GENIL_IMPL_CLASS | CHAR (30) | |
| OBJ_TAB | Object Table: Implementation of Generic Interaction Layer | CRMDT_GENIL_OBJ_TAB | CHAR (16) | |
| MODEL_TAB | Model Table for a GENIL Component | CRMDT_GENIL_MODEL_TAB | CHAR (16) |


