TLGRT

Transparent Table Customizing Table

Routes: Loading Groups: Texts

TLGRT is an SAP database table in S/4HANA. Routes: Loading Groups: Texts. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LoadingGroupText view from BASIC Loading Group - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY ladgr LADGR Loading Group
vtext BEZEI20 Description

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.

-- Routes: Loading Groups: Texts
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TLGRT (
    MANDT,  -- Client [MANDT]
    SPRAS,  -- Language [SPRAS]
    LADGR,  -- Loading Group [LADGR]
    VTEXT,  -- Description [BEZEI20]
    PRIMARY KEY (MANDT, SPRAS, LADGR)
);