MPE_RTGV_ORDCMPI
Delta BOM items: Order specific component instances
MPE_RTGV_ORDCMPI is an SAP database table in S/4HANA. Delta BOM items: Order specific component instances. It contains 16 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RoutingOrderSpecificInstance | view | from | BASIC | Delta BOM Items Order Specific Component Instances |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | plnty | PLNTY | Task List Type | |||
| KEY | plnnr | PLNNR | Group | |||
| KEY | plnal | PLNAL | Group Counter | |||
| KEY | versn | PLNVERSN | Routing Version | |||
| KEY | delta_cmp_cnt | MPE_RTGV_DELTA_CMP_CNT | Comp. Counter | |||
| KEY | delta_cmp_i_cnt | MPE_RTGV_DELTA_CMP_CNT | Comp. Counter | |||
| tmxguid | CIM_DMU_GUID16 | DMU GUID | ||||
| inst_guid | CIM_DMU_GUID16 | DMU GUID | ||||
| tmxguid_reference | CIM_DMU_GUID16 | DMU GUID | ||||
| delta_type | MPE_RTGV_DELTA_TYPE | Delta Type | ||||
| ref_designator | MPE_RTGV_BOM_REF_DESIGNATOR | Ref. Designator | ||||
| created_by | MPE_CREATE_USER | Created By | ||||
| created_at | MPE_CREATE_TIMESTAMP | Created On | ||||
| changed_by | MPE_LCHANGE_USER | Changed By | ||||
| changed_at | MPE_LCHANGE_TIMESTAMP | Changed On |
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.
-- Delta BOM items: Order specific component instances
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_RTGV_ORDCMPI (
MANDT, -- Client [MANDT]
PLNTY, -- Task List Type [PLNTY]
PLNNR, -- Group [PLNNR]
PLNAL, -- Group Counter [PLNAL]
VERSN, -- Routing Version [PLNVERSN]
DELTA_CMP_CNT, -- Comp. Counter [MPE_RTGV_DELTA_CMP_CNT]
DELTA_CMP_I_CNT, -- Comp. Counter [MPE_RTGV_DELTA_CMP_CNT]
TMXGUID, -- DMU GUID [CIM_DMU_GUID16]
INST_GUID, -- DMU GUID [CIM_DMU_GUID16]
TMXGUID_REFERENCE, -- DMU GUID [CIM_DMU_GUID16]
DELTA_TYPE, -- Delta Type [MPE_RTGV_DELTA_TYPE]
REF_DESIGNATOR, -- Ref. Designator [MPE_RTGV_BOM_REF_DESIGNATOR]
CREATED_BY, -- Created By [MPE_CREATE_USER]
CREATED_AT, -- Created On [MPE_CREATE_TIMESTAMP]
CHANGED_BY, -- Changed By [MPE_LCHANGE_USER]
CHANGED_AT, -- Changed On [MPE_LCHANGE_TIMESTAMP]
PRIMARY KEY (MANDT, PLNTY, PLNNR, PLNAL, VERSN, DELTA_CMP_CNT, DELTA_CMP_I_CNT)
);
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