Skip to Content
0
Former Member
Dec 05, 2008 at 01:00 PM

delete from internal table

15 Views

hi, experts

I have two internal tables now and i will try to delete some entries from itab1 that exists in itab 2. With normal sql, it will be something like:

delete from itab1 where fieldValue = itab2.fieldValue.

The sql syntax may be not quite correct, but I think you got the idea.

Thanks.

Fan