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 can you distinguish between different kinds of parameters?
what are the two methods of modifying sap standard tables? : abap data dictionary
What are the differences between a database index and a match code? : abap data dictionary
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
10) How to get Item Header in Sales Order?
Where can you find error log for call transaction? : abap bdc
What is an “on input filed” statements?
Why we are using Macros instead of Function Modules
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
In the MM module for finding out the standard cost what is the view one has to look at?
What are the different software packets available in the market? : sap abap hr
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What will you code in start-of-selection & end-of-selection ?
What is size category?
What is delivery class? : abap data dictionary