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. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
FAA_CURTYP_O 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

Fields (7)

KeyField CDS FieldsUsed in Views
KEY afaber afabe,lead_afabe 2
KEY bukrs bukrs 2
KEY rep_ledger ledger,rep_ledger 3
afapl afapl 2
curtp curtp 1
ldgrp ldgrp 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_CFG_AFABER (
    AFABER,
    BUKRS,
    REP_LEDGER,
    AFAPL,
    CURTP,
    LDGRP,
    XSTORE,
    PRIMARY KEY (AFABER, BUKRS, REP_LEDGER)
);