Application Development 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: 

Nuber range

hemant_saxena
Explorer
0 Kudos

I have to make new number range for the customer

In this number range, the company want that the name of the company will be first and then there will be a sequence

example:

XYZ001, XYZ002...... continued

and it should be a internal number range

plz let me know how i can customized it

Thanks in advance

Looking for needful support.....

Hemant Saxena

3 REPLIES 3

Former Member
0 Kudos

> make a number range in SNUM or SNRO

> make use of FM NUMBER_GET_NEXT to get a unique every time this FM is called

> you cannot include alphabets in it...instead you can-->

> concatenate your company's name infront of each number genertaed

Former Member
0 Kudos

internal number ranges can only be sequence of numbers, if u make the number range alpha numeric then it has to be external. Second option can be to use external number range and then use a customer exit if it exist.