Application Development and Automation 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: 
Read only

Delete duplicates values in internal table

former_member870577
Discoverer
906

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

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

2 REPLIES 2
Read only

FredericGirod
Active Contributor
841

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

Read only

michaltvrdy74
Participant
841

1. Sort it_table by field1 .... fieldx

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