I have a table with 400 recs. among some are duplicate records.
how can I remove the duplicate records from the table.
pls help me out.
Answers were Sorted based on User's Feedback
Answer / paras vora
After sorting, you can delete duplicates from an internal
table using the delete adjacent duplicates statement,
described in the ABAP/4 keyword documentation.
Is This Answer Correct ? | 24 Yes | 0 No |
Answer / sunil
Sort internal table according to field which is having
repeated values. And the use the statement "DELETE ADJACENT
DUPLICATES FROM <internaltable> COMPARING <the field with
which u sorted the internal table>.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ganesh jarwal
by using "DELETE ADJECENT DUPLICATES" we can remove the
duplicat resords from a table.
Is This Answer Correct ? | 3 Yes | 0 No |
What is collective search help? : sap abap data dictionary
where do we define LDB to a program ?
What is a matchcode?
What is interactive reporting?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is a type group?
Did you create primary index?
what is the difference b/w driver program & print program?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are the different message types available in the abap/4 ?
Suppose we are transfer data through BDC from legacy to SAP and their is some duplicate data in legacy system but we don’t want this in SAP system .So how can we check that this data is already exist ?
difference between at selection-screen and at selection-screen output?