T399G

Transparent Table Customizing Table

Maintenance Plan Sort Field

T399G is an SAP database table in S/4HANA. Maintenance Plan Sort Field. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MaintenancePlanSortField view from BASIC Maintenance Plan Sort Field

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY plan_sort PLAN_SORT Sort field

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.

-- Maintenance Plan Sort Field
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T399G (
    MANDT,      -- Client [MANDT]
    PLAN_SORT,  -- Sort field [PLAN_SORT]
    PRIMARY KEY (MANDT, PLAN_SORT)
);