T461X

Transparent Table Customizing (protected)

Planning strategy group text

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

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_PlanningStrategyGroupText view from BASIC Planning Strategy Group - Text
P_Plngstrategygrptext view from BASIC

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY strgr STRGR Strategy Group
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 group text
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T461X (
    MANDT,   -- Client [MANDT]
    SPRAS,   -- Language [SPRAS]
    STRGR,   -- Strategy Group [STRGR]
    TEXT40,  -- Name [TEXT40]
    PRIMARY KEY (MANDT, SPRAS, STRGR)
);