LVCR

LVCR is an SAP database table in S/4HANA. It contains 12 fields.

Fields (12)

KeyField CDS FieldsUsed in Views
KEY LedgerValuationCurrencyRole LedgerValuationCurrencyRole 1
AccountingValuationSubview AccountingValuationSubview 1
AccountingValuationSubviewName AccountingValuationSubviewName 1
AccountingValuationView AccountingValuationView,ControllingValuationType 1
AccountingValuationViewName AccountingValuationViewName 1
AcctgValnVwSubviewCombinedName AcctgValnVwSubviewCombinedName 1
Currency Currency 1
CurrencyRole CurrencyRole 1
Ledger Ledger 1
LedgerName LedgerName 1
LegalCurrencyRole LegalCurrencyRole 1
LegalCurrencyRoleName LegalCurrencyRoleName 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE LVCR (
    LEDGERVALUATIONCURRENCYROLE,
    ACCOUNTINGVALUATIONSUBVIEW,
    ACCOUNTINGVALUATIONSUBVIEWNAME,
    ACCOUNTINGVALUATIONVIEW,
    ACCOUNTINGVALUATIONVIEWNAME,
    ACCTGVALNVWSUBVIEWCOMBINEDNAME,
    CURRENCY,
    CURRENCYROLE,
    LEDGER,
    LEDGERNAME,
    LEGALCURRENCYROLE,
    LEGALCURRENCYROLENAME,
    PRIMARY KEY (LEDGERVALUATIONCURRENCYROLE)
);