MPE_BUYOFFSTEPS
Buyoff Cycle Step Table
MPE_BUYOFFSTEPS is an SAP database table in S/4HANA. Buyoff Cycle Step Table. It contains 12 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MfgBuyOffCycleStep | view | from | BASIC | Buyoff Cycle Step |
| I_MfgBuyOffCycleStepTP | view | from | TRANSACTIONAL | Buy Off Cycle Steps |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | mfgbuyoffcycle | MPE_BUYOFF_CYCLE_ID | Buyoff | |||
| KEY | mfgbuyoffinternalid | MPE_BUYOFF_STEP | ID | |||
| sequence | MPE_BUYOFF_SEQUENCE | Sequence | ||||
| respymgmtteamid | HROBJID | Object ID | ||||
| respymgmtfunction | RSM_DE_FUNCTION | Function | ||||
| mfgbuyoffstatus | MPE_BUYOFF_STEP_STATUS | Status | ||||
| mfgbuyoffisskipped | MPE_BUYOFF_SKIPPABLE | Skip | ||||
| mfgbuyoffcertchkisrqd | MPE_BUYOFF_CERTCHECK | Qual. Check | ||||
| processor | MPE_BUYOFF_PROCESSOR | Processor | ||||
| mfgbuyoffreferencedstep | MPE_BUYOFF_STEP | ID | ||||
| mfgbuyoffadhocstepdescription | MPE_BUYOFFSQNC_DESC | Buyoff Description |
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.
-- Buyoff Cycle Step Table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_BUYOFFSTEPS (
CLIENT, -- Client [MANDT]
MFGBUYOFFCYCLE, -- Buyoff [MPE_BUYOFF_CYCLE_ID]
MFGBUYOFFINTERNALID, -- ID [MPE_BUYOFF_STEP]
SEQUENCE, -- Sequence [MPE_BUYOFF_SEQUENCE]
RESPYMGMTTEAMID, -- Object ID [HROBJID]
RESPYMGMTFUNCTION, -- Function [RSM_DE_FUNCTION]
MFGBUYOFFSTATUS, -- Status [MPE_BUYOFF_STEP_STATUS]
MFGBUYOFFISSKIPPED, -- Skip [MPE_BUYOFF_SKIPPABLE]
MFGBUYOFFCERTCHKISRQD, -- Qual. Check [MPE_BUYOFF_CERTCHECK]
PROCESSOR, -- Processor [MPE_BUYOFF_PROCESSOR]
MFGBUYOFFREFERENCEDSTEP, -- ID [MPE_BUYOFF_STEP]
MFGBUYOFFADHOCSTEPDESCRIPTION, -- Buyoff Description [MPE_BUYOFFSQNC_DESC]
PRIMARY KEY (CLIENT, MFGBUYOFFCYCLE, MFGBUYOFFINTERNALID)
);
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