In this post, I will try and describe everything you need to know about the SAP crmd_mktlist_atr 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_ATR 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_ATR....Right lets get started!
Object Name: CRMD_MKTLIST_ATR
Dictionary Type: Transparent table
Description: Staging - 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 | ||||
PACKAGE_GUID | CRMT_MKTLIST_PACKAGE_GUID | RAW | 16(0) | CRM Marketing: GUID of a Working Package | CRM_MKTLIST_PACKAGE_GUID | CRM | ||||||
C_HEAD_GUID | CRMT_MKTLIST_C_HEAD | RAW | 16(0) | External List Converted Cache Header GUID | CRM_MKTLIST_C_HEAD | CRM | ||||||
C_ITEM_GUID | CRMT_MKTLIST_C_ITEM | RAW | 16(0) | External List Converted Cache Item GUID | CRM_MKTLIST_C_ITEM | CRM | ||||||
ATTRIBUTE_GUID | CRMT_MKTLIST_ATTRIBUTE_GUID | RAW | 16(0) | External List - Attribute Value GUID | SYSUUID | 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 | ||||||
VALUE | CRMT_MKTLIST_ATTRIBUTE_VALUE | CHAR | 30(0) | Marketing Attribute Value | ATWRT | CRM |