T035

Transparent Table Customizing Table

Dispositionsgruppen

T035 is an SAP database table in S/4HANA. Dispositionsgruppen. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
Fclm_Mmpo_Grplev_Velidation view inner Velidation MM Planning Level and Group
I_CashPlanningGroup view from BASIC Cash Planning Group
I_PlanningGroup view_entity from BASIC Cash Planning Group

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY grupp fdgrp Planning group
datyp fddty Date Ctrl.
ebene fdlev Planning Level
bild1 bst01 Screen Control

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.

-- Dispositionsgruppen
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T035 (
    MANDT,  -- Client [mandt]
    GRUPP,  -- Planning group [fdgrp]
    DATYP,  -- Date Ctrl. [fddty]
    EBENE,  -- Planning Level [fdlev]
    BILD1,  -- Screen Control [bst01]
    PRIMARY KEY (MANDT, GRUPP)
);