You can use relative positioning, e.g
pos F[Handling Unit]+(0,20) (2,31)
so that your script becomes independent of the number and
ordering of the select options in the ABAP report.
An additional hint: In order to delete particular select option
lines, delete the whole line and use "Compress" at the end of your script.
Example:
del F[Handling Unit]
F[Handling Unit]+(0,200)
...
Compress |
|