what is the syntax for eliminating duplicate values in
internal table.
Answer Posted / aks
sort firt
SYNTAX
sort itab by <field name> Ascending/Decending
delete adjacent duplicates from itab comparing <field name>.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the data types of the abap/4 layer?
Differentiate between static and dynamic step loops?
Did you create any joins?
How to Raise a Particular Ticket in Realtime ?
What is the syntex used to call a screen as dialog box (pop up)?
Define batch input session?
Difference between Insert, Update and Modify?
Explain the advantages of abap query tool?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Explain the disadvantage of using exec sql statement in abap?
What are the different types of the variable in the sap abap?
What is the significance of delivery class? : abap data dictionary
How do you find out whether a file exits on the presentation server?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What is the different between abap and ooabap? Why do we use ooabap?