cancel
Showing results for 
Search instead for 
Did you mean: 

TO from multiple Bins for the same material upon material staging

juliocesarquion
Participant
0 Kudos
157

We have PP-WM Interface, and set up that TO is created when production order is released, this is working fine. My requirement is to optimize warehouse space so, if I have a Production order for 1000, and that is produced with component A.

now component A at the moment of the production order release is stored in 3 bins

Bin 01-01-01 stock 300 EA

Bin 01-01-02 stock 200 EA

Bin 01-01-03 stock 1400 EA

I want to free up space in the warehose so what I need is that the system when creating the TO it should pull 300EA from bin 01-01-01, 200 EA from bin 01-01-02 and 500 EA from storage bin 01-01-03

Right now the system is directly pulling 1000EA from bin 01-01-03

Any ideas on how to achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

Hi there, the source storage bin here depends on the stock removal strategy that is defined for your storage type.

If standard FIFO strategy doesn't work for you and you always want to start picking with a bin with a lowest stock you can implement such a strategy with user exit: MWMTO004 "Own stock removal strategy"

Dominik Tylczynski

Answers (1)

Answers (1)

juliocesarquion
Participant

Thank you Dominik, I think that is the way to go for me, Really appreciate your input.