Introduction:
In this blog post you will learn about the task interleaving in SAP EWM. Task interleaving helps to cut down the unnecessary movements and enables better optimization of unutilized resources leading to reduction of travel time and improving operational efficiency.
For example, during an inbound process, once the goods are dropped to the respective storage type, a warehouse order will be assigned automatically to the same resource for picking up goods from the same /nearest storage type. This helps in better utilization of the resources.
Solution Approach:
The below mentioned configuration steps can be employed to achieve this functionality:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Resource Management->Define Resource Types.
If required assign bin access types and hu type groups by selecting the respective options.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Resource Management->Define Queue Types.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Resource Management->Define Queues.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Resource Management->Define Queues=>Define Queue Determination Criteria.
Testing:
Outbound delivery: 80003961
Inbound delivery: 180002180
First create a warehouse task for an outbound delivery using the t-code: /SCWM/TODLV_O.
Then create a warehouse task for an inbound delivery using the t-code: /SCWM/TODLV_I.
Warehouse order is created for an outbound delivery and it is assigned to the respective queue: OUTBOUND.
Similarly warehouse order is created for an inbound delivery and it is assigned to the right queue: INBOUND.
As per queue type sequencing, system should propose the INBOUND queue first and then OUTBOUND queue, so that a product will be dropped to the storage type: N019 for put-away & other product will be picked for an outbound delivery from the same or nearby storage type.
Scanning the HU from Goods Receipt zone
Scanning the destination bin to perform the put away.
Next an outbound delivery warehouse order is proposed automatically to perform the picking activity. Scan the source/destination bin, product, and quantity.
Conclusion:
This blog post walks you through various steps involved in Task interleaving with test results. As per the queue type sequencing INBOUND queue is assigned first and then OUTBOUND queue.Hence its results are verified by executing the above test scenario.
Thanks to author Krishnakumar Chokkar