FAA_CFG_AFABER

CDS View

Intern: Representative Ledger fuer AfA-Bereiche

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

CDS Views using this table (5)

ViewTypeJoinVDMDescription
FAA_CURTYP_O view from Currency Information for DeprAreas
FAA_CURTYP_WOBF view from Currency Information for DeprAreas
FAA_MD_QUANTITY_MIG view inner Migration View for Quantity totals
FAA_REP_LEDGER_O view from Intern: Representative Ledger fuer AfA-Bereiche
FAA_REP_LEDGER_WO_BF view from Intern: Representative Ledger fuer AfA-Bereiche

Fields (7)

KeyField CDS FieldsUsed in Views
KEY afaber afabe,lead_afabe 4
KEY bukrs bukrs 4
KEY rep_ledger ledger,rep_ledger 5
afapl afapl 4
curtp curtp 2
ldgrp ldgrp 2
xstore xstore 2

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_CFG_AFABER (
    AFABER,
    BUKRS,
    REP_LEDGER,
    AFAPL,
    CURTP,
    LDGRP,
    XSTORE,
    PRIMARY KEY (AFABER, BUKRS, REP_LEDGER)
);