TQ42

Transparent Table Customizing Table

Physical sample containers

TQ42 is an SAP database table in S/4HANA. Physical sample containers. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MatlSmplContainerType view_entity from BASIC Material Sample Container Type

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY gebindetyp qgebindet Sample Contr

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.

-- Physical sample containers
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TQ42 (
    MANDT,       -- Client [mandt]
    GEBINDETYP,  -- Sample Contr [qgebindet]
    PRIMARY KEY (MANDT, GEBINDETYP)
);