cancel
Showing results for 
Search instead for 
Did you mean: 

Collective Delivery Combine line items qtys

Former Member
0 Kudos

I have requirement to combine delivery's and combine the qty at delivery level.

ship-to-party is same across the orders , but sold-to-party is different

created orders : Order1 -cust -1

                           m1  qty -100

                           m2  qty-200

                           m3  qty-300

                 order-2  - cust 2

                            material 1  qty -400

                             material 3  qty- 500 

I have created collective delivery by enabling order combination flag for the ship-to party at customer master data.

delivery got created with combined orders but the line items are not combined.

delivery 1  :  

                      m1  qty -100

                      m2  qty-200

                      m3   qty-300

                      m1  qty-400

                     m3   qty-500

It's not combining the line item qty at a material level though the

ship-to-party

shipping point,

route ,I

incoterms and delivery date are same.

Any thoughts?

Thanks,

Siva.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Crystal,

I will check from user-exits perspective and update you.

former_member200027
Active Participant
0 Kudos

Hello Siva,

This is system standard behavior.

By enabling order combination flag, it is possible to create one delivery for multiple orders(if there is no split criteria) but not possible to merger items from different orders into one item(even though there is no split criteria).   An explanation could be the reference fields (e.g: LIPS-VGBEL) which each item has its own to preserve the reference to its ancestor document.

Therefore, in order to reach your goal, you need to make use of userexits or copy routine controls.

Please let me know if this is helpful or not.

Best regards,
Crystal Lin