cancel
Showing results for 
Search instead for 
Did you mean: 

Stock Removal Strategy

Former Member
0 Kudos

Hi,

   We have requirement for removal Strategy

    Example:

   Stock Bin1: 300

             Bin2: 500

   Requirement Qty: 500

 

    System is picking 300 from Bin1 and 200 from Bin2. We don’t want to break the pallet. Is it possible to Pick the full quantity of 500 from Bin2?

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

mihailo_sundic
Active Contributor
0 Kudos

Please use a user exit for picking:

1) Activate the user exit for picking on storage type level settings
2) Write code that first searches for candidate bins that have at least the quantity required on TO

You can achieve this easily, not too much coding is needed here. Just looping through candidate bins and selecting the first one with the qty >= of the requested qty.

As for standard, I have tried to achieve this for a client in customizing only, but never actually go it to work.
You can do something with M strategy - Large / Small quantities, but this is more influencing the search between storage types, not storage bins in the same storage type.

So, to cut the story short, go with the user-exit for picking.

Former Member
0 Kudos

Jurgen & Mihalio

   Thank You very much for the reply,its really very helpful.

Thanks

Aravanan

Former Member
0 Kudos

Hi Mihailo,

     Can you please advice which User Exits we can use? I am seeing so many User Exits

     Enhancement MWMTO004 (EXIT_SAPLL03A_005)

Thanks

Aravanan

Former Member
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

SAP has many different removal strategies, you need to choose the one which fits your needs at its best. Start from the docu: Strategy M: According to Quantity - Warehouse Management Guide - SAP Library