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

Reg: Number Ranges

Former Member
0 Likes
760

Dear All,

We are having number ranges for travel request ID. Up to now it is doing well but suddenly it number ranges are skipping 10 numbers for every new travel traquest ID.

Actually current number is 1000000031. when they created new travel request id it is jumping to 1000000041 but it has to show 1000000032.

Please help on this, this is very urgent

Thanks

Venu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

Hi,

First you should know the Number range object used for that travel request ID.

USe the Tcode <b>SNRO</b> and find it.

then go to the Tcode <b>SNUM</b> and find the ranges that are defined and the settings like (continuous numbers are skipped by 10 digits etc)

I still doubt are you getting every time skipped by 10 digits or just in one case.

Check it for 3 to 4 doc's if it is happening every time jumping check it.

or happening just once in a while means have to check other things related to functionality.

reward if useful

regards,

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
707

Hi,

Take the Number range object, then goto SNRO transaction code, and see the settings for that number range object

Regards

Sudheer

Read only

Former Member
0 Likes
707

Check out how the number range has been defined. Check if the interval is defined as 10.

Read only

Former Member
0 Likes
708

Hi,

First you should know the Number range object used for that travel request ID.

USe the Tcode <b>SNRO</b> and find it.

then go to the Tcode <b>SNUM</b> and find the ranges that are defined and the settings like (continuous numbers are skipped by 10 digits etc)

I still doubt are you getting every time skipped by 10 digits or just in one case.

Check it for 3 to 4 doc's if it is happening every time jumping check it.

or happening just once in a while means have to check other things related to functionality.

reward if useful

regards,

Anji

Read only

0 Likes
707

Hi All,

Actually yesterday when travel request was created, current number is 1000000031 at that time it jumped to 1000000041 and now current number is 1000000050. It means now if any body create a travel request it is going to generate 1000000051. Every time it is skipping 10 numbers.

Object ZTREQ No. range object has intervals

Short text Travel Request ID

Long text Travel Request ID

To-year flag Not Checked

Number length domain ZTRQID

No interval rolling Not Checked

Number range transaction ZTRID

Warning % 10.0

Main memory buffering Checked

No. of numbers in buffer 10

1 1000000000 9999999999 1000000050

Thanks

Venu

Read only

0 Likes
707

Change the parameter 'No. of numbers in buffer' to 0. It should work then.

Hope this helps.

Sudha