T461T

Transparent Table Customizing (protected)

Planning strategy text

T461T is an SAP database table in S/4HANA. Planning strategy text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProductPlanningStrategyText view from BASIC Product Planning Strategy - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY stra1 STRA1 Strategy
text40 TEXT40 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.

-- Planning strategy text
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T461T (
    MANDT,   -- Client [MANDT]
    SPRAS,   -- Language [SPRAS]
    STRA1,   -- Strategy [STRA1]
    TEXT40,  -- Name [TEXT40]
    PRIMARY KEY (MANDT, SPRAS, STRA1)
);