2008 Oct 22 4:39 PM
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
2008 Oct 22 4:44 PM
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.
2008 Oct 23 7:57 AM
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.
2008 Oct 23 12:03 PM
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
...