TCKMLPR_EB

Transparent Table Control Table (SAP+Cust)

Customizing for Bal. Sheet Valuation: Define Valuation Areas

TCKMLPR_EB is an SAP database table in S/4HANA. Customizing for Bal. Sheet Valuation: Define Valuation Areas. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ValuationPriceCategoryVH view from BASIC Valuation Alternative

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY prkzg CK_PRICE_KZG Valuation Alt.
prcid MY_PROCID Procedure ID
method MYMETHOD Method
myver MYVER Version
final CK_FINAL Final Result
ledger FINS_LEDGER Ledger

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.

-- Customizing for Bal. Sheet Valuation: Define Valuation Areas
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCKMLPR_EB (
    MANDT,   -- Client [MANDT]
    PRKZG,   -- Valuation Alt. [CK_PRICE_KZG]
    PRCID,   -- Procedure ID [MY_PROCID]
    METHOD,  -- Method [MYMETHOD]
    MYVER,   -- Version [MYVER]
    FINAL,   -- Final Result [CK_FINAL]
    LEDGER,  -- Ledger [FINS_LEDGER]
    PRIMARY KEY (MANDT, PRKZG)
);