cancel
Showing results for 
Search instead for 
Did you mean: 

Alphanumeric billing number range

Former Member
0 Kudos

Hi

In billing number range(VN01) can we define alphanumeric number like AB07089999 or only numeric.

Regards

debasish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

for this alpha numaric number range u have to write a user exit.

then it works

thanks&regards

veera.

Answers (1)

Answers (1)

former_member204513
Active Contributor
0 Kudos

Dear Debasish,

You can't maintain alphanumeric number for internal number range.

If you select External number range system will accept alphanumeric number also but for billing document external number range not advaisable

You can try with the User Exit with the help of ABAPer

Try with these User exits,

USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)

The internal number range used in the standard system is specified

in the billing type table and can be changed in this user exit. This

user exit is only called when the billing documents is created.

USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program

RV60AFZC)

Depending on the number range, table TVFKD is used to set the

billing date (country-specific requirments in Italy).

USEREXIT_NUMBER_RANGE is automatically deactivated when this user

exit is being applied.

I hope it will help you,

Regards,

Murali.