The CRMC_SO_MAP table in SAP ERP or S/4HANA stores Mapping Table for Simple Objects in Gen. Interaction Layer data. There are total 5 fields in CRMC_SO_MAP table. The Mapping Table for Simple Objects in Gen. Interaction Layer 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_SO_MAP table. It is in Components of the Generic IL for Simple Objects (CRM_GENIL_SIMPLE_OBJ_COMP) ABAP package and is part of the Generic Interaction Layer (CA-WUI-GOL-GIL) module.
SAP CRMC_SO_MAP Table Fields
Following is the list of fields that are available in SAP CRMC_SO_MAP table. The primary key fields of the table are OBJECT_NAME (External Name of Object).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
OBJECT_NAME | External Name of Object | CRMT_EXT_OBJ_NAME | CHAR (30) | |
IMPL_CLASS | Object Type Name | SEOCLSNAME | CHAR (30) | |
ATTR_STRUCT | Name of a structure | STRUKNAME | CHAR (30) | |
CREATE_STRUCT | Name of a structure | STRUKNAME | CHAR (30) | |
KEY_STRUCT | Component name | NAME_KOMP | CHAR (30) |