Skip to Content
0
Former Member
Dec 03, 2008 at 11:01 AM

Performance tuning

23 Views

Moved to correct forum by moderator. Please also use a meaningful subject in future

Hello experts,

I have a code of the following type

select from table into i_tab where <condition>

loop at i_tab assigning <field-symbol>

read i_tab with <condition>

<execute some actions>

read i_tab with <condition2>

<execute actions>

....................

endloop.

but this is taking a lot of time.

If the number of records is more then it is looping through the records, reading the table, executing action for each and every record.

So the performance is poor.

Can someone suggest alternative ways ?

Thanks in advance.

Regards,

Chithra.

Edited by: Matt on Dec 3, 2008 1:48 PM