MLAUFCR

Transparent Table Application Table

Material-Ledger Währungstabelle für Auftragshistorie

MLAUFCR is an SAP database table in S/4HANA. Material-Ledger Währungstabelle für Auftragshistorie. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FMLV_MLAUFCR_UCT_UNION view union_all ML Currency Table for Order History w. cor. CURTP

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY curtp fins_curtype Curr./Val. Type
waers waers Currency
shkzg shkzg Debit/Credit
wrbtr acbtr_cs Amount
arewr arewr GR/IR clr.value
reewr reewr Invoice Value
sdm_version fins_ml_sdm_version SDM Versioning

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.

-- Material-Ledger Währungstabelle für Auftragshistorie
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MLAUFCR (
    CURTP,        -- Curr./Val. Type [fins_curtype]
    WAERS,        -- Currency [waers]
    SHKZG,        -- Debit/Credit [shkzg]
    WRBTR,        -- Amount [acbtr_cs]
    AREWR,        -- GR/IR clr.value [arewr]
    REEWR,        -- Invoice Value [reewr]
    SDM_VERSION,  -- SDM Versioning [fins_ml_sdm_version]
    PRIMARY KEY (CURTP)
);