Application Development 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: 

Update price at contract automatically

Former Member
0 Kudos

Hi Experts,

I am working on a GTM contract. I have added a new custom field at contract line item level.

new custom field is part of condition record for pricing. so requirement is to update the pricing on change of custom field.

currently customer is achieving the same by pressing the update price button on pricing condition screen with option 'B"- carry out new pricing.

now the requirement is to do it automatically so that manual action can be avoided.

Kindly help.

6 REPLIES 6

Former Member
0 Kudos

Hi,


Check the user exit MV45AFZB and the perform FORM USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.

Hope this helps.

0 Kudos

Thanks for input. issue is at trading contract not at order.

0 Kudos

Hi,

Did you check the User exit MV45AFZB for the contract. Check the perform USEREXIT_NEW_PRICING_VBAPCHANGING NEW_PRICING.

Please check it once.

Hope this helps.

0 Kudos

this exit for sales order pricing

thanga_prakash
Active Contributor
0 Kudos

Hello Nikhil,

Did you try with user exit LWB2B003 with component EXIT_SAPLWB2A_006 where tables XKOMWBHI and YKOMWBHI have the pricing subtotals.

Give it a try and let us know the results.

Regards,

TP

thanga_prakash
Active Contributor
0 Kudos

Hello Nikhil,

If the above user exit doesn't work try with the BADI "WB2_ENHANCE_PRICING" which deals with the pricing.

Regards,

TP