Using DELETE ADJACENT DUPLICATES will retain the first entry. What if I want to delete all entries if duplicate is found. For example, if matnr A is found to have duplicates in the internal table, all entries with matnr A should be removed from the internal table. Any good logic that I...