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
Is there any method apart from bdc for data upload to sap? : abap bdc
What is difference between inner join and outer join?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What are the function modules used in a sap script driver program?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is asynchronous and synchronous update?
What is the difference between a structure and an append structure?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
When the get cursor command used in interactive lists?
What is an abap dictionary? : abap data dictionary
What is a table attribute? : abap data dictionary
how can we enable hyperlink in screen painter?
Explain the advantages and disadvantages of abap query tool?
What does the insert statement in extract datasets do?