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