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

number range interval does not exist in object

Former Member
0 Likes
6,362

Hi All,

We have one Ztransaction which is used for TDS certificate tracking, at the end of that when i am trying to save it error message is appearing like :

For object Zobj , number range interval I9 does not exist

when i am looking into the transaction SNRO for that particular object, number range is maintained for years 2001, 02 , 03 only as I1, I2, I3 respectively....number range is maintained for 3 years only and not for years 04, 05, 06, 07, 08, 09

I want to know that, to overcome this error do i need to maintain number range for I9 for year 2009 also ??...there are other number range missing for few fiscal years also so do i need to maintain that also ??...and after maintaining number range how it will affect ??

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
3,144

From the error it seems that its obvious that you need to maintain I9 in that interval of ZOBJ.

It wont affect anything until and unless that I9 is a valid intreval for ZOBJ. If it is not a valid interval as per your functional requirement then you should not add the same.

Read only

0 Likes
3,144

There are only 3 intervals defined as I1, I2 and I3 so should i add I9 as an interval and check whether it is giving error or not ?.

Read only

0 Likes
3,144

Hi

This is because in that tcode which you are executing there might be used number_get_next function module and that object was assigned and interval was given i9.To reolve this you maintain interval I9 in snro tcode otherwise change the assigning interval to the function module.

Thanks and regrads,

Venkat