Introduction:
In this blog post you will learn about the two-step picking process in SAP EWM. There are some warehouses set up where the goods will be stored in an intermediate floor (i.e., Mezzanine Floor) or high racks. In such cases, picking a product from an intermediate floor to the respective staging bay for every outbound delivery leading to unnecessary and redundant movement.
To overcome the redundancies, 2 step picking can be implemented in these types of warehouses. This enables better optimization of the picking process by collectively picking products from an intermediate floor to ground floor for multiple deliveries in the first step known as “Withdrawal Step”. This is followed by picking up of products to the respective outbound deliveries known as “Allocation/ Subdivision step. Hence, two warehouse tasks will be created to perform this 2 Step picking.
Solution Approach:
The below mentioned configuration steps can be employed to achieve this functionality:
Define warehouse process type for both the withdrawal and allocation step using the below mentioned node:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Warehouse Task -> Define Warehouse Process Type.
Withdrawal step: warehouse Process Type-ZMEZ (To move Goods from Mezzanine to Ground Floor)
Allocation step: warehouse Process Type-ZGRD (To move Goods from Ground Floor to Goods issue Zone)
Define control indicators: this control indicators will be mapped to the warehouse product master, so that respective warehouse process type will be determined during the delivery creation.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Warehouse Task -> Define Control Indicators for Determining Warehouse Process Types.
Determine Warehouse Process Type.
Assign this control indicator to the respective Document type, item type and warehouse process type using the below mentioned node:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Cross-Process Settings -> Warehouse Task -> Determine Warehouse Process Type.
The above-mentioned activations can be performed using the below mentioned node:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Set Up Two-Step Picking.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Maintain Wave Types
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Maintain Wave Categories.
Wave assignment can be done either manually or automatically, but in case we will be doing automatic wave assignment. To perform the automatic wave assignment, enable the automatic wave creation checkbox for the allocation step warehouse process type: ZGRD using the below mentioned node:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Set Automatic Wave Generation for Warehouse Process Type.
Create a wave template using the t-code: /SCWM/WAVETMP.
To assign the wave automatically, we need to maintain the condition record using the t-code: /SCWM/WDGCM.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Strategies -> Specify Storage Type Search Sequence
For withdrawal step: To pick goods from Mezzanine floor.
For allocation Step: To pick goods from Ground floor.
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Strategies -> Determine Storage Type Search Sequence for Stock Removal.
For withdrawal Step:
For allocation step:
IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Strategies -> Optimization of Access Strategies for stor.type determination in Stck Rmvl.
Monitor screen can be reached using the t-code:/SCWM/MON.
Login to the RF and follow the path-> Outbound Processes-> Picking-> Picking by WO and scan the WO.
Scanning the source & Destination information.
Conclusion:
This blog post walks you through various steps involved in 2-step picking process with test results.
Thanks to author Krishnakumar Chokkar