P_LEDGERVALUATIONCRCYROLE

CDS View

Ledger Valuation Currency Role

P_LEDGERVALUATIONCRCYROLE is a CDS View in S/4HANA. Ledger Valuation Currency Role. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_LedgerValuationCrcyRole view from BASIC Currency Role

Fields (4)

KeyField CDS FieldsUsed in Views
KEY curtype LedgerValuationCurrencyRole 1
KEY Ledger Ledger 1
KEY valusubtyp AccountingValuationSubview 1
KEY valutyp AccountingValuationView 1

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.

-- Ledger Valuation Currency Role
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_LEDGERVALUATIONCRCYROLE (
    CURTYPE,
    LEDGER,
    VALUSUBTYP,
    VALUTYP,
    PRIMARY KEY (CURTYPE, LEDGER, VALUSUBTYP, VALUTYP)
);