on 2023 Nov 03 8:51 PM
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?
Request clarification before answering.
User | Count |
---|---|
18 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.