Hi,
I have 2 internal tables.
ITAB1 has 100 records.
ITAB 2 has 10 records.
I want to delete the records from ITAB1 which are present in the ITAB2.
Is htere any way without using the LOOP?
Thanks in advance.