Hi,
For second variable try this code,if replacement path is not supported:
when 'V2'.
if i_step = '2'.
Read table I_T_VAR_RANGE INTO LOC_VAR_RANGE where VNAM = 'V1'.---(User input variable created in Step 1)
l_s_range-low = LOC_VAR_RANGE -low.
l_s_range-sign = 'I'.
l_s_range-opt = 'EQ'.
append l_s_range to e_t_range.
V2 variable should be single value customer exit variable.
Note:Give the ranges for that new variable as mentioned by Yasemin ULUTURK
Hope this helps.
Regards,
AL