Skip to Content
0
Former Member
Jan 10, 2008 at 08:04 AM

Using Read Statements

22 Views

Hi guys,

Can anyone provide me an alternative for the following statement...

loop at it_tab into wa_tab.

select single field1

from dbtab

into l_var

where field1 eq wa_tab-field1.

endloop.

In the above statement i am accessing the database table for every loop....cn anyone suggest a code for better performance.

Thanks and regards,

Frank