2007 May 01 3:07 PM
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
2007 May 01 3:18 PM
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
2007 May 01 3:26 PM
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
2007 May 01 3:29 PM
check below FM to get next number...
NUMBER_GET_NEXT
NUMBER_GET_NEXT_V1
LTRM_NUMBER_GET_NEXT
CAT_NUMBER_GET_NEXT
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |