cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Split from multiple sales order with signle ship to party

Former Member
0 Kudos

Dear All,

I have multiple sales oreder with different Sold to party and single Ship to Party.

I want to combine all sales order into a single delivery but here deliver split due to different sold to party which I have checked through report ZLE_ANALYZE_DELIVERY_SPLIT.

Can any body suggest me, whether i can write any copy control routine so that it will stop in splitting delivery.

Please suggest if any other way of possibility.

Regards

Prashant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

All partners which stand in the partner schema of the delivery and which are copied from the preceding document are part of split criteria. The only mandatory partner of the outbound delivery however is the ship-to party.

You can delete the sold-to party from the partner schema for deliveries with order reference and it is then no included in splitting criteria.

Furthermore you can control split criteria in copy control routines -> field ZUKRL is used for this purpose. You can check standard routine FV50C001 for that.

Your Z* code means that you have applied custom logic to define split criteria. But most probably it is called by copy control routines and the mechanism should be the same.

For more details you can also check OSS notes:

SAP Note 546668 - FAQ: Delivery split when creating deliveries

SAP Note 166397 - Delivery split according to customer field ZUKRL

Regards,

Dominik Modrzejewski

Former Member
0 Kudos

Dear Dominik,

Thanks for the reply. I have removed sold to party partner from delivery partner determination.

Now there is no delivery split.

Thanks again

Regards

Prashant

Answers (0)