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 set up background jobs in sap?
What is the difference between leave transaction and call transaction?
What are the different message types available in the abap/4 ?
What are the events used in abap in the order of execution?
What are the fields in the memory table ‘screen’?
What are null values? : abap data dictionary
What is your approach to find exit and BAdi?
What happens if only one of the commands set screen and leave screen is used without using the other?
What application areas are you comfortable in?
What is the difference between data elements and domains?
How do we handle multiple line items in BDC's.
How can we upload a text file having delimiters in to legacy system?
Are you familiar with all steps for setting up a workflow?
What is step-loop?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?