in my report at one point they are collecting all the records into one internal table using the syntax
collect rrb_tab.
but im getting double records in some cases . so i want to avoid that.
so after this collect statement can i use delete adjacent duplicate syntax as follows
collect rrb_ab.
DELETE ADJACENT DUPLICATES FROM RRB_TAB.
plz suggest me if i an use like this