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 / 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 |
Post New Answer View All Answers
Where the payroll results are stored
What are clustered tables?
What are internal tables? How do you get the number of lines in an internal table?
Event handling in oops
Application Category?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How many ways you can create table? : abap data dictionary
What are the parameters in bdc_open_group? : abap bdc
State the system field for the current date?
What is netweaver???what is the relationship with ABAP?
When value table becomes check table?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
wht is the diff. b/n initialization and lotus of event
What is a data dictionary? : sap abap data dictionary
What are the two methods for modifying sap standard tables?