The CRMD_MKTLIST_COD table in SAP ERP or S/4HANA stores Code blocks for mapping tool data. There are total 8 fields in CRMD_MKTLIST_COD table. The Code blocks for mapping tool 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 CRMD_MKTLIST_COD table. It is in CRM Marketing: External List Management – Mapping Engine 4.0 (CRM_MKTLIST_MAPPING) ABAP package and is part of the External List Management (CRM-MKT-EAL) module.
SAP CRMD_MKTLIST_COD Table Fields
Following is the list of fields that are available in SAP CRMD_MKTLIST_COD table. The primary key fields of the table are CLIENT (Client), LIST_FMT (Mapping Format), UNQLINE (CRM Marketing: GUID for an External List), TARPOS (Mapping Tool: Target Field Posiiton), CODETYPE (Code Type Attached to the Mapping Field), CODEPOS (Mapping Tool: Code Position), ENTPOS (Position of the Possible Value for which Data is Assigned).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| LIST_FMT | Mapping Format | CRMT_MKTLIST_FORMAT | CHAR (6) | |
| UNQLINE | CRM Marketing: GUID for an External List | CRMT_MKTLIST_LIST_GUID | RAW (16) | |
| TARPOS | Mapping Tool: Target Field Posiiton | CRMT_MKTLIST_MAP_TARPOS | INT4 (10) | |
| CODETYPE | Code Type Attached to the Mapping Field | CRMT_MKTLIST_MAP_CODETYPE | CHAR (1) | |
| CODEPOS | Mapping Tool: Code Position | CRMT_MKTLIST_MAP_CODEPOS | INT4 (10) | |
| ENTPOS | Position of the Possible Value for which Data is Assigned | CRMT_MKTLIST_MAP_ASSIGN_POS | INT4 (10) | |
| CODE | Mapping Tool: Code | CRMT_MKTLIST_MAP_CODE | STRG () |


