on 2022 Jan 13 10:48 PM
Hello
use case :
in the same storage type, there is 4 pallet : 2 full pallets ( A and B) and 2 partial pallets (C and D)
full pallet (A) = 40 unit
full pallet (B) = 40 unit
partial pallet (C) = 10 unit
partial pallet (D) = 30 unit
I have a delivery with 60 unit and I want the system to creat 2 warehouse tasks for picking : First warehouse task to pick pallet A or B, and second warehouse task to pcik 20 unit from partial pallet D.
could you please guide me on customizing to do, I tried changing the stock removal rule with ascending and desscending sort quantity but doesn't work.
Request clarification before answering.
Hi, it is as you said sorting, and it should work, but System wont pick small HU for the second WT just because it fits better. You can use quantity classification to use two different strategies for "pallets" and for "partial quantity". Or you can use *RMS* badi to sort Quants in a smarter way.
BR,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello d.m.
you're right about (but System wont pick small HU for the second WT just because it fits better)
when you say (use quantity classification to use two different strategies for "pallets" and for "partial quantity"), if I use it in "Detremine storage type Search Sequence for stock Removal", it will not split 60 units on two strategies, unless if you have a thecnical to do it? please let me know
BR.
Thank you d.m.
now it works ! you were right, the quantity classification split WT on two strategies.
my error was that the quantity classification checkbox was not checked in the "Optimization of access strategies for storage type determination ". that's why I got the same strategie for full and partial pallete
just to close this topic, if I add another constraint :
use case 2 :
in the same storage type, there is 4 pallet : 2 full pallets ( A and B) and 3 partial pallets (E, F and G)
full pallet (A) = 40 unit
full pallet (B) = 40 unit
partial pallet (E) = 5 unit
partial pallet (F) = 10 unit
partial pallet (G) = 25 unit
If I have a delivery with 38 units, I want the system to create 1 warehouse task and pick from pallet A or B, because it's easier for the operator to pick from A or B than picking from E and F and G
and if I have a delivery with 4 units, then system create 1 warehouse task and pick from pallet E
otherwise pick from the pallet with the quantity closest to the quantity to be picked?
I'm not sure if standard SAP allows it, if not, is it possible to change the source HU in RF at picikng step so the operator can choose the HU that suits him?
Thank you Daniil for help !
Hi, good that it works.
it is easier for one time to pick from A or B, but usually the less broken pallets in the warehouse the easier to work with it.
I mean next time when it be 40, he would had to do pick from two HUs (e.g. broken A and some other)
In standard you can round up, if overdelivery possible in the process. But with a BAdi you can implement your own smart sorting to have less WTs.
It won't be enough to change the HU, it is a two different warehouse tasks. I would say try to keep it as it is now, if rounding not applicable, or implement sorting BAdi if customer insists on it.
User | Count |
---|---|
6 | |
3 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.