MPE_OA_T
Text table for Operation Activity
MPE_OA_T is an SAP database table in S/4HANA. Text table for Operation Activity. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OperationActivityText | view | from | BASIC | Operation Activity Text |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | spras | MPE_SPRAS_TYPE | Language | |||
| KEY | id | MPE_OA_ID | Operation Activity | |||
| KEY | version_no | MPE_OA_VERSION_NO | OA Version | |||
| text | MPE_OA_DESCRIPTION | OA Description | ||||
| 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.
-- Text table for Operation Activity
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_OA_T (
MANDT, -- Client [MANDT]
SPRAS, -- Language [MPE_SPRAS_TYPE]
ID, -- Operation Activity [MPE_OA_ID]
VERSION_NO, -- OA Version [MPE_OA_VERSION_NO]
TEXT, -- OA Description [MPE_OA_DESCRIPTION]
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, SPRAS, ID, VERSION_NO)
);
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