R_MANAGEJOURNALENTRYLEDGERVIEW

CDS View

Journal Entry Ledger View

R_MANAGEJOURNALENTRYLEDGERVIEW is a CDS View in S/4HANA. Journal Entry Ledger View. It contains 13 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_ManageJournalEntryLedgerView view_entity from CONSUMPTION Journal Entry Item with Ledger
C_MngJournalEntryTotalAmount view_entity from CONSUMPTION Journal Entry Total Amount
C_MngJrnlEntrPrdtnLedgerView view_entity from CONSUMPTION Predictive Journal Entry Item
C_MngJrnlEntrSpcfcLedgerView view_entity from CONSUMPTION Journal Entry Specific Document Item
C_SmltdJrnlEntrLedgerView view_entity from CONSUMPTION Simulated Journal Entry GL Item

Fields (13)

KeyField CDS FieldsUsed in Views
AmountInBalanceTransacCrcy AmountInBalanceTransacCrcy 4
AmountInCompanyCodeCurrency AmountInCompanyCodeCurrency 4
AmountInFreeDefinedCurrency1 AmountInFreeDefinedCurrency1 4
AmountInFreeDefinedCurrency2 AmountInFreeDefinedCurrency2 4
AmountInFreeDefinedCurrency3 AmountInFreeDefinedCurrency3 4
AmountInFreeDefinedCurrency4 AmountInFreeDefinedCurrency4 4
AmountInFreeDefinedCurrency5 AmountInFreeDefinedCurrency5 4
AmountInFreeDefinedCurrency6 AmountInFreeDefinedCurrency6 4
AmountInFreeDefinedCurrency7 AmountInFreeDefinedCurrency7 4
AmountInFreeDefinedCurrency8 AmountInFreeDefinedCurrency8 4
AmountInFunctionalCurrency AmountInFunctionalCurrency 4
AmountInGlobalCurrency AmountInGlobalCurrency 4
AmountInTransactionCurrency AmountInTransactionCurrency 4

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.

-- Journal Entry Ledger View
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_MANAGEJOURNALENTRYLEDGERVIEW (
    AMOUNTINBALANCETRANSACCRCY,
    AMOUNTINCOMPANYCODECURRENCY,
    AMOUNTINFREEDEFINEDCURRENCY1,
    AMOUNTINFREEDEFINEDCURRENCY2,
    AMOUNTINFREEDEFINEDCURRENCY3,
    AMOUNTINFREEDEFINEDCURRENCY4,
    AMOUNTINFREEDEFINEDCURRENCY5,
    AMOUNTINFREEDEFINEDCURRENCY6,
    AMOUNTINFREEDEFINEDCURRENCY7,
    AMOUNTINFREEDEFINEDCURRENCY8,
    AMOUNTINFUNCTIONALCURRENCY,
    AMOUNTINGLOBALCURRENCY,
    AMOUNTINTRANSACTIONCURRENCY
);