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

Monthly number range

Naama
Participant
0 Likes
1,147

Hi,

How can I create a number range that will initialize every month.

Thanks,

Naama

Hi,

How can I create a number range that will initialize every month.

Thanks,

Naama

3 REPLIES 3
Read only

JozsefSzikszai
Active Contributor
0 Likes
830

I think you can use the subobject field of table NRIV (where number range objects are stored). You just have to call the NUMBER_GET_NEXT FM afterwards with the proper parameters.

Read only

0 Likes
830

Hi,

Thanks,

I know how to create and use a number range (TC SNRO),

But I dont know if there is an option of creating one with the option that it will initialize every month.

Read only

0 Likes
830

as I told, you can use the subobject to represent the month. That means you create a number ranges like this:

object subobject

Z... 01

Z... 02

Z... 03

Z... 04

...