cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Control Quote to Quote

Former Member
0 Kudos

Hi

I have set up copy control for Quote to Quote for Quote types QT. Quote gets copied correctly, but Sold to Party filed is Greyed out. I can not change Sold to Party Field.

Appriciate your help

Thanks

VJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Maintain 002 - Header-Diff Customer in Copying requirement field in VTAA.

Regards

Senya

Former Member
0 Kudos

Thanks Senya

I have used User Exit to open the Sold to Party Field.

Thanks

VJ

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi VJ,

Check the copy control rules. VTAA for quote to quote.

Check the header partner routine - you are possibly using include FV45C001. "001" You may want to change this if you do not want the quote sold to party to be the same.

Also - I would recommend not changing QT to QT and rather make a copy of the doc types and then change the routines.

Cheers,

Glynn

Former Member
0 Kudos

Hi Glynn

Thanks for replying. I was using include FV45C001. To open Sold to Party field in the quote while copying, I have to use "USEREXIT_FIELD_MODIFICATION" . I have inserted the following logic and now it works

IF screen-name = 'KUAGV-KUNNR'.

screen-required = '1'.

screen-input = '1'.

ENDIF.

Thanks

VJ