/SCWM/TDRDETGR

Transparent Table Customizing Table

Staging Area/Door Determination Group

/SCWM/TDRDETGR is an SAP database table in S/4HANA. Staging Area/Door Determination Group. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EWM_StagingAreaDetnGroup view_entity from BASIC Staging Area Determination Group
I_ProdEWMStggAreaDetn view from BASIC Basic view for EWM staging area

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY lgnum /scwm/lgnum Warehouse No.
KEY drdetgr /scwm/de_drdetgr StgAr/DoorDetGr

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.

-- Staging Area/Door Determination Group
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SCWM/TDRDETGR (
    MANDT,    -- Client [mandt]
    LGNUM,    -- Warehouse No. [/scwm/lgnum]
    DRDETGR,  -- StgAr/DoorDetGr [/scwm/de_drdetgr]
    PRIMARY KEY (MANDT, LGNUM, DRDETGR)
);