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.
Answer Posted / 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 |
Post New Answer View All Answers
Difference between sap script and report?
What is the tcode to create indexes?
In a loop of an internal table, what is the use of at first & at last statements?
stock transfer from one plant to another plant ? i want the total description.
What is meant by a schema? : sap abap hr
What are standard layouts sets in the sap script?
What is the major difference between pool tables and transparent tables?
Which transaction code can I use to analyze the performance of abap program?
What is SAP Data conversion ?
What are the differences between sap memory and abap memory?
Define abap/4 layer?
Differentiate between transparent tables, cluster tables and pooled tables
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
Name a few data dictionary objects?
Can you define a field without a data element? : abap data dictionary