SAP Program RFLQ_RENUM_GRP - Renumber Query Sequence

Purpose
Auxiliary program for renumbering a query sequence serially and equallyspaced, while retaining the sequence.

Example
You require this program above all if you want to insert an additionalquery between two queries whose sequential numbers are immediatelyconsecutive: Assume that you have a query sequence with consecutivenumbers and queries:
1 query 1
2 query 2
3 query x
When executed, the program uses an interval of 9 to create thefollowing:
10 query 1
20 query 2
30 query x
Thereafter, another query, for example with the sequential number 15,can be inserted between query 1 and 2.