TCA07

Transparent Table System Table (SAP only)

Sequence categories

TCA07 is an SAP database table in S/4HANA. Sequence categories. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_MfgOrderSequenceCategory view from BASIC Manufacturing Order Sequence Category
I_SequenceCategory view from BASIC Sequence Category

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY flgat FOLGENART Sequence Category

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.

-- Sequence categories
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCA07 (
    FLGAT,  -- Sequence Category [FOLGENART]
    PRIMARY KEY (FLGAT)
);