Anonymous User
  Tuesday, 04 July 2023
  0 Replies
  1.8K Visits
0
Votes
Undo
  Subscribe

  1. Define Warehouse Process Type
    • -Withdrawal step: WPT:ZMEZ (To move Goods from Mezzanine to Ground Floor)
    • Allocation step: WPT:ZGRD (To move Goods from Ground Floor to Goods issue Zone)
  2. Define Control Indicators for Determining Warehouse Process Types
  3. Determine Warehouse Process Type
  4. Enable - Set Up Two-Step Picking @ Warehouse Number
  5. Maintain Wave Types
  6. Maintain Wave Categories
  7. Set Automatic Wave Generation for Warehouse Process Type
  8. Create a wave template using the t-code: /SCWM/WAVETMP
  9. Assign the wave automatically, we need to maintain the condition record using the t-code: /SCWM/WDGCM
  10. Specify Storage Type Search Sequence
    • For withdrawal step: To pick goods from Mezzanine floor
    • For allocation Step: To pick goods from Ground floor
  11. Determine Storage Type Search Sequence for Stock Removal
    • For withdrawal Step
    • For allocation step
  12. Optimization of Access Strategies for stor.type determination in Stck Rmvl
  13. /SCWM/MAT1 - maintained with process type determination indicator and 2-step picking relevance indicator
  14. Testing

 

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:

  • In case of 2-step picking, we need two warehouse tasks to be created (i.e., one is for withdrawal step and the other is for allocation step). It is required to define a warehouse process type for every of the warehouse task creation.

 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)

2SP1.png

Allocation step: warehouse Process Type-ZGRD (To move Goods from Ground Floor to Goods issue Zone)

2SP2.png

  • In the outbound delivery, the allocation step of the warehouse process type (i.e., the one which is moving the stock from Ground floor to GI zone) should be assigned to the delivery item level. To determine this warehouse process type, a control indicator should be defined and assigned to the respective warehouse process type.

TOP 

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.

2SP3.png

TOP 

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.

2SP4.png

TOP 

  • Enable the 2-Step picking for the respective warehouse. Additionally, maintain the two-step picking product dependent and assign the warehouse process type of withdrawal step (ZMEZ).

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.

2SP5.png

TOP 

  • Create the Wave Type using the below mentioned node:

IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Maintain Wave Types

2SP6.png

TOP 

  • Create the Wave Categories using the below mentioned node:

IMG Path – SPRO -> IMG -> SCM Extended Warehouse Management -> Extended Warehouse Management -> Goods Issue Process -> Wave Management -> General Settings -> Maintain Wave Categories.

2SP7.png

TOP 

  • Automatic Wave Generation for Warehouse Process Type.

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.

2SP8.png

TOP 

Create a wave template using the t-code: /SCWM/WAVETMP.

2SP9.png

TOP 

To assign the wave automatically, we need to maintain the condition record using the t-code: /SCWM/WDGCM.

2SP10.png

TOP 

  • Create a storage type search type search sequence for both the withdrawal and allocation step using the below mentioned node:

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.

2SP11.png

For allocation Step: To pick goods from Ground floor.

2SP12.png

TOP 

  • Maintain the determination of storage type search sequence for both the steps using the below mentioned node:

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:

2SP13.png

For allocation step:

2SP14.png

TOP 

  •  Maintain the access strategy for Storage type determination in stock removal using the below mentioned node:

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.

2SP15.png

  • /SCWM/MAT1 - Finally, the warehouse product master will be maintained with process type determination indicator and 2-step picking relevance indicator

2SP16.png

 

Testing:

  • Delivery is created & wave is assigned automatically by PPF trigger.

2SP18.png

  • In the monitor screen, by clicking on this Release Wave button, a pop up will be displayed with 2 options. Continue further by clicking on “Release Withdrawal” checkbox.

Monitor screen can be reached using the t-code:/SCWM/MON.

2SP19.png

2SP20.png

  • By clicking the “Release withdrawal”, a warehouse order will be created to move the stock from Mezzanine floor to Ground Floor”.

2SP21.png

  • Confirm the Warehouse order using RF so that the stock is moved to the ground floor.

2SP22.png

  • In the monitor screen, by clicking on this Release Wave button, a pop up will be displayed with 2 options. Continue further by clicking on “Release Subdivision” checkbox.

2SP23.png

 

2SP24.png

  • By clicking the “Release Subdivision”, a warehouse order will be created to move the stock from Ground floor to Goods issue zone”.

2SP25.png

  • Confirm the Warehouse order using RF so that the stock is moved to the Good issue zone.

Login to the RF and follow the path-> Outbound Processes-> Picking-> Picking by WO and scan the WO.

Scanning the source & Destination information.

2SP26.png

 

2SP27.png

  • Now the 2 Step picking is completed, and the goods are moved to the corresponding staging bay i.e., goods issue zone.

2SP30.png

Conclusion:

This blog post walks you through various steps involved in 2-step picking process with test results.

TOP  

Thanks to author Krishnakumar Chokkar

Ayhan Akkaya set the post as Normal priority — 10 months ago
Ayhan Akkaya set the type of the post as  IMG/Configuration — 10 months ago
Ayhan Akkaya labelled the post as IMG — 10 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 10 months ago
Ayhan Akkaya set the post as Normal priority — 10 months ago
Ayhan Akkaya marked this post as Resolved — 10 months ago
Ayhan Akkaya marked this post as Resolved — 10 months ago
Ayhan Akkaya labelled the post as IMG — 10 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 6 months ago
Ayhan Akkaya set the post as Normal priority — 6 months ago
Ayhan Akkaya updated the category from Goods Issue process to Goods Issue process — 3 months ago
Ayhan Akkaya set the post as Normal priority — 3 months ago
There are no replies made for this post yet.

Bottom menu module

SAP is registered trademark of SAP AG.
EWMWIKI.COM is not affiliated to SAP AG or any of its subsidiaries.