Skip to content
EWM Reference

/SCWM/TU

Change

Maintain a transportation unit — arrival, door assignment, loading and unloading, and departure for one trailer or container visit

Notes

Everything this transaction records is per VISIT, not per trailer: the times, the door, the carrier, and the statuses all land on a shipping-and-receiving activity row, while the transportation unit master stays static.

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/TU_SR_ACT/SCWM/TUNITforeign key · N:1
    ON scwm_tu_sr_act.MANDT = scwm_tunit.MANDT AND scwm_tu_sr_act.TU_NUM = scwm_tunit.TU_NUM -- many visits per transportation unit — a per-TU count is not a count of visits

    many visits per transportation unit — a per-TU count is not a count of visits

  • /SCWM/TUNIT/SCWM/VEHICLEforeign key · N:1
    ON scwm_tunit.MANDT = scwm_vehicle.MANDT AND scwm_tunit.FIXED_VEH_NUM = scwm_vehicle.VEH_NUM -- the PERMANENT pairing only, and the two columns share a data element; the vehicle actually pulling a trailer on a given visit is not on this row — that pairing lives in the two activity tables

    the PERMANENT pairing only, and the two columns share a data element; the vehicle actually pulling a trailer on a given visit is not on this row — that pairing lives in the two activity tables

  • /SCWM/TU_STATUS/SCWM/TU_SR_ACTforeign key · N:1
    ON scwm_tu_status.MANDT = scwm_tu_sr_act.MANDT AND scwm_tu_status.TU_NUM = scwm_tu_sr_act.TU_NUM AND scwm_tu_status.TU_SR_ACT_NUM = scwm_tu_sr_act.TU_SR_ACT_NUM -- a status sidecar, not a header/item pair — one row per status type per activity, so filter STATUS_TYPE before joining or the activity fans out

    a status sidecar, not a header/item pair — one row per status type per activity, so filter STATUS_TYPE before joining or the activity fans out

  • /SCWM/TU_DLV/SCWM/TU_SR_ACTforeign key · N:1
    ON scwm_tu_dlv.MANDT = scwm_tu_sr_act.MANDT AND scwm_tu_dlv.TU_NUM = scwm_tu_sr_act.TU_NUM AND scwm_tu_dlv.TU_SR_ACT_NUM = scwm_tu_sr_act.TU_SR_ACT_NUM -- the exact-grain parent: an assignment belongs to one visit of the transportation unit, not to the unit itself — the TU master is one hop further on

    the exact-grain parent: an assignment belongs to one visit of the transportation unit, not to the unit itself — the TU master is one hop further on

  • /SCWM/DOOR_SRACT/SCWM/TDOORforeign key · N:1
    ON scwm_door_sract.MANDT = scwm_tdoor.MANDT AND scwm_door_sract.DOOR = scwm_tdoor.DOOR AND scwm_door_sract.LGNUM = scwm_tdoor.LGNUM
  • ON scwm_door_sract.MANDT = scwm_tu_sr_act.MANDT AND scwm_door_sract.ACT_ID = scwm_tu_sr_act.ACT_ID -- RAW16 GUID equality — join raw; hex is for display/conformance only · both pages type this column on the same shipping-and-receiving activity identifier, which is what ties a door occupancy to the trailer standing at it; one activity can occupy more than one door over a visit, so this is not a 1:1

    both pages type this column on the same shipping-and-receiving activity identifier, which is what ties a door occupancy to the trailer standing at it; one activity can occupy more than one door over a visit, so this is not a 1:1

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.