MPE_BUYOFF_LOG
Buy Off Log
MPE_BUYOFF_LOG is an SAP database table in S/4HANA. Buy Off Log. It contains 13 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MfgBuyOffDetails | view | from | BASIC | Buy Off Cycle Step Details |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | mfgbuyoffcycle | mpe_buyoff_cycle_id | Buyoff | |||
| KEY | mfgbuyoffcyclestep | mpe_buyoff_step | ID | |||
| KEY | counter | abap.numc | ||||
| status | mpe_buyoff_step_status | Status | ||||
| notes | mpe_buyoff_templatenotes | Comments | ||||
| katalogart | qkatart | Catalog | ||||
| codegruppe | qcodegrp | Code Group | ||||
| code | qcode | Code | ||||
| version | qversnr | Version | ||||
| action | mpe_buyoff_action | Buy Off Action | ||||
| respymgmtteamid | hrobjid | Object ID | ||||
| respymgmtfunction | rsm_de_function | Function |
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.
-- Buy Off Log
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_BUYOFF_LOG (
MANDT, -- Client [mandt]
MFGBUYOFFCYCLE, -- Buyoff [mpe_buyoff_cycle_id]
MFGBUYOFFCYCLESTEP, -- ID [mpe_buyoff_step]
COUNTER, -- abap.numc
STATUS, -- Status [mpe_buyoff_step_status]
NOTES, -- Comments [mpe_buyoff_templatenotes]
KATALOGART, -- Catalog [qkatart]
CODEGRUPPE, -- Code Group [qcodegrp]
CODE, -- Code [qcode]
VERSION, -- Version [qversnr]
ACTION, -- Buy Off Action [mpe_buyoff_action]
RESPYMGMTTEAMID, -- Object ID [hrobjid]
RESPYMGMTFUNCTION, -- Function [rsm_de_function]
PRIMARY KEY (MANDT, MFGBUYOFFCYCLE, MFGBUYOFFCYCLESTEP, COUNTER)
);
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