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
When was the sap abap being created?
Application Category?
What are the two methods for modifying sap standard tables?
Why do we use abstract class
what is user specific parameter?
What are the basic functions of database utility? : abap data dictionary
How many structures can be created in a Ztable ?
How do you work with semi colon se[arated files in BDC ?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Explain the difference between free and refresh?
What are two methods of modifying sap standard tables?
What is the logo in sap script?
What happens if we use leave to list-processing without using suppress-dialog?
What is primary index?