cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset number range

Former Member
0 Kudos

Hi,

I am using FM NUMBER_GET_NEXT to get the number range from 1..Now my number range is 500..i deleted all the record from the database.But i create a new one it start from 501.I need from 1..how could i reset the number range........

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prabhu,

Have you solved the issue with above method? If yes, please close the thread. Thanks.

Regards,

Manjesh.

Former Member
0 Kudos

I solved the issue.Thanks to all of them..........

Former Member
0 Kudos

Hi Prabhu,

You can reset the current number to 1 in transaction SNRO.

Select your number range object and press 'Number ranges', then select 'change status' button. There you can edit the current number of the interval.

Please be aware of the over-writing issue. If you reset the number, then the existing record with that number might get over-writed with the new entry.

For example: there is a record exist with number 004 and you reset the number range, and there is a new record with number 004 comes, then there is probability that the old record might get replaced with new record. Hence it is good idea to extend the number range than resetting the same.

Regards,

Manjesh.

Former Member
0 Kudos

Hi

You can reset number range by transaction:SNUM.

Number ranges->Status

Regards.