T426

Transparent Table Customizing Table

Setup group categories

T426 is an SAP database table in S/4HANA. Setup group categories. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_OperationSetupGroupCategory view from BASIC Operation Setup Group Category

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY werks werks_d Plant
KEY rfgrp ruefagrp Setup group cat

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.

-- Setup group categories
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T426 (
    MANDT,  -- Client [mandt]
    WERKS,  -- Plant [werks_d]
    RFGRP,  -- Setup group cat [ruefagrp]
    PRIMARY KEY (MANDT, WERKS, RFGRP)
);