Skip to Content
0
Former Member
Jan 11, 2008 at 08:08 AM

Internal Table

63 Views

Hello All,

I have 2 internal tables itab1 and itab2. I would like to delete data rom itab2 which are present in itab1.

Is there any other short cut apart from looping one internal table and deleting from the other.

Can we have some statement like the below so that it could be performance effective.

delete itab1 from itab2 or something similar so that we can avoid looping.

Any suitable inputs would be rewarded.

Thanks & Warm Regards,

Vinay