‎2010 Jan 05 6:45 AM
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.
‎2010 Jan 05 6:58 AM
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.
‎2010 Jan 05 7:27 AM
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 ?.
‎2010 Jan 05 9:49 AM
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