T6WL4

Transparent Table Customizing Table

Check table - label form

T6WL4 is an SAP database table in S/4HANA. Check table - label form. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_Labelformtexttemp view from CONSUMPTION Label form text
I_LabelFormText view_entity from BASIC Label Form - Text
P_Labelformtext view from BASIC label form text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY etifo etifo Label form
etitx text_40 Text

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.

-- Check table - label form
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T6WL4 (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    ETIFO,  -- Label form [etifo]
    ETITX,  -- Text [text_40]
    PRIMARY KEY (MANDT, SPRAS, ETIFO)
);