on 2020 Feb 03 9:26 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Dominik, I think that is the way to go for me, Really appreciate your input.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
99 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.