PROD_PLANT_STOR

Transparent Table Application Table

I_PRODUCTWD I_PRODUCTPLANTSTORAGEWD

PROD_PLANT_STOR is an SAP database table in S/4HANA. I_PRODUCTWD I_PRODUCTPLANTSTORAGEWD. It contains 12 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
E_Productplantstoraged view from EXTENSION Ext plant str draft(prd_plant_storage)

Fields (12)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY draftuuid /bobf/uuid Key
parentdraftuuid /bobf/uuid Key
rootdraftuuid /bobf/uuid Key
product productnumber Product
plant werks_d Plant
plantforedit werks_d Plant
inventoryforcyclecountind abcin CC Phys. Inv.
provisioningservicelevel w_servgrd Service Level
maximumstorageperiod maxlz Max. Storage
cyclecountingindicatorisfixed ccfix CC ind. fixed
hasactiveentity sdraft_has_active Has active

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.

-- I_PRODUCTWD I_PRODUCTPLANTSTORAGEWD
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PROD_PLANT_STOR (
    MANDT,                          -- Client [mandt]
    DRAFTUUID,                      -- Key [/bobf/uuid]
    PARENTDRAFTUUID,                -- Key [/bobf/uuid]
    ROOTDRAFTUUID,                  -- Key [/bobf/uuid]
    PRODUCT,                        -- Product [productnumber]
    PLANT,                          -- Plant [werks_d]
    PLANTFOREDIT,                   -- Plant [werks_d]
    INVENTORYFORCYCLECOUNTIND,      -- CC Phys. Inv. [abcin]
    PROVISIONINGSERVICELEVEL,       -- Service Level [w_servgrd]
    MAXIMUMSTORAGEPERIOD,           -- Max. Storage [maxlz]
    CYCLECOUNTINGINDICATORISFIXED,  -- CC ind. fixed [ccfix]
    HASACTIVEENTITY,                -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, DRAFTUUID)
);