MPE_OAN_INSTANCE
Operation Activity Network Instance
MPE_OAN_INSTANCE is an SAP database table in S/4HANA. Operation Activity Network Instance. It contains 10 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OpActyNtwkInstanceBasic | view | from | BASIC | Operation Activity Network Instance |
| V_SFIAtOpActyMissingStatus | view | inner |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | oan_instance_id | MPE_OAN_INSTANCE_ID | Instance ID | |||
| oan_id | MPE_OAN_OBJECT_ID | Object ID | ||||
| oan_version_no | MPE_OAN_OBJECT_VERSION_NO | Object Version | ||||
| aufnr | CO_AUFNR | Order | ||||
| aufpl | CO_AUFPL | Plan No.f.Oper. | ||||
| aplzl | CO_APLZL | Counter | ||||
| sfi_conf | MPE_OAN_SFI_CONF_RQD | Mat. Confirmation | ||||
| conf_allwd | MPE_EXEC_CONF_ALLWD | Conf. Allowed | ||||
| conf_not_allwd_rsn | MPE_EXEC_CONF_NOT_ALLWD_RSN | Conf.notAllwd Reason |
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.
-- Operation Activity Network Instance
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_OAN_INSTANCE (
MANDT, -- Client [MANDT]
OAN_INSTANCE_ID, -- Instance ID [MPE_OAN_INSTANCE_ID]
OAN_ID, -- Object ID [MPE_OAN_OBJECT_ID]
OAN_VERSION_NO, -- Object Version [MPE_OAN_OBJECT_VERSION_NO]
AUFNR, -- Order [CO_AUFNR]
AUFPL, -- Plan No.f.Oper. [CO_AUFPL]
APLZL, -- Counter [CO_APLZL]
SFI_CONF, -- Mat. Confirmation [MPE_OAN_SFI_CONF_RQD]
CONF_ALLWD, -- Conf. Allowed [MPE_EXEC_CONF_ALLWD]
CONF_NOT_ALLWD_RSN, -- Conf.notAllwd Reason [MPE_EXEC_CONF_NOT_ALLWD_RSN]
PRIMARY KEY (MANDT, OAN_INSTANCE_ID)
);
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