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