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
What is function group?
What is maintenance view?
What are the different types of luws. What are they?
How do we handle multiple line items in BDC's.
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are plan versions used for? : sap abap hr
What are the steps in a bdc session? : abap bdc
What is the difference between Exit and Stop?
What is locking? : abap data dictionary
What are the basic components of dialog program?
what is leave to TRANSACTION?
singleton class
What are internal tables? How to use a specific number occurs statement?
How to Solve a Particular Ticket in Realtime ?
How many lists can a program can produce?