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_entity from BASIC Storage Type Descriptions

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)
);