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 object - Character Numbers

former_member194669
Active Contributor
0 Likes
1,195

Hi,

I have created a number range object with Number length domain as CHAR03

While assigning intervals i need to assign the interval as AAA to ZZZ , but system prompting me it can assign only numberic 1 to 999.

I tried to use External checkbox in the interval , then while calling fm NUMBER_GET_NEXT system not showing me the next number

Any info on this?

aRs

Hi,

I have created a number range object with Number length domain as CHAR03

While assigning intervals i need to assign the interval as AAA to ZZZ , but system prompting me it can assign only numberic 1 to 999.

I tried to use External checkbox in the interval , then while calling fm NUMBER_GET_NEXT system not showing me the next number

Any info on this?

aRs

3 REPLIES 3
Read only

Former Member
0 Likes
726

You can also create the number range in your program instead of using SNRO with the function:

NUMBER_RANGE_INTERVAL_UPDATE : create the number range

Read only

former_member194669
Active Contributor
0 Likes
726

Here my question is not with creating the intervals. If i am using a external number range , how to get the next number?

e.g. My external number range is AAA to ZZZ, and the last number assinged is ABC ,how to get the next number ABD?

Thanks

aRs

Read only

Former Member
0 Likes
726

check below FM to get next number...

NUMBER_GET_NEXT

NUMBER_GET_NEXT_V1

LTRM_NUMBER_GET_NEXT

CAT_NUMBER_GET_NEXT