EWM Reference
/SCWM/RFUI
List / MonitorLog on to the RF environment — the radio-frequency screen an operator works warehouse orders from
Notes
Logging on binds a user to a resource, which is what puts a name against the work in the resource table; the queue the resource then draws from is what decides which tasks reach that operator.
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 scwm_ordim_o.MANDT = scwm_who.MANDT AND scwm_ordim_o.WHO = scwm_who.WHO AND scwm_ordim_o.LGNUM = scwm_who.LGNUMON scwm_who.MANDT = scwm_rsrc.MANDT AND scwm_who.RSRC = scwm_rsrc.RSRC AND scwm_who.LGNUM = scwm_rsrc.LGNUMON scwm_ordim_o.MANDT = scwm_t346.MANDT AND scwm_ordim_o.QUEUE = scwm_t346.QUEUE AND scwm_ordim_o.LGNUM = scwm_t346.LGNUMON scwm_who.MANDT = scwm_t346.MANDT AND scwm_who.QUEUE = scwm_t346.QUEUE AND scwm_who.LGNUM = scwm_t346.LGNUMON scwm_rsrc.MANDT = scwm_t346.MANDT AND scwm_rsrc.QUEUE = scwm_t346.QUEUE AND scwm_rsrc.LGNUM = scwm_t346.LGNUM -- the queue the resource is assigned to; ACT_QUEUE (the one it is actually working) resolves against the same masterthe queue the resource is assigned to; ACT_QUEUE (the one it is actually working) resolves against the same master
R read · W write · R/W read + write
Primary tables
- /SCWM/ORDIM_OOpen warehouse tasks — the work still to be done: source and destination bin, product, target quantity, process type, queue, and the delivery item the move was created forRead accessMixed keytransaction
- /SCWM/RSRCResources — the operators, vehicles, and devices that execute warehouse orders, with the queue each is working, the bin it is currently at, and the handling unit it is carryingRead/write accessMixed keymaster
Secondary tables
- /SCWM/T346Queue definition — the execution queues warehouse tasks, warehouse orders, and resources are routed through, with the operating environment each queue serves and the material-flow controller behind it where the queue drives automationRead accessSemantic keyconfig
- /SCWM/WHOWarehouse order header — the bundle of tasks one operator executes as a unit, with the creation rule that produced it, the wave it came from, its queue, activity area, assigned resource, and the timestamps that bound executionRead/write accessMixed keytransaction