/SCWM/TQUANCLA

Transparent Table Customizing Table

Define Quantity Classifications

/SCWM/TQUANCLA is an SAP database table in S/4HANA. Define Quantity Classifications. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EWMQtyClassification view from BASIC Basic View: EWM Qty Classification
I_ProdEWMMrchdsDistrQty view from BASIC Basic View - Mrchds Distr Qty Class.

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY quancla /SCWM/DE_QUANCLA Qty Classific.

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.

-- Define Quantity Classifications
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SCWM/TQUANCLA (
    MANDT,    -- Client [MANDT]
    QUANCLA,  -- Qty Classific. [/SCWM/DE_QUANCLA]
    PRIMARY KEY (MANDT, QUANCLA)
);