T460T

Transparent Table Customizing Table

Texts for special procurement keys

T460T is an SAP database table in S/4HANA. Texts for special procurement keys. It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_Bomitmspprctxttemp view from CONSUMPTION Text for BOM prc typ
I_MatlProcurementProfileText view from BASIC Material Procurement Profile - Text
I_SpecialProcurementType view inner BASIC Special Procurement Type for BOM Item
P_Bomitmspprctxt view from BASIC

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY werks werks_d Plant
KEY sobsl sobsl Special Procur.
ltext ltext Long 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.

-- Texts for special procurement keys
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T460T (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    WERKS,  -- Plant [werks_d]
    SOBSL,  -- Special Procur. [sobsl]
    LTEXT,  -- Long Text [ltext]
    PRIMARY KEY (MANDT, SPRAS, WERKS, SOBSL)
);