SDMCC_CHGKEY
SD Mass Change Cockpit: Key table for change request
SDMCC_CHGKEY is an SAP database table in S/4HANA. SD Mass Change Cockpit: Key table for change request. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SDMassChgCkptChgSlsDoc | view | from | BASIC | Mass Change of Sales Document |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | slsdocmasschangerequestuuid | sd_mcc_job_uuid | Job ID | |||
| KEY | salesdocument | vbeln | SD Document | |||
| KEY | salesdocumentitem | posnr | Item | |||
| KEY | scheduleline | etenr | Schedule Line | |||
| slsdocmasschgentitytype | sd_mcc_entity_type | Entity Type | ||||
| sddocumentcategory | sd_mcc_document_category | Document Cat. | ||||
| salesdocumentisdeleted | sd_mcc_is_deleted | Deleted | ||||
| handle | guid_16 | GUID 16 |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- SD Mass Change Cockpit: Key table for change request
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SDMCC_CHGKEY (
MANDT, -- Client [mandt]
SLSDOCMASSCHANGEREQUESTUUID, -- Job ID [sd_mcc_job_uuid]
SALESDOCUMENT, -- SD Document [vbeln]
SALESDOCUMENTITEM, -- Item [posnr]
SCHEDULELINE, -- Schedule Line [etenr]
SLSDOCMASSCHGENTITYTYPE, -- Entity Type [sd_mcc_entity_type]
SDDOCUMENTCATEGORY, -- Document Cat. [sd_mcc_document_category]
SALESDOCUMENTISDELETED, -- Deleted [sd_mcc_is_deleted]
HANDLE, -- GUID 16 [guid_16]
PRIMARY KEY (MANDT, SLSDOCMASSCHANGEREQUESTUUID, SALESDOCUMENT, SALESDOCUMENTITEM, SCHEDULELINE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA