cancel
Showing results for 
Search instead for 
Did you mean: 

Copy control from billing to sales order

Former Member
0 Kudos

Hi all,

I have set copy control from billing document to sales order. I get storage location copied from billing to new sales order. But I donu2019t want it to be copied.

Beside create new routine, do I have other way to fix this?

Please advise. Thank you very much.

Best Regards,

Darin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No other way exept writing the copy control routine. You can amend the copy control routine 153-Item from bill.doc. to fulfill your requirements.

regards

Vivek.

Former Member
0 Kudos

Vivek, Thank you very much.

and also thank you to guest who gave above code.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the transaction code VTAF from Billing to Sales order, choose the Data Transfer routine 153 which will copy the data from Billing to the Order

in that Routine Comment the code

clear cvbrp-lgort.

endif.

move-corresponding cvbrk to cvbap.

move-corresponding cvbrp to cvbap.

vbap = cvbap.

endif.

then it will not copy the Storage location

Please check this and revert back if you want more details

thanks,

santosh

Former Member
0 Kudos

Hi Santosh,

Can you please help me to write code for "Not copying quantity field from Billing to Sales order type" . Rest remains the same.

Regards,

Saurabh