GLE_ADB_GR_KFC

Transparent Table Application Table

ADB GR Key figure values

GLE_ADB_GR_KFC is an SAP database table in S/4HANA. ADB GR Key figure values. It contains 9 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
E_FinSGLCnsldtnADB view_entity from EXTENSION Consolidation ADB - Extension
I_FinSGLCnsldtnADB view_entity from BASIC Consolidation Average Daily Balance

Fields (9)

KeyField Data ElementDescription DomainTypeLength
KEY rclnt mandt Client
KEY runid gle_dte_uuid UUID
KEY id gle_dte_uuid UUID
KEY rldnr rldnr Ledger
KEY rbukrs bukrs Company Code
ryear gjahr Fiscal Year
poper poper Posting Period
usnam usnam User Name
timestamp timestamp Time Stamp

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.

-- ADB GR Key figure values
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GLE_ADB_GR_KFC (
    RCLNT,      -- Client [mandt]
    RUNID,      -- UUID [gle_dte_uuid]
    ID,         -- UUID [gle_dte_uuid]
    RLDNR,      -- Ledger [rldnr]
    RBUKRS,     -- Company Code [bukrs]
    RYEAR,      -- Fiscal Year [gjahr]
    POPER,      -- Posting Period [poper]
    USNAM,      -- User Name [usnam]
    TIMESTAMP,  -- Time Stamp [timestamp]
    PRIMARY KEY (RCLNT, RUNID, ID, RLDNR, RBUKRS)
);