/SCWM/QSEQ
ConfigurationSet the order in which a resource group works its queues — which pool of work its operators are offered first, second, and so on
This is the configuration that decides what work reaches which operators, and it is the one place the resource group is more than a bare key. The sequence itself persists in a table that renders no data-dictionary content on any public mirror, so it is not cataloged here — the group and the queue master it orders both are.
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_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
ON scwm_rsrc.MANDT = scwm_trsrc_grp.MANDT AND scwm_rsrc.RSRC_GRP = scwm_trsrc_grp.RSRC_GRP AND scwm_rsrc.LGNUM = scwm_trsrc_grp.LGNUM
R read · W write · R/W read + write
Primary 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/TRSRC_GRPResource groups — the grouping of resources that share a queue sequence; three columns, all keyRead accessSemantic keyconfig