Skip to Content
0
Former Member
Feb 09, 2007 at 05:15 AM

select-options

202 Views

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.