Skip to main content
Solved

Tracked Structure Not Displayed in Shop Floor Workbench Despite Assigned Components

  • January 13, 2026
  • 2 replies
  • 37 views

Forum|alt.badge.img+6

Why does the Shop Order Tracked Structure not display correctly in all situations in the Shop Floor Workbench (Dispatch List → Tracked Structure tab) when using the Show commands, sometimes showing “No data” even though all component parts are assigned? 

  1. Create a shop order with Order Type = Manufactured for a serial-tracked part. 
    a. Ensure the serial-tracked part includes component parts that are serial- and/or lot/batch-tracked. 

  1. Release the shop order. 

  1. Reserve all components. 

  1. Navigate to the Shop Order Tracked Structure page and verify that all component parts are assigned. 

  1. Navigate to the Shop Floor Workbench. 

  1. Open Shop Floor Workbench → Dispatch List → Tracked Structure tab. 

  1. Execute Show → Assigned Components. 

  • In some situations, “No data” is displayed even though all component parts are assigned. 

Additional Information:

 

  • When you switch between commands in the “Show command” group, the data is eventually populated and displayed correctly. This indicates that the Show commands do not consistently return the expected results in all situations. 
  • The commands associated with ShopOrdTrackedStructureList (for example, TrackedShowAssignedCommand) execute actions that modify database values, such as calling 
  • Shop_Floor_Wb_Defaults_API.Set_Tracked_Show_Assigned(rec_.contract, Fnd_Boolean_API.DB_TRUE). 
  • The TrackedShowAssigned action has LU dependencies on ShopOrderOperation and ShopOrdTrackedStructure, which are intended to trigger updates of the relevant objects in the client. However, this update does not consistently occur. 

Best answer by NiroshanKIFS

It appears to be working as designed and does not seem to be a defect. The different options under the Show command filter the list in distinct ways:

  • Unassigned / Assigned: Displays components that are either unassigned or assigned to a parent. In this scenario, all components are assigned, so Assigned must be selected for any records to be displayed.
  • Only Operation Connected Material / Connected and Unconnected Materials: Displays either only material lines connected to the selected operation in the Shop Floor Workbench, or both connected and unconnected material lines. In this case, the material is not connected to any operation, so Connected and Unconnected Materials must be selected to display records.

 

2 replies

Forum|alt.badge.img+7
  • Hero (Employee)
  • Answer
  • January 13, 2026

It appears to be working as designed and does not seem to be a defect. The different options under the Show command filter the list in distinct ways:

  • Unassigned / Assigned: Displays components that are either unassigned or assigned to a parent. In this scenario, all components are assigned, so Assigned must be selected for any records to be displayed.
  • Only Operation Connected Material / Connected and Unconnected Materials: Displays either only material lines connected to the selected operation in the Shop Floor Workbench, or both connected and unconnected material lines. In this case, the material is not connected to any operation, so Connected and Unconnected Materials must be selected to display records.

 


Forum|alt.badge.img+6
  • Author
  • Hero (Employee)
  • January 16, 2026

Thanks ​@NiroshanKIFS