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

Invoice Exit Modifications

ashok_kumar24
Contributor
0 Likes
561

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

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

3 REPLIES 3
Read only

Former Member
0 Likes
516

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

Read only

Former Member
0 Likes
515

Hi,

You have to make modifications in RV60AFZZ.

This is meant for customer modifications, so need of copying it again.

Rgds,

HR

Read only

Former Member
0 Likes
515

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