cancel
Showing results for 
Search instead for 
Did you mean: 

Current Number Status in Number Range

Former Member
0 Kudos

Hi All

Plz tell me the table in which status of Current Number is stored. That always increment in the Number ranges while running related Tcode.

Like i am running a BDC program and for that transaction at the run time i want to compare some number with current Number Status of the Number Range.

How will i do? Thanks in advance.

Regards

Ravi Arora

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ravi,

Look at the NRIV table with your Object Name. The field Number range (NRLEVEL)will give you the current number.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

Thanks Ravi tht will really help me to solve my problem.

Thanks again

Regards

Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

There are a lot of FM's ( NUMBERRANGE* ) from se37 which can be used to get the information you need.

Check them you might not need to code to get the current number, The FM will do for you.

Regards

VJ

0 Kudos

Please any one help me i am create number range but it entered any one to number must be grater than the current number like showing

sveabecker
Community Advocate
Community Advocate
0 Kudos

Hi chakrisandu I recommend to open a new question instead of hijacking an old question, which has already an accepted answer.

Check out our Q&A tutorial https://developers.sap.com/tutorials/community-qa.html to get more familiar with how to ask questions in SAP Community.

Regards, Svea

SAP Community Global Moderator

vinod_gunaware2
Active Contributor
0 Kudos

Hi

U have to dubugg the function module

<b>NUMBER_GET_NEXT</b>

OR u have to check SPRO setting.

regards

vinod