T435

Transparent Table Customizing (protected)

Standard texts for routing/ref. op set items

T435 is an SAP database table in S/4HANA. Standard texts for routing/ref. op set items. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_OperationStandardText view from BASIC Standard Text for Operation
I_ProdnRsceToolStandardText view from BASIC Standard Text for Production Resource Tool

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY vlsch KTSCH Std Text Key

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.

-- Standard texts for routing/ref. op set items
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T435 (
    MANDT,  -- Client [MANDT]
    VLSCH,  -- Std Text Key [KTSCH]
    PRIMARY KEY (MANDT, VLSCH)
);