hi,
may i know how to assign the select-options data to itab if user enter the range as well as single val or also with exclude single val or exclude ranges.
if i use like this it will also get the low and high in the selection screen.
this is using ranges. but i need to store werks only in normal itab.
v_werks-sign = 'I'.
v_werks-option = 'EQ'.
v_werks-low = sdwerk-low.
v_werks-high = sdwerk-high.
append v_werks.
v_werks-sign = 'I'.
v_werks-option = 'BT'.
v_werks-low = sdwerk-low.
v_werks-high = sdwerk-high.
append v_werks.