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 is a size category?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What will happen when we use fully buffered in abap?
What are the attributes of the data in data dictionary? : abap data dictionary
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How can we decide weather we can enhance the standard infotype or not ? : abap hr
what precautions or prerequisites do you follow to update a record into database table and how
What are internal tables? How to use a specific number occurs statement?
How to combine multiple billing into one RV document ( Step by Step)?
What are aggregated objects : abap data dictionary
What are the personnel administration related infotypes? : abap hr
Explain the difference between a pool table and a transparent table?
Some Realtime Objects on Bdc.
How do you differentiate tax for different countries? : sap abap hr
Differentiate between transparent tables, cluster tables and pooled tables