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

Modify Copy control functionality in SD (Delivery with ref. to an order)

Former Member
0 Likes
606

Hi,

I need to modify the copy control functionality in VL04. Pls consider this instance..

Sales Order 1 - order1, Item No. 10, 20

Sales Order 2 - order1, Item No. 20, 50

Now when I create Delivery (by saving data in VL04), the STANDARD would give me Item No. 10, 20, 30, 50

My requirement is to follow the numerical sequence (here increment by 10) irrespective of Sales Order2 Item nos. i.e., the delivery should have Item No. 10, 20, 30, 40.

Please advice.

Thank you.

Hi,

I need to modify the copy control functionality in VL04. Pls consider this instance..

Sales Order 1 - order1, Item No. 10, 20

Sales Order 2 - order1, Item No. 20, 50

Now when I create Delivery (by saving data in VL04), the STANDARD would give me Item No. 10, 20, 30, 50

My requirement is to follow the numerical sequence (here increment by 10) irrespective of Sales Order2 Item nos. i.e., the delivery should have Item No. 10, 20, 30, 40.

Please advice.

Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
565

HI

please check your sales order line items, the sequence which you have given, the same will be reflecting in VL04, please check the sequence of line items in sales order

don't maintain check for the field copy item number in T-code VTLA between order to delivery

and also maintain item number increment as 10 in delivery type In 0VLK

Cheers

NZAB

Read only

0 Likes
565

the requirement is to modify the code in such a manner that the item nos. get incremented in their numerical order as in below condition..

Sales Order 1 - Item Nos 10, 20, 40

Sales Order 2 - Item Nos - 30, 40, 60

Then It should come in one delivery as - Item Nos. 10, 20, 30, 40, 50, 60 i.e., irrespective of the sales order item's sequence.

Please suggest how to achieve this functionality.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
565

Hi

For VL10 tcodes I know a solution. See Note 587329 - VL10: Item sorting. Check if it works for VL04.

I hope this helps you

Regards

Eduardo