MPE_CMP_OAI_INST
Instances for Components at Operation Activity Instances
MPE_CMP_OAI_INST is an SAP database table in S/4HANA. Instances for Components at Operation Activity Instances. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OpActyCompInstceAssignment | view | from | BASIC | Assignment of component instance to operation activity |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | rsnum | rsnum | Reservation | |||
| KEY | rspos | rspos | Item no. | |||
| KEY | rsart | rsart | Record type | |||
| KEY | oan_instance_id | mpe_oan_instance_id | Instance ID | |||
| KEY | oan_element_number | mpe_oan_element_number | Element Number | |||
| KEY | inst_guid | dmu_guid16 | DMU GUID | |||
| tmxguid | dmu_guid16 | DMU GUID | ||||
| inst_guid_reference | dmu_guid16 | DMU GUID | ||||
| mrs_leaf_assignment_uuid | mpe_mrs_leaf_assignment_uuid | Leaf Assignment UUID | ||||
| mrs_item_detail_uuid | mpe_mrs_item_uuid | MRS Item UUID | ||||
| mrs_item_detail_is_contextual | mpe_mrs_item_det_is_contextual | Contextual |
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.
-- Instances for Components at Operation Activity Instances
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_CMP_OAI_INST (
MANDT, -- Client [mandt]
RSNUM, -- Reservation [rsnum]
RSPOS, -- Item no. [rspos]
RSART, -- Record type [rsart]
OAN_INSTANCE_ID, -- Instance ID [mpe_oan_instance_id]
OAN_ELEMENT_NUMBER, -- Element Number [mpe_oan_element_number]
INST_GUID, -- DMU GUID [dmu_guid16]
TMXGUID, -- DMU GUID [dmu_guid16]
INST_GUID_REFERENCE, -- DMU GUID [dmu_guid16]
MRS_LEAF_ASSIGNMENT_UUID, -- Leaf Assignment UUID [mpe_mrs_leaf_assignment_uuid]
MRS_ITEM_DETAIL_UUID, -- MRS Item UUID [mpe_mrs_item_uuid]
MRS_ITEM_DETAIL_IS_CONTEXTUAL, -- Contextual [mpe_mrs_item_det_is_contextual]
PRIMARY KEY (MANDT, RSNUM, RSPOS, RSART, OAN_INSTANCE_ID, OAN_ELEMENT_NUMBER, INST_GUID)
);
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