In this post, I will try and describe everything you need to know about the SAP crmd_mktlist_mat 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_MAT 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_MAT....Right lets get started!
Object Name: CRMD_MKTLIST_MAT
Dictionary Type: Transparent table
Description: Mapping table - Marketing Attributes
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 | |||||
TARPOS | CRMT_MKTLIST_MAP_TARPOS | INT4 | 10(0) | Mapping Tool's target field posiiton | CRM_MKTLIST_FIELD_NO | CRM | ||||||
ATTRIBUTE_SET | CRMT_MKTLIST_ATTRIBUTE_SET | CHAR | 18(0) | Attribute Set | KLASSE | CRM | ||||||
ATTRIBUTE | CRMT_MKTLIST_ATTRIBUTE_NAME | CHAR | 30(0) | Marketing Attribute | ATNAM | CRM | ||||||
SRCPOS | CRMT_MKTLIST_MAP_SRCPOS | INT4 | 10(0) | Mapping Tool's Source structure's field posiiton | CRM_MKTLIST_FIELD_NO | CRM | ||||||
ASSIGN_TO_BP | CRMT_MKTLIST_ASSIGN_ATTR_TO_BP | CHAR | 1(0) | Business Partner Type | CRM_MKTLIST_ASSIGN_ATTR_TO_BP | CRM |