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


Please Help Members By Posting Answers For Below Questions

what is friend class

1081


What is a logical database?

868


What are field groups?

792


What is the difference between the function module and a normal abap/4 subroutine?

858


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

758


Explain what is the difference between sy-tabix and sy-index? Where it is used?

773


How to know if the value entered contains records or not?

794


What does hide statement do?

770


What are the system fields you have worked with? Explain?

869


What is step-loop? Explain all the steps?

748


Can a constructor be declared private? If yes then in which scenario?

1129


Explain what is the step-by-step process to create a table in data dictionary?

893


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

805


How is conversion of data types done between abap/4 & external level?

769


What is the client concept in sap?

774