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
how can we enable hyperlink in screen painter?
How do you convert non-char field into char type fields ?
What are ranges?
Table events aNd table maintains generation
What are screen painter and menu painter? : abap hr
Mention some important events in abap programming.
what is diff between ECC 5.0 AND ECC 6.0
How to create any functions? How to go about it?
Explain what are extracts?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are the different database integrities?
What is meant by performance analysis? Have done anything to improve the performance?
Explain different types of attributes of function module?
Which bdc you prefer? : abap bdc
Explain the sequences of event block?