LFM2_PRC

Transparent Table Application Table

Master Data Consolidation: Process Table for LFM2

LFM2_PRC is an SAP database table in S/4HANA. Master Data Consolidation: Process Table for LFM2. It contains 20 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BPSuplrPurchasingDataProcess view_entity from BASIC Supplier Purchasing Data Process

Fields (20)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
dispo dispo MRP Controller
boind boind_unused SS Index Active
bstae bstae Conf. Control
rdprf rdprf Rnding Profile
megru megru UoM Group
bopnr bopnr LB profile
xersr xersr Aut. GRSet Ret
abueb abueb Creation Profile
paprf wvmi_paprf PROACT control prof
xnbwy xnbwy Revaluation
lebre lebre Srv.-Based Inv. Ver.
bolre bolre_unused Subseq. Settlmt
umsae umsae_unused BVC
source_recency mdc_recency Last Changed On
source_modified mdc_source_modified Modified
source_modification_blip mdc_modification_blip Modification
source_index mdc_source_index Index
lifnr lifnr Supplier
target_assignment_id mdg_bp_assignment_id Assignment ID

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.

-- Master Data Consolidation: Process Table for LFM2
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE LFM2_PRC (
    MANDT,                     -- Client [mandt]
    DISPO,                     -- MRP Controller [dispo]
    BOIND,                     -- SS Index Active [boind_unused]
    BSTAE,                     -- Conf. Control [bstae]
    RDPRF,                     -- Rnding Profile [rdprf]
    MEGRU,                     -- UoM Group [megru]
    BOPNR,                     -- LB profile [bopnr]
    XERSR,                     -- Aut. GRSet Ret [xersr]
    ABUEB,                     -- Creation Profile [abueb]
    PAPRF,                     -- PROACT control prof [wvmi_paprf]
    XNBWY,                     -- Revaluation [xnbwy]
    LEBRE,                     -- Srv.-Based Inv. Ver. [lebre]
    BOLRE,                     -- Subseq. Settlmt [bolre_unused]
    UMSAE,                     -- BVC [umsae_unused]
    SOURCE_RECENCY,            -- Last Changed On [mdc_recency]
    SOURCE_MODIFIED,           -- Modified [mdc_source_modified]
    SOURCE_MODIFICATION_BLIP,  -- Modification [mdc_modification_blip]
    SOURCE_INDEX,              -- Index [mdc_source_index]
    LIFNR,                     -- Supplier [lifnr]
    TARGET_ASSIGNMENT_ID,      -- Assignment ID [mdg_bp_assignment_id]
    PRIMARY KEY (MANDT)
);