Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery Split Issue

Former Member
0 Likes
1,260


Hi Guys,

Automatic delivery split is not happenning using 'Create background' option through VL10E transaction. However deliveries are creating when we select the each sales order line item quantity and click on 'Create Background' option through the same transaction.

I have checked the previous conversations on above mentioned, but did not get any clue.

Could some one give any idea on automatic delivery split issue ?

Regards,

Suresh K.

5 REPLIES 5
Read only

JackGraus
Active Contributor
0 Likes
934

Hi

In transaction VTLA check the header copy rule for your delivery type('s).

In transaction VOFM in 'Data transfer deliveries' create or adapt the copy rule that you want to use.

If you want to create separate delivery for each order item then fill LIKP-ZUKRL (Additional delivery split criterion) with the order number CVBAP-VBELN + order item number CVBAP-POSNR. As this will be different for each order item this will force separate deliveries.

Regards Jack

Read only

Former Member
0 Likes
934


Hi Jack,

  I have already done the required stuff. But it did not create more than one delivery using the VL10E option 'create Background'. Do we need to add any special logic for qauntity in the routine?

Regards,

SK.

Read only

0 Likes
934

1) Should the delivery be split? What is the reason for the delivery being split?

2) If there is no valid reason for the system to split the delivery, it will not do so. In this case, you need to fill field LIKP-ZUKRL in your copy control routine. See point 6 of SAP note 546668

Read only

Former Member
0 Likes
934

Dear Noel,

                    our requriement is to create individual deliveries for each quantity in the sales order...

E.g Sale Order has 2 line items with 5 quantites each..we should acheive creating 10 delivieres in total . i.e one delivery for each quantity. kindly share your inputs to acheive this...

thanks in advance.

Regard

SK

Read only

0 Likes
934

Hi SK,

hmm, this is not an easy requirement to meet I think. The problem is that the delivery split happens at header level whereas the quantity is at item level. I cant think of an straightforward way to split the delivery in this case. Maybe others can help you on here.