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

Number range

Former Member
0 Likes
888

Dear all,

I had Diff Requirement....

I need to Make Alphanumeric Number range as an Internal Number range.

Ex:MUM000001-100000

This number range i need to Assigned to Billing document Types.

Is it right place to post the Query* ABAP Dictionary* ,if not, suggest me

Regards

raaj.

5 REPLIES 5
Read only

RahulKeshav
Active Contributor
0 Likes
814

use tcode VN01

Read only

Former Member
0 Likes
814

Hello ,

CONVERSION_EXIT_ALPHA_OUTPUT

Try this Fm .

If its not working , kindly get back.

Regards,

K.Sibi

Read only

Peranandam
Contributor
0 Likes
814

you cannot create Alphanumeric Number range as an Internal Number range. If your check in transaction SNRO by creating new number range object by specifying dataelement or domain of billing document type field, it will allow only newmeric value while defining number range.

check you already having number range object for billing document type else create new number range object and define thier number range by using transaction SNRO.

however it is possible. try this

get nuber of your billing document type by using FM NUMBER_GET_NEXT

after getting number concadinate you alfacharactor with newly generated number and assign to you billing document field.

Read only

Former Member
0 Likes
814

The data element should not be of type integer.

It has to be char or numc to satisfy your requirement.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
814

Hi,

For any assignment of Number ranges you will go to SPRO. at there in customizations you can assign the required number ranges to required fields.