The SAP WM → EWM Crosswalk
Where each classic Warehouse Management concept lives in Extended Warehouse Management. Mappings are concept-level, not column-level: one business concept usually spans several physical tables on each side, and the tables rarely match one-for-one. Most of the left column is classic LE-WM, and those tables are not dead — they stay live under SAP Stock Room Management, the in-scope successor to classic LE-WM for simpler warehouses, so this map describes the EWM path specifically. A few rows are not WM at all: the delivery row pairs the ERP’s own delivery documents with the EWM documents they are distributed into, and both keep being written. Read each row’s note before treating a pairing as a succession. Both sides link into their own reference, with fields, joins, and boilerplate SQL. Last verified August 2026.
Warehouse Structure
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Warehouse number The ERP warehouse number in T300 stays active on every S/4HANA warehouse path — it is what a warehouse path is assigned onto, not an object EWM replaces. EWM then defines its own warehouse number (LGNUM is four characters here against classic WM's three) and maps it to the ERP number. | T300 | /SCWM/T300/SCWM/T300T/SCWM/T300_MD |
Storage Bins
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Storage bins One classic bin master becomes a bin master plus per-activity-area sort records: the same bin appears once per activity in the sort table, so filter the activity you mean before counting bins. The EWM bin key is still semantic — client, warehouse number, bin. | LAGP | /SCWM/LAGP/SCWM/LAGPS |
Stock & Quants
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Quants & stock One classic quant table becomes a three-layer model that does not tie out row for row: quantities hang on nodes of the LIME tree, quant attributes sit apart, and available quants carry the identity columns. Key stock-identity analytics off available quants — and see the quirks guide's LIME stock model section. | LQUA | /SCWM/QUAN/SCWM/AQUA/LIME/NQUAN |
Tasks & Execution
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Transfer orders → warehouse tasks The classic header/item pair flattens to task rows, and the warehouse order becomes the new grouping object above them. Confirming a task moves it out of the open table into the confirmed one, so neither alone is the history — see the quirks guide's open/confirmed section. Cancellations land in the task log table rather than either half. | LTAKLTAP | /SCWM/ORDIM_O/SCWM/ORDIM_C/SCWM/WHO |
Requests & Deliveries
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Transfer requirements → warehouse requests Classic transfer requirements become warehouse requests, modeled in the shared /SCDL layer. The request header carries no readable document-number column at all — readable numbers arrive through the reference-document table or the successor processing document. | LTBKLTBP | /SCDL/DB_REQH/SCDL/DB_REQI |
ERP deliveries & EWM delivery documents Coexistence, not succession: the ERP delivery is distributed into EWM, which creates its own inbound delivery or outbound delivery order and points back at the originating document through the /SCDL reference table (source business system, reference document number, reference item number). Both documents exist at the same time, and a delivery analysis has to say which one it is counting. | LIKPLIPS | /SCDL/DB_PROCH_I/SCDL/DB_PROCI_I/SCDL/DB_PROCH_O/SCDL/DB_PROCI_O |
Physical Inventory
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Physical inventory documents Classic physical-inventory documents are succeeded by LIME-layer physical-inventory documents. The true document header table is outside both catalogs — this reference carries the log header, the items, and the count-table rows, which is where the counted quantities actually live. | LINKLINP | /LIME/PI_LOGHEAD/LIME/PI_DOC_IT/LIME/PI_DOC_TB |
Storage Units & Handling Units
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Storage units → handling units A concept pairing, not a column-for-column match. Storage-unit management genuinely ends with classic LE-WM — it is out of scope for SAP Stock Room Management — and handling-unit management is the successor concept: SAP's own LE-WM migration function maps a classic storage-unit type onto an EWM packaging material and handling-unit type. An HU is packaging material plus contents, with its own header and items, so nothing about it lines up field for field with a storage-unit record. | LEIN | /SCWM/HUHDR |
Warehouse Product Master
| Concept | SAP ERP (ECC / Stock Room Management) | SAP EWM |
|---|---|---|
Warehouse product master The trap here is the key change, not the field list. MLGN keys material plus warehouse number; the EWM warehouse product keys the product GUID plus the supply-chain-unit GUID plus the entitled party, and carries no warehouse-number column at all. MLGT's per-storage-type grain maps to the storage-type table — the same key plus the storage type. SAP's own warehouse-product migration function maps the classic fields onto the EWM ones, which is what makes the pairing checkable. | MLGNMLGT | /SAPAPO/MATLWH/SAPAPO/MATLWHST |
A row pairs a business concept, not a pair of tables: the grain, the key, and often the number of tables change across the boundary. Open a table on either side for its fields, joins, and generated SQL — the left-hand tables sit in the SAP reference, the EWM tables here. The traps that bite hardest — the GUID keys, the open/confirmed task split, the three-layer stock model, the shared delivery tables — are worked through in the quirks guide.