cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Control within Sales Order (Contract)

Former Member
0 Kudos

Hi Guys,

I have a requirement to stop the copy of the Exchange rate from the Header Level of the Contract to the Line Level of the Contract. Its under under billing on both Header and Line level. Contract is created via VA41.

I have tried VTAA, however I cannot find exactly where I can make this change, is this the right area, if so would you be kind enough to pin point the area?

Thanks for your help!

Cheers.

Emal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please use following use exit to do so

As I believe you are not using with reference of other contract to create contracts, the copy control is used when you create the new docuement with refernce with other docuement.

V45W0001 Function module exit for copying sales header data into items for contracts.

This enhancement contains the user exit: EXIT_SAPLV45W_001

Activities:----


1. Create your enhancement, using a project (CMOD). You can either use an existing one or create a new one.

2. Activate the project.

The ABAP coding will only run once the project has been activated. Until then the enhancements will not take effect.

regards

Vivek.

Former Member
0 Kudos

Hi Vivek,

Thank you for your reply.

Can I confirm that the user exit will STOP the Exchange rate from being copied from the Header level to the Line level of the contract?

Thank you.

Emal

Former Member
0 Kudos

Hi,

It should work, pl take help of ABAPer.

with regards

Vivek.