‎2006 Sep 12 12:15 PM
Hi Experts,
I need to modify and activate a user exit for Invoice.
USEREXIT_NUMBER_RANGE
(Module pool SAPLV60A, program RV60AFZZ)
This form is called from form LV60AU02.
To make modifications can/should i copy the program and make modifications or can i modify the program directly.
Suggestions required.
Thanks
AK
‎2006 Sep 12 12:19 PM
No ,if u are modifying first time , then u have to get the acces key from service.sap.com, then u are able to do the changes in that program.
Regards
Prabhu
‎2006 Sep 12 12:19 PM
No ,if u are modifying first time , then u have to get the acces key from service.sap.com, then u are able to do the changes in that program.
Regards
Prabhu
‎2006 Sep 12 12:19 PM
Hi,
You have to make modifications in RV60AFZZ.
This is meant for customer modifications, so need of copying it again.
Rgds,
HR
‎2006 Sep 12 12:22 PM
Hi,
First of all user-exits can be copied. You need to do the changes directly into RV60AFZZ.
There are certain forms available in it. For eg. FORM USEREXIT_NUMBER_RANGE. Inside this you can write your code.
One more thing, you need to get the access key first through OSS1 for editing this exit. After making changes do not check for syntax, directly activate it as this is an include program and not a normal executable report.
P.S. Mark all helpful answers for points.
JLN