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: 

Enhancement for USEREXIT_XKOMV_BEWERTEN_INIT

Naga_P
Active Participant
0 Kudos
1,205

Hi,

Can anyone remember the Enhancement (for including into a project) for implementing the above mentioned User Exit. This is used in Pricing functions.

thanks in advnace.

Naga

5 REPLIES 5

ferry_lianto
Active Contributor
0 Kudos
351

Hi Naga,

Please check program RV61AFZB.

Naga_P
Active Participant
0 Kudos
351

Hi Ferry,

thanks for responding. I know the name of the program. How do I write the code in this Exit is my question. I thought I need the Enhancement to include this into a CMOD project for implementation (writing ABAP code). Would you remember this enhancement name.

thanks again..

Naga

Former Member
0 Kudos
351

Hi,

You have to get the access key and directly change the code..You don't require a project for this exit..

Thanks,

Naren

ferry_lianto
Active Contributor
0 Kudos
351

Hi Naga,

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.

...

Regards,

Ferry Lianto

ferry_lianto
Active Contributor
0 Kudos
351

Never mind ... duplicate posting.