In this post, I will try and describe everything you need to know about the SAP crmd_mktpl_dhead 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_MKTPL_DHEAD 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_MKTPL_DHEAD....Right lets get started!
Object Name: CRMD_MKTPL_DHEAD
Dictionary Type: Transparent table
Description: Header for customer defaults transaction
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 | ||||
GUID | SYSUUID_X | RAW | 16(0) | UUID in X form (binary) | SYSUUID | CRM | ||||||
BP_GUID | BU_PARTNER_GUID | RAW | 16(0) | Business Partner GUID | SYSUUID | CRM | ||||||
NODE_GUID | BU_NODE_GUID | RAW | 16(0) | GUID of Hierarchy Node | SYSUUID | CRM | ||||||
SALES_ORG | CRMT_SALES_ORG | CHAR | 14(0) | Sales Organization | HROBJEC_14 | CRM_ORGMAN_SALES_ORG | SALES_ORG | CRM | ||||
CHANNEL | CRMT_DISTRIBUTION_CHANNEL | CHAR | 2(0) | * | Distribution Channel | CRM_DISTRIBUTION_CHANNEL | CRM_ORGMAN_DIS_CHANNEL | DIS_CHANNEL | CRM | |||
DIVISION | CRMT_DIVISION | CHAR | 2(0) | * | Division | CRM_DIVISION | CRM_DIVISION | DIVISION | CRM |