FAA_REP_LEDGER_O

CDS View

Intern: Representative Ledger fuer AfA-Bereiche

FAA_REP_LEDGER_O is a CDS View in S/4HANA. Intern: Representative Ledger fuer AfA-Bereiche. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
Faa_Rep_Ledger view from Intern: Representative Ledger fuer AfA-Bereiche

Fields (6)

KeyField CDS FieldsUsed in Views
KEY bukrs bukrs 1
KEY lead_afabe lead_afabe 1
afapl afapl 1
ldgrp ldgrp 1
rep_ledger rep_ledger 1
xstore xstore 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.

-- Intern: Representative Ledger fuer AfA-Bereiche
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAA_REP_LEDGER_O (
    BUKRS,
    LEAD_AFABE,
    AFAPL,
    LDGRP,
    REP_LEDGER,
    XSTORE,
    PRIMARY KEY (BUKRS, LEAD_AFABE)
);