Skip to Content
0
Former Member
Feb 18, 2009 at 10:47 AM

comparing 2 internal table

18 Views

I am appending lines of 1st internal table itab1 to itab2, after a certain operation.Now first I have to check whether itab2 already have the record of itab1..if yes i will delete that record from itab2( and will not append anything further to itab2 ) and if no i will append the record from itab1 to itab2.

How can I solve my purpose?