In this post, I will try and describe everything you need to know about the SAP crmd_mktpl_cevt 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_CEVT 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_CEVT....Right lets get started!
Object Name: CRMD_MKTPL_CEVT
Dictionary Type: Transparent table
Description: Customer Event
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 | ||||||
CUSTOMER_GUID | SYSUUID_X | RAW | 16(0) | UUID in X form (binary) | SYSUUID | CRM | ||||||
CUSTOMER_GROUP | CRMT_CUST_GROUP1 | CHAR | 3(0) | * | Customer Group 1 | CRM_CUST_GROUP1 | CRM | |||||
CUSTOMER_TYPE | CRM_MKTPL_PLCUST_TYPE | CHAR | 2(0) | Type of Planning Customer (BP, Hierarchy Node, Target Group) | CRM_MKTPL_PLCUST_TYPE | 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 | |||
CUSTOMER_EVENT_N | CRM_MKTPL_EVT | CHAR | 3(0) | Customer Event Number | CRM_MKTPL_EVT | CRM | ||||||
START_DATE | CRM_MKTPL_EVT_START | DATS | 8(0) | Customer Event Start Date | CRM | |||||||
END_DATE | CRM_MKTPL_EVT_END | DATS | 8(0) | Customer Event End Date | CRM |