Skip to Content
0
Former Member
Apr 13, 2010 at 06:51 PM

Delete duplicate records without sort and adjacent

393 Views

Hi Experts,

We are generating a .txt file thru an ABAP report program. This file should be in a prestructured format and that is the reason why we cannot sort any of the file fields. I would like to know if there is any way in ABAP that allow us to delete duplicate records without sorting and adjacent.

Or

do i have to create an other internal table as a copy of file internal table and compare each record in first file with other records in the second file. I really do not wont to go with this logic as it can create performance issue.

Please suggest us with the best methods to do this.

Thank you

Mamatha