LFB5_PRC

Transparent Table Application Table

Master Data Consolidation: Process Table for LFB5

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BPSupplierDunningProcess view_entity from BASIC BP Supplier Dunning Data Process

Fields (14)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
mahna mahna Dunn.Procedure
mansp mansp Dunn. Block
madat madat Last Dunned
mahns mahns_d Dunning Level
lfrma lfrma Dunn.recipient
gmvdt gmvdt Leg.Dunn.Proc.
busab busab_ma Dunning Clerk
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 LFB5
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE LFB5_PRC (
    MANDT,                     -- Client [mandt]
    MAHNA,                     -- Dunn.Procedure [mahna]
    MANSP,                     -- Dunn. Block [mansp]
    MADAT,                     -- Last Dunned [madat]
    MAHNS,                     -- Dunning Level [mahns_d]
    LFRMA,                     -- Dunn.recipient [lfrma]
    GMVDT,                     -- Leg.Dunn.Proc. [gmvdt]
    BUSAB,                     -- Dunning Clerk [busab_ma]
    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)
);