cancel
Showing results for 
Search instead for 
Did you mean: 

Warehouse Prioritization during Replinishment Task

0 Kudos

Hi All ,

Currently I have requirement , wherein we have 4 different products say prod1 , prod2 , prod3 and prod4 and all have replenishment task existing .

The requirement is if an outbound delivery exists for prod2 then the prod2 in the replenishment queue should be given top priority in the RF when picking .

How can we achieve this in SAP EWM RF Environment .

All suggestion are welcome .

Thanks

Rohit.M

Accepted Solutions (0)

Answers (5)

Answers (5)

yaping_wang2
Active Participant
0 Kudos

Better to consider Fixed bin, rough bin determination + order-related replenishment. Once the replenishment WOs created, you can set execution priority with t-code /SCWM/EXECPR with specific WPTs.

0 Kudos

Hi ,

I have used the same method and showed to the concerned person , he says it should already exist in the system with replenishment tasks .

He says based upon outbound delivery order it should prioritize the replenishment activity .

I told in clear replenishment happens in first place based upon outbound deliveries .

Does not happen in the real world , but that's the requirement .

Currently working on the BADI which will look at open outbound delivery with same quantity.

I will let update the status soon .

Thanks again for the response .

Rohit.M

schulte-bahrenberg
Contributor
0 Kudos

...you could try to use order-related replenishment for the ones where deliveries exist and other replenishment type (anyhow) for the other ones. This way you could differentiate queue determination via the WPT...

0 Kudos

Hi Alex ,

Thanks for the prompt respose .

I will implement the BADI and see if it works .

Thanks

Rohit.M

0 Kudos

Hello!

Usually, each replenishment WT have own WO. So, you can use badi /SCWM/EX_RSRC_PROC_SEL to sort WOs when resource receive next WO.

BR,Alex.