Application Development and Automation 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: 
Read only

doubt in adding code in USEREXIT_NEW_PRICING_VBAP

Former Member
0 Likes
2,918

hi

i hav a requirement to carry out to carry new pricing wenever the plant in sales order is changed....the user exit USEREXIT_NEW_PRICING_VBAP is useful for my requirement.... to add my code do i need to add the code in that form by getting the access key or is thr something else... .

am confused as generally we use smod/cmod to do the user exits rite????? plz clarify

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,825

Hi, Yes you can use USEREXIT_NEW_PRICING_VBAP of Include MV45AFZB to force in carrying out New Pricing. You can check the documentation of the subroutine, you will have required values in VBAP(current) and *VBAP(Old).

hi

i hav a requirement to carry out to carry new pricing wenever the plant in sales order is changed....the user exit USEREXIT_NEW_PRICING_VBAP is useful for my requirement.... to add my code do i need to add the code in that form by getting the access key or is thr something else... .

am confused as generally we use smod/cmod to do the user exits rite????? plz clarify

5 REPLIES 5
Read only

Former Member
0 Likes
1,826

Hi, Yes you can use USEREXIT_NEW_PRICING_VBAP of Include MV45AFZB to force in carrying out New Pricing. You can check the documentation of the subroutine, you will have required values in VBAP(current) and *VBAP(Old).

Read only

0 Likes
1,825

do u mean that i can get the key and write the code in it? is it the right way?

Read only

0 Likes
1,825

Yep...

Read only

0 Likes
1,825

ok thanks.

Read only

0 Likes
1,825

This message was moderated.