Hi Frnz, how to find out multiple entries appearing in an internal table without using loop inside loop.
ex:
tab1 contents:
A B C
D E F
G H I
A B C
J K L
D E F
A B C
The result should display: A B C is repeated in line 3 and 7
D E F is repeated in line 6
Thanks in advance.
Suresh