/SAPAPO/MATLWH

Transparent Table Application Table

Location Product for Location Warehouse

/SAPAPO/MATLWH is an SAP database table in S/4HANA. Location Product for Location Warehouse. It contains 5 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
E_ProdEWMWarehouse view from EXTENSION Product EWM Warehouse - Extension
I_EWM_ProductSearchModel view from BASIC Warehouse Product for Enterprise Search
I_EWM_ProductSearchModel_2 view_entity from BASIC Warehouse Product for Enterprise Search
I_EWM_ProductWarehouse view_entity from BASIC Product Warehouse Data
I_ProdEWMWarehouse view from BASIC Product EWM Warehouse active core entity

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt /sapapo/clntapo_mandt Client
KEY matid /sapapo/matid Product ID
KEY scuguid /scmb/mdl_scuguid SC Unit GUID
KEY entitled_id /scwm/de_entitled_id Ent. to Dispose
lvorm /sapapo/lvorm Deletion flag

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.

-- Location Product for Location Warehouse
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /SAPAPO/MATLWH (
    MANDT,        -- Client [/sapapo/clntapo_mandt]
    MATID,        -- Product ID [/sapapo/matid]
    SCUGUID,      -- SC Unit GUID [/scmb/mdl_scuguid]
    ENTITLED_ID,  -- Ent. to Dispose [/scwm/de_entitled_id]
    LVORM,        -- Deletion flag [/sapapo/lvorm]
    PRIMARY KEY (MANDT, MATID, SCUGUID, ENTITLED_ID)
);