Skip to content
EWM Reference

/SCWM/MAT1

Change

Maintain the warehouse product — the warehouse and storage-type level settings layered on a product master record

Notes

The warehouse product is where putaway and removal control, storage section and bin type indicators, and the min/max/replenishment quantities are set — the parameters slotting and task creation actually read.

Tables behind this transaction

Curated: these are the tables an analyst reads to see what this transaction did, and how it touches each of them. Every table page carries its own field list and Databricks SQL.

How these tables connect — join details in the list below. GUID joins and text-table joins are highlighted.

Join details

  • /SCWM/BINMAT/SAPAPO/MATKEYGUID join · N:1
    ON scwm_binmat.MANDT = sapapo_matkey.MANDT AND scwm_binmat.MATID = sapapo_matkey.MATID -- the /SCWM side is RAW(16) and MATKEY keys the CHAR 22 compressed form — convert before comparing; this is not a raw equality

    the /SCWM side is RAW(16) and MATKEY keys the CHAR 22 compressed form — convert before comparing; this is not a raw equality

  • /SAPAPO/MATLWH/SAPAPO/MATKEYGUID join · N:1
    ON sapapo_matlwh.MANDT = sapapo_matkey.MANDT AND sapapo_matlwh.MATID = sapapo_matkey.MATID -- compressed CHAR(22) GUID equality — join as-is
  • ON sapapo_matlwhst.MANDT = sapapo_matkey.MANDT AND sapapo_matlwhst.MATID = sapapo_matkey.MATID -- compressed CHAR(22) GUID equality — join as-is
  • ON sapapo_matlwhst.MANDT = sapapo_matlwh.MANDT AND sapapo_matlwhst.MATID = sapapo_matlwh.MATID AND sapapo_matlwhst.SCUGUID = sapapo_matlwh.SCUGUID AND sapapo_matlwhst.ENTITLED_ID = sapapo_matlwh.ENTITLED_ID -- compressed CHAR(22) GUID equality — join as-is · the storage-type row hangs off the warehouse-product row — join the full product + supply chain unit + entitled party key

    the storage-type row hangs off the warehouse-product row — join the full product + supply chain unit + entitled party key

R read · W write · R/W read + write

Primary tables

Secondary tables

Maintained by Summit Analytics, a supply chain analytics practice. The tools and references are free — the consulting is selective.

Part of the Summit Analytics reference library.

Work with the practice

Not affiliated with or endorsed by SAP. SAP, SAP S/4HANA, and SAP Extended Warehouse Management are trademarks or registered trademarks of SAP SE.