cancel
Showing results for 
Search instead for 
Did you mean: 

Sort bin search for picking

joao_sousa2
Active Contributor
0 Kudos

Hello,

I have storage type X with multiple pallets for material A. I configured SLED picking strategy but I also need to sort the bin search by quantity.

For various reasons there are pallets smaller then the standard size in this storage type (there shouldn't be but... life is life), and I need to ship the standard pallets before the anomalous ones. Is there a standard exit where I can do this? (or a standard way to do this)

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

MANIS
Active Contributor
0 Kudos

Hi Joao,

In Standard we have picking Strategy Strategy A: Partial Quantities First,
you can have a look on that if that is not meeting the requirement then you can write the piece of code in user exit EXIT_SAPLL03A_005,

Please refer solution proposed in one of the existing SCN thread

joao_sousa2
Active Contributor
0 Kudos

I want the full pallets first not, not the partial.

joao_sousa2
Active Contributor
0 Kudos

I'll got for the custom strategy, thanks.

Answers (1)

Answers (1)

pablo_marn
Active Participant
0 Kudos

Hello Joao,

I think that your requirement doesn't correspond with any standard strategy. You will have to implement it with an user-exit (as Manish suggest).

Regards