hi friends...
i have a small doubt regrading deletion of all duplicate entries in an internal table..
i used delete adjacent duplicates..good..but the record which was duplicated still exists..
in the sense...the records..
empname(field)
a
b
a
c...
i want to delete all the entries which are duplicated..+ the original ones..so i want all the 'a' to be deleted...please help me out with this logic..all occurences of
duplicates as well as the original ones to be deleted..