what is the syntax for eliminating duplicate values in
internal table.
Answer Posted / rck
First sort the internaltable using
Syntax:
Sort iTab using <field-name> Ascending/decending
Then Use the Delete adjacent Duplicate statement
Delete adjacent duplicate entries from <iTab> [comparing
<F1><F2>....]
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
what is friend class
What is a logical database?
What are field groups?
What is the difference between the function module and a normal abap/4 subroutine?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How to know if the value entered contains records or not?
What does hide statement do?
What are the system fields you have worked with? Explain?
What is step-loop? Explain all the steps?
Can a constructor be declared private? If yes then in which scenario?
Explain what is the step-by-step process to create a table in data dictionary?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
How is conversion of data types done between abap/4 & external level?
What is the client concept in sap?