Hi experts, we're looking for a possibility to use another number range for specific outbound IDoc message types. We want to use IDoc numbers as transaction numbers at the receiver, but the receiving system has a restricted number range, so we need to adjust it.
In transaction OYSN we can change the default number range 01.
In addition, we want to define another range 99 which we want to use for specific message types...
No | From | To |
01 | 0000000100000000 | 9999999999999999 |
99 | 0000000000000001 | 0000000099999999 |
There seems to be no customizing to achieve this.
I found IDoc number range but it doesn't solve our problem.
I also had a look at BADI/Exit: Changing IDoc Control Record, but the exit doesn't seem to be appropriate for our requirement, neither it is called when creating a new test IDoc from WE19.
Thanks for your valuable suggestions, best regards