T301T

Transparent Table Customizing Table

Storage Type Descriptions

T301T is an SAP database table in S/4HANA. Storage Type Descriptions. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Storagetype_T view from BASIC

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY lgnum LGNUM Warehouse No.
KEY lgtyp LGTYP Storage Type
ltypt LVS_LTYPT Stor.type name

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.

-- Storage Type Descriptions
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T301T (
    MANDT,  -- Client [MANDT]
    SPRAS,  -- Language [SPRAS]
    LGNUM,  -- Warehouse No. [LGNUM]
    LGTYP,  -- Storage Type [LGTYP]
    LTYPT,  -- Stor.type name [LVS_LTYPT]
    PRIMARY KEY (MANDT, SPRAS, LGNUM, LGTYP)
);