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 multiple use BADIS?
Explain how to Handle the internal tables in ABAP?
Some Realtime Examples on Exits .
Explain the differences between sap memory and abap memory?
how to see the table output?
What are the basic objects of the data dictionary? : abap data dictionary
Select up to 1 row and select single difference ?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
In which table the material master data is stored?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are subroutines? : abap modularization
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the disadvantages of logical databases?
What are the advantages of abap query tool?