Skip to Content
0
Former Member
Dec 23, 2009 at 02:03 PM

Independent processing of elements inside internal table

110 Views

Hello friends,

Here is the scenario,

I have a internal table with 10 records(indepentent) , and i need to process them .The processing of one record doesnt have any influence on the another . When we go for loop , the performance issue is that , the 10 th record has to wait until the 9 records get processed even though there is no dependency on the output.

Could some one tell a way out to improve the performance..

If i am not clear with the question , i would explain it still clearer...

A internal table has 5 numbers , say( 1,3,4,6,7)

we are trying to find square of each number ,,,

If it is a loop the finding of suare of 7 has to wait until 6 is getting completed and it is waste of time ...

This is related to parallel processing , I have refered to parallel processing documents,But I want to do this conceptually .

Comradely,

K.Sibi