Skip to Content
0
Jul 16, 2008 at 07:10 AM

Loop in loop..

31 Views

Hi...Friends,

>loop at itab1.

>

>/////

>

> loop at itab2 where f1 = itab1-f1.

>

>///////

>

> endloop.

>

>endloop.

Here Iam having more than one entreis in table itab2 for each itab-f1 entry.

I want the same functionality with out using where condition for second loop.

( Get back to you... If you want to know my orginal problem..at closing of this thread... )

Thanks,

Naveen.I