Skip to Content
0
Former Member
Nov 08, 2005 at 07:17 PM

loop where range

4551 Views

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