cancel
Showing results for 
Search instead for 
Did you mean: 

how to split delivery based on item UOM

Former Member
0 Kudos

Dear All,

I am working on sales orders and deliveries in this i need to do small task while loading sales order into Delivery i need to split sales order items based on UOM for that item. Is there any why to

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chandra......

Do you want to split deliveries if you have two line items of of two different UOMs. Is it?

If yes then its standard functionality.

Anyways you can use copy from functionality which becomes very easy to achieve your requirement.

Just Open Delivery and select the Customer and then press Copy from button and select the sales order. It will display the sales order to be copied and then you can select the item which you want to deliver as per UOM.......

Regards,

Rahul

Former Member
0 Kudos

Hi,

You may use query function to get what you want.

First query to get an UoM List by

SELECT DISTINCT unitMsr FROM RDR1

Then 2nd query will base on each value from the list in the where clause to get relative lines from sales order.

Finally, update each delivery based on the 2nd query.

Thanks,

Gordon