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

functional module

Former Member
0 Likes
795

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

Hi Kiran

This will give you Interval as well as last number of the number object

RH_GET_NUMBER_RANGE

Regards

Kathirvel

8 REPLIES 8
Read only

michael-john_turner
Active Participant
0 Likes
770

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

Read only

Former Member
0 Likes
770

HI,

Use NUMBER_CHECK

Read only

Former Member
0 Likes
770

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

Read only

0 Likes
770

hi

i need a functional module to know the current number of the number range.

thanks in advance

kiran kumar

Read only

0 Likes
770

Hi,

As I mentioned above, NUMBER_GET_INFO will return the current number.

MJ

Read only

0 Likes
770

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

Read only

Former Member
0 Likes
770

Use this FM

RH_GET_NUMBER_RANGE

Regards

Kathirvel

Read only

Former Member
0 Likes
771

Hi Kiran

This will give you Interval as well as last number of the number object

RH_GET_NUMBER_RANGE

Regards

Kathirvel