Skip to Content
0
Former Member
Dec 03, 2008 at 03:58 PM

loop at select options

1163 Views

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 ?