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
How do you use structures in the abap programs?
What are the prerequisites for creating foreign key relationship?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
What are the different types of abap reports in sap?
How many secondary indexes can we create in a table?
How do you get the number of lines in an internal table?
When will the current screen processing terminates?
What are the different types of view?
Why do we use events and actions in web dynpro?
How do you find if a logical database exists for your program requrements?
How do I find the output type of a table or a program?
What are the check tables?
What are the different kinds of lock modes?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
How to handle error in session method? : abap bdc