2006 Oct 13 6:49 PM
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
2006 Oct 13 6:54 PM
2006 Oct 13 7:18 PM
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
2006 Oct 13 7:20 PM
Hi,
You have to get the access key and directly change the code..You don't require a project for this exit..
Thanks,
Naren
2006 Oct 13 7:29 PM
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
2006 Oct 13 7:30 PM