cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Re-determination during Quote to Order and Order to Order Copy

Former Member
0 Kudos

Dear Pricing Gurus,

We have a reQuirement to set the flag TVCPA-KNPRS = 'B' during Quote to Order and Order to Order copy (as a reference) so all the prices are re-determined. This logic need to run under specific business scenario.

Can you please suggest what routine/user-exits are available to achieve this?

Many Thanks in advance,

Abhishek Srivastava

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

IN VTAA, copy control for your item category you can make this setting

Target document : Sales order

Source document: Quotation

Select your item category

And making pricing type as B - Carry out new pricing

and suppose now u copy QT to OR and if you change customer and suppose this customer is having Different Customer Pricing procedure than old customer then new pricing will be carried out

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

You can try with any of the following exits.

USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)

USEREXIT_PRICING_PREPARE_TKOMP (module pool SAPLV60A, program RV60AFZZ)

thanks

G. Lakshmipathi

madhu_vadlamani
Active Contributor
0 Kudos

Dear Lakshmipathi,

Hi .Even as technical consultant i am a good follower of you. I have seen a lot of good threads posted by you in SDN and in some other blogs.

I am trying to use FORM USEREXIT_PRICING_PREPARE_TKOMP to add and delete some new condition types while creating sales order. I tried a lot but nit able to reach my requirement . If you had worked on this please share me your ideas.

Regards,

Madhu.

former_member188076
Active Contributor
0 Kudos

Hi,

You may try using Copying Requirement. It is available in VTAA and for the combination of your Source and Target Document, at Item Level you can create a new Copying Requirement in VOFM, so when the requirement meets system should detemine New Pricing else use the same pricing.

Regards,

Amitesh Anand

Former Member
0 Kudos

Thanks Vishal. However, we need to handle this through custom code because of specific business requirement.

Can you please suggest any BADI/Exit which I can amend to achieve the same?

Thanks,

Abhishek