cancel
Showing results for 
Search instead for 
Did you mean: 

Number range enhancement in invoice list VF21

peng_tang
Participant
0 Kudos

Dear gurus

As I know, if another number range need to be determined in billing document creation instead of the one in vofa assigned, user-exit RV60AFZZ  FUNCTION'userexit_number_range'is the place where we write. However now the senerio is invoice list, I try to put break-point in the same place, but program never goes into debug mode. Does anyone could give me some information where should I enhance in order to have different number range for same invoice list type?

thanks!

BR

Peng Tang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

USEREXIT_NUMBER_RANGE should be triggered as both VF01 anf VF21 share the same main program. Not sure if there is any other issue.

Try  USEREXIT_NUMBER_RANGE_INV_DATE in RV60AFZC.

*Note if this user exit is active then USEREXIT_NUMBER_RANGE is skipped , so somebody might have already written some code in it.

R

peng_tang
Participant
0 Kudos

thanks Roy. you are correct. I didnt get to the break session is because someone else has done some enhancement. 

Answers (0)