US5111395 Nov 3, 1989 May 5, 1992 Smith Rodney A Automated fund collection system including means to eliminate duplicate entries from a mailing listUS5111395 1989年11月3日 1992年5月5日 Smith; Rodney A. Automated fund
To delete all duplicate entries from a sorted internal table (e.g. just after SORT), you can use the DELETE ADJACENT DUPLICATES FROM itab statement. You can use the COMPARING adition to limit the fiel, How to eliminate duplicate entries in internal table
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 can use? Was this answer useful? Yes Reply...