TCGTPLU

Transparent Table Application Table

Inheritance Templates - Usages

TCGTPLU is an SAP database table in S/4HANA. Inheritance Templates - Usages. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SpecInheritanceTemplateUsage view from BASIC Specification Inheritance Template Usage

Fields (4)

KeyField Data ElementDescription DomainTypeLength
rvlid eservlid Validity Area
vaclid esevaclid Rating
reftplh_recn eserecn Record number
ord eseord Sort Order

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.

-- Inheritance Templates - Usages
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCGTPLU (
    RVLID,         -- Validity Area [eservlid]
    VACLID,        -- Rating [esevaclid]
    REFTPLH_RECN,  -- Record number [eserecn]
    ORD            -- Sort Order [eseord]
);