Alpha numeric range

Question: Hi All,

Is anybody aware of how to make alpha numeric number ranges and populate them through a function module through an ABAP?

Following is the requrirement:
1.Alpha numeric range of char 1 from 0-9 and A-Z,
2.Alpha numeric range of char 2 from 1st digit as 1 and 2nd digit starting with 0-9 and A-Z (eg 10,11,...19, 1A,1B....1Z) and so on.,
3.Alpha numeric range of char 3 from 000-999, then 00A to 99A, then 00B to 99B etc.... to 00Z to 99Z, and so on.

I tried doing this through transaction 'SNRO' but only numeric range with non zero is allowed.
Any help will be appreciated.

Thanks a lot in advance.

Answer:
I think you could define number range by your own logic which you mentioned. I'm afraid the standard number range tool integrated may not meet your requirement. That mean, you need to create your Z-tables for number range instead of using SNRO to define number range.
Copyright ?2007 - 2008 www.jt77.com