MPE_BUYOFF_LOG
Buy Off Log
MPE_BUYOFF_LOG is an SAP database table in S/4HANA. Buy Off Log. It contains 15 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 (15)
| 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 | ||||
| created_by | MPE_CREATE_USER | Created By | ||||
| created_at | MPE_CREATE_TIMESTAMPL | Created 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.
-- 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]
CREATED_BY, -- Created By [MPE_CREATE_USER]
CREATED_AT, -- Created On [MPE_CREATE_TIMESTAMPL]
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