Skip to Content
0
Former Member
Jun 09, 2008 at 01:24 PM

Enhancing performance for loop inside loop processing..........

1264 Views

Hi ,

my current program has the following code

Loop at itab1.

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

loop at itab2

where f1 = itab1-f1.

endloop.

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

endloop.

in itab1 there 20,000. and itab2 there are 10,000 records

The above code is causing a great bottle neck .is their any way to enhance the performance.

please help .