LVCR

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

Fields (9)

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
CurrencyRole CurrencyRole 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,
    CURRENCYROLE,
    LEGALCURRENCYROLE,
    LEGALCURRENCYROLENAME,
    PRIMARY KEY (LEDGERVALUATIONCURRENCYROLE)
);