cancel
Showing results for 
Search instead for 
Did you mean: 

Alpha Numeric Number range in billing

Former Member
0 Kudos

Dear friends,

We have a requirement related to number range determination in billing doument and the requirment is as below -

a. Number Range need to determine as alpha numeric

b. No External number ranges to use and always determine as internal

c. The codification for the number range is as below -

1S59000001 - Codification for number range

For your information, in our scenario billing is generated automatically through batch run.

Than

Best Regards,

Goutham

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You cant maintain the INTERNAL NUMBER RANGE with Alphanumericals.

For this you have to use the USER EXIT

Try this user exit

USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ

regards,

santosh

Answers (1)

Answers (1)

Former Member
0 Kudos

in SAP standard it is not possible to have automatic alphanumeric number range, but if you want, you can use an number range determination exit to accommodate your requirement.

you can set a number range for example from 0059000001 - 0059999999

and in the exit, replace the leading zeros if 1S then update the status of number range.

you need to work with your ABAP guy for this, and it's still possible.

hope this can help you