Replaced in S/4HANA
This table is replaced by ACDOCA

New GL line item tables (FAGLFLEXA, FAGLFLEXT) replaced by ACDOCA.

View all S/4HANA migration mappings →

FAGLFLEXA

Transparent Table Application Table

General Ledger: Actual Line Items

FAGLFLEXA is an SAP database table in S/4HANA. General Ledger: Actual Line Items. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FGL_GLSI_SRC view from View across G/L SI-tables. Generated on 21.08.2015

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY rclnt mandt Client
KEY ryear gjahr Fiscal Year
KEY docnr belnr_d Document Number
KEY docln docln6 G/L Line Item
_dataaging data_temperature Data Aging

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.

-- General Ledger: Actual Line Items
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAGLFLEXA (
    RCLNT,       -- Client [mandt]
    RYEAR,       -- Fiscal Year [gjahr]
    DOCNR,       -- Document Number [belnr_d]
    DOCLN,       -- G/L Line Item [docln6]
    _DATAAGING,  -- Data Aging [data_temperature]
    PRIMARY KEY (RCLNT, RYEAR, DOCNR, DOCLN)
);