Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delete duplicates values in internal table

former_member870577
Discoverer
323

I have a query. I want to delete duplicate values from internal table by comparing other field from same internal table.

2 REPLIES 2

FredericGirod
Active Contributor
258

transaction ABAPDOCU : search for DELETE ADJACENT DUPLICATES ....

michaltvrdy74
Participant
258

1. Sort it_table by field1 .... fieldx

2. delete adjacent duplicates from it_table comparing field1 ... fieldx