cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting a new number range for existing object

vincent8
Explorer
0 Kudos
289

I already have number ranges for object CRM_INCDNT that are used:

OBJECT NRRANGENR FROMNUMBER TONUMBER

CRM_INCDNT 01 8000000000 8999999999

CRM_INCDNT 02 9000000000 9799999999

CRM_INCDNT 03 9800000000 9999999999

I have a requirement to insert a new number range (04) from 9500000000 to 960000000. That means I have to limit the existing number range 02 to 9499999999 in the table above.

The problem is that in the target system, we already have transactions generated within this number range, even though they haven't reached 9499999999 (and never will).

If I transport only my new number range (04), it will have an overlap with the current number range 02.

If I transport 02 and 04, it will overwrite the NRLEVEL of number range 02.

The only way I can think of is to do it manually in the target system. Will changing the TONUMBER manually cause issues in the long run?

What is the best practice here?

Accepted Solutions (0)

Answers (0)