Hello,
i´m executing a simple loop using a range in the where condition.
eg. loop at itab into wa_tab
where racct in r_range.
Values in r_range are
sign - 'I'
option 'EQ'
low '0000311001'
high '0000315004'
The loop only finds the 'low' entry and then ends although both numbers are in the itab. If I change option to 'BT' the loop will find all those numbers between low and high.
What am i overlooking?
Thank you,
Kevin