‎2006 Nov 22 1:16 PM
hi to all,
help me in this issue
is there any functional module to find out the current no in the number range
thanks in advance
kiran kumar
‎2006 Nov 22 1:33 PM
Hi Kiran
This will give you Interval as well as last number of the number object
RH_GET_NUMBER_RANGE
Regards
Kathirvel
‎2006 Nov 22 1:18 PM
Hi,
You can use NUMBER_GET_NEXT to get the next number in a number range and NUMBER_GET_INFO to read the details about a number range object. See function group SNR3 for more useful function modules.
MJ
‎2006 Nov 22 1:19 PM
‎2006 Nov 22 1:22 PM
Use NUMBER_GET_NEXT where u have to pass some inputs and u will get the next free number or else use NUMBER_CHECK.
Message was edited by:
Ramesh Babu Chirumamilla
‎2006 Nov 22 1:25 PM
hi
i need a functional module to know the current number of the number range.
thanks in advance
kiran kumar
‎2006 Nov 22 1:28 PM
Hi,
As I mentioned above, NUMBER_GET_INFO will return the current number.
MJ
‎2006 Nov 22 1:30 PM
so what is wrong with function NUMBER_GET_INFO
it gives back the current key from you're object in INTERVAL-NRLEVEL ???
perhaps rephrase you're question more clearly because this is what you ask !
with tcode snro you can find the object name you need and the number of the range. they serve as input for the function.
Message was edited by:
A. de Smidt
‎2006 Nov 22 1:23 PM
‎2006 Nov 22 1:33 PM
Hi Kiran
This will give you Interval as well as last number of the number object
RH_GET_NUMBER_RANGE
Regards
Kathirvel