cancel
Showing results for 
Search instead for 
Did you mean: 

Warehouse management- Transfer order creation (Qty selection)

Former Member
0 Kudos

Hi

I have a requirement where.

Say I have a material in 2 bins in one storage type.

Bin A - Qty 32

Bin B Qty 25.

I am creating a sales order for Qty 49 and then creating a delivery. Delivery unit is set as 7. Hence we can only create delivery in multiple of 7.

Picking strategy is FIFO.

When I create transfer order system first selects bin A (Based on FIFO) and hence qty 32, and then remaining 17 qty , it selects from Bin B . Thus total picking is 49.

My requirement is that system should pick the material from bins in mutiples of delivery unit (i.e 7)

Desired Picking.

System should pick

7*4 = 28 from Bin A ( as system can not pick 35 from this bin)

7*3 = 21 from Bin B.

Thus always creating TO with qty in multiple of delivery unit.

Is this possible by any means ( I tried exit MWMTO0006,

MWMTO0005 also), but I am not able achieve what I need,

Can anybody help me how to achieve that?

thanks in Advance.

Warehouse management- Transfer order creation.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I think that if you use the LE qty in WM view 2 in the material master and say that 7 pieces of material A = SUT ???

The use the partial qty removal strategy 'A' the system should look at this qty and use that as the basis to pick.

Create a special SUT in config and add it to your material master and the qty as I said befor and test it.

It should work when everything is set up.

I hope that this helps

Frenchy

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the help.

With the help of user exit MWMTO004, I achieved what I wanted, Along with LE quanity setup.