In this post, I will try and describe everything you need to know about the SAP crmd_mktlist_cod table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_MKTLIST_COD what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_MKTLIST_COD....Right lets get started!
Object Name: CRMD_MKTLIST_COD
Dictionary Type: Transparent table
Description: Code blocks for mapping tool
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
LIST_FMT | CRMT_MKTLIST_FORMAT | CHAR | 6(0) | * | Mapping Format | CRM_MKTLIST_FORMAT | CRM | |||||
UNQLINE | CRMT_MKTLIST_LIST_GUID | RAW | 16(0) | CRM Marketing: GUID for an External List | CRM_MKTLIST_LIST_GUID | CRM | ||||||
TARPOS | CRMT_MKTLIST_MAP_TARPOS | INT4 | 10(0) | Mapping Tool's target field posiiton | CRM_MKTLIST_FIELD_NO | CRM | ||||||
CODETYPE | CRMT_MKTLIST_MAP_CODETYPE | CHAR | 1(0) | Codetype Attached to the mappimg field | CRM_MKTLIST_MAP_CODETYPE | CRM | ||||||
CODEPOS | CRMT_MKTLIST_MAP_CODEPOS | INT4 | 10(0) | Mapping Tool:Codeposition | INT4 | CRM | ||||||
ENTPOS | CRMT_MKTLIST_MAP_ASSIGN_POS | INT4 | 10(0) | Position of the possible value for which data is assigned | INT4 | CRM | ||||||
CODE | CRMT_MKTLIST_MAP_CODE | STRG | 0(0) | Mapping Tool: Code | CRM_MKTLIST_DATA_RECORD | CRM |