I_COCODELEDGERSOURCELEDGER

CDS View

Company Code Assignment of Ledgers

I_COCODELEDGERSOURCELEDGER is a CDS View in S/4HANA. Company Code Assignment of Ledgers. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_GLAccountLineItem view inner BASIC API G/L Account Line Item
FIN_SubValProfSegmentLineitem view_entity inner Profitability Segment Substitution
I_GLAccountLineItem view_entity inner BASIC General Ledger Account Line Item
I_JournalEntryItem view_entity inner BASIC Journal Entry Item
P_ManageJournalEntryLedgerView view_entity inner COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Ledger Ledger,SourceLedger 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.

-- Company Code Assignment of Ledgers
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COCODELEDGERSOURCELEDGER (
    LEDGER,
    PRIMARY KEY (LEDGER)
);