cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Confirming Warehouse order for nested handling units via RF

Former Member
0 Likes
2,555

Hi ,

I have to pick nested HU via RF . Here is the business case .

Top Level HU : HU_TOP

Bottom level HU1 : HU_L1 Product A Qty 1

Bottom level HU2 : HU_L2 Product B Qty 1

I have a warehouse order with warehouse task 1 for product A Qty 1 and warehouse task 2 for product B Qty 1

I want to pick this HU for this warehouse order in one go .

In current situation , When I try to confirm warehouse order ,

  • Scan Higher level HU
  • product is scanned
  • it takes to new screen where it asks to confirm sub HU HU_L1
  • confirms first task
  • second task scan source HU again and in destination bin confirm higher level HU and task is confirmed .
  • After confirmation there are two HU,s in the system HU_TOP (Nested HU with lower level HU HU_L2 product B and HU_L1 Product A .

Obviously this is not desired situation . I want to confirm warehouse order in one go and

nested HU should not be un-nested . I want to scan top level HU and both the tasks should be confirmed and HU remain unnested .

Any thoughts on this .. Thanks in advance for your help.

Cheers

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member754764
Discoverer
0 Likes

We did it also with a custom development

aromlh
Discoverer
0 Likes

Hello,

I'm facing the same situation. I try to find where to implement the specific developpement. Is there a Badi appropriate ?

Thank you it's very urgent 😞

Former Member
0 Likes

Dear Deodat,

We had to do a development in order to support this scenario.
We have tested many settings and actually it is normal that it is not supported by standard SAP.

What we did is the following:

  1. Determine if the complete HU matches the WO based on product, batch and qty.
  2. If yes, confirm the WT to the same bin and HU as it now (this should be a product WT).
  3. Create a new HU warehouse task with the same WPT to continue the Storage Control.
  4. These WT's are assigned to a separate Queue, so that the users know that these are the 'full HU' picks.

Kind regards, Carl

aromlh
Discoverer
0 Likes

Hello,

I'm facing the same situation. I try to find where to implement the specific developpement. Is there a Badi appropriate ?

Thank you it's very urgent 😞