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?