want to delete all occurances (not just the adjacent duplicates) from an internal table where certain fields are duplicated.
I tried 'DELETE duplicate entries FROM it_name' but got an error saying 'Between Delete and Duplicate, Adjacent is missing'.
Anyone know how I can do this?