hi,
is there a nice idea to loop at select options (table) and store all values (sorted) in one itab ?
example:
select options: matnr type matnr.
input:
range: 1 to 5
single: 8, 9 & 10
exclude: 3
Result:
1
2
3
4
8
9
10
Ideas ?