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

Alphanumeric Number range

Former Member
0 Likes
2,283

Hi

How to get alphanumeric value for number ranges in sales document, we have number ranges in only digits not in alphanumeric fashion how to solve this

Regards

Chandu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,354

Hi,

Keep the number assignment as external.

Check for BADI or exits where you can code to have alphanumeric numbering as per your reqirement.

Hope it helps.

<REMOVED BY MODERATOR>

Regards,

Siddhesh S.Tawate

Edited by: Alvaro Tejada Galindo on Jun 27, 2008 1:14 PM

4 REPLIES 4
Read only

Former Member
0 Likes
1,354

Hi,

I dont think we have any alphanumeric number range in SAP.

You can create your own.

Concatenate a character and number to create the new number range.

If required you can maintain the values in a 'Z' table and keep updating the entry to create the new next number.

Regards,

Subramanian

Read only

Former Member
0 Likes
1,355

Hi,

Keep the number assignment as external.

Check for BADI or exits where you can code to have alphanumeric numbering as per your reqirement.

Hope it helps.

<REMOVED BY MODERATOR>

Regards,

Siddhesh S.Tawate

Edited by: Alvaro Tejada Galindo on Jun 27, 2008 1:14 PM

Read only

Former Member
0 Likes
1,354

Actually the internal number are assigned through Number Range Objects defined through tcodes SNRO and SNUM.

You have to change the number range assignments SNUM, but remember these number ranges defined are not transportable. They have to manually defined in each client/system.

Go to transaction VN01

Read only

Former Member
0 Likes
1,354

Thanks all for the answers..