EWM Reference
/SCWM/PRDI
ChangeMaintain the inbound delivery — the EWM-side receipt document goods receipt is posted against
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
ON scdl_db_proch_i.MANDT = scdl_db_proci_i.MANDT AND scdl_db_proch_i.DOCID = scdl_db_proci_i.DOCIDON scdl_db_proch_i.MANDT = scdl_db_status.MANDT AND scdl_db_proch_i.DOCID = scdl_db_status.DOCID -- RAW16 GUID equality — join raw; hex is for display/conformance onlyON scdl_db_proch_i.MANDT = scdl_db_refdoc.MANDT AND scdl_db_proch_i.DOCID = scdl_db_refdoc.DOCID -- RAW16 GUID equality — join raw; hex is for display/conformance onlyON scdl_db_proch_i.MANDT = scdl_db_date.MANDT AND scdl_db_proch_i.DOCID = scdl_db_date.DOCID -- RAW16 GUID equality — join raw; hex is for display/conformance only
R read · W write · R/W read + write
Primary tables
- /SCDL/DB_PROCH_IInbound delivery header — the EWM-side inbound delivery document with its readable number, type, warehouse, vendor and carrier parties, status, and delivery dateRead/write accessGUID keytransaction
- /SCDL/DB_PROCI_IInbound delivery item — the line grain of the inbound delivery: product, batch, quantity, entitled party, and the goods-receipt and completion statusesRead/write accessGUID keytransaction
Secondary tables
- /SCDL/DB_DATEDelivery dates — the typed date table for the /SCDL layer, one row per document, item, schedule line, date type, and category, each carrying a from/to timestamp pairRead/write accessMixed keytransaction
- /SCDL/DB_HUDelivery handling units — the HUs attached to a delivery document, with the readable HU number, the packaging material, and the packaging specification and packing instruction that built themRead accessGUID keytransaction
- /SCDL/DB_REFDOCReference documents — the bridge from an EWM delivery document to the document that caused it in the connected ERP system, with the readable reference number and itemRead accessMixed keytransaction
- /SCDL/DB_STATUSDelivery status — the long, narrow status table every /SCDL document writes into, one row per document or item per status type with its value and validity windowRead/write accessMixed keytransaction
More Delivery Processing (Warehouse Requests) t-codes
- /SCWM/PRDOMaintain the outbound delivery order — the document EWM plans, picks, and stages against before goods issue
- /SCWM/IDNMaintain the inbound delivery notification — the request document that arrives from the connected ERP system before the inbound delivery exists
- /SCWM/ODRMaintain the outbound delivery request — the request document that precedes the outbound delivery order