Skip to Content
0
Former Member
Jun 09, 2008 at 09:16 AM

Delete from Internal Table

48 Views

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.