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: 

User Exit for vf01 pricing modification

Former Member
0 Kudos

hi,

I have to change the price according to a condition whether the price from the condition records or a last invoice price, I modified in LV69AFZZ include program, Now it is displaying in the CONDITION tab as per my requirement(last bill price in structure komv ), But WHEN I SAVE IT then it is taking the price from the condition record, I tried to change in XKOMV (which contains the all record values)but i am unable to use MODIFY XKOMV statement in the user exit, but assigned XKOMV-KBETR = last price,BUT while saving it again save with the condition price not with the last bill price so please tell me where(USER EXIT) i should modify the XKOMV.

points will be rewarded.

regards,

Prabhu

2 REPLIES 2

Former Member
0 Kudos

check if the userexits in the include <b>RV60AFZZ</b> can help you

Former Member
0 Kudos

Hi,

Program RV61AFZB is an user exits..

This is the old way to deal with any SAP modification.

No enhancement needed this program.

Form USEREXIT_XKOMV_BEWERTEN_INIT is used for initialization purposes. Here is an example codes.

...

FORM USEREXIT_XKOMV_BEWERTEN_INIT.

clear: komp-zzwi7, komp-zzwi8.

ENDFORM.

<b>Reward points</b>

Regards