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

Error :number range interval 01 does not exist

Former Member
0 Likes
24,863

Hi,

i created a number range object Z_REPORTID in SNRO for autogenerated ids and later used the function module NUMBER_GET_NEXT. After execution i got the following error.

For object Z_REPORTID, number range interval 01 does not exist

Message no. NR751

Diagnosis

The database table NRIV has the delivery class 'C', i.e. the SAP default settings are only in client 000.

Procedure

Create the missing number range interval in customizing

Please help me to trace this out.

Thanks,

Anila

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
10,587

Hi

AFter creating the number range interval in SNRO you must TRANSPORT the interval. In the first screen --> Interval --> Transport.

Did you perform that step?

If you did that it should work well. Itried the same now and it is working fine.

4 REPLIES 4
Read only

Former Member
0 Likes
10,587
Read only

Former Member
0 Likes
10,588

Hi

AFter creating the number range interval in SNRO you must TRANSPORT the interval. In the first screen --> Interval --> Transport.

Did you perform that step?

If you did that it should work well. Itried the same now and it is working fine.

Read only

0 Likes
10,587

please ellobrate this

Read only

Former Member
10,587

Hi

Check the number range interval that you have used, instead of '1' use '01'. That will solve your problem.