what is the syntax for eliminating duplicate values in
internal table.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / muthukumaran.m
syntax:
DELETE ADJACENT DUPLICATE ENTRIES FROM <ITAB>
[COMPARING<F1><F2>.....|ALL FIELDS].
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / 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 |
Answer / kha eoul soon
By using "collect" keyord we can eliminate duplicates in
internal table.
Is This Answer Correct ? | 0 Yes | 7 No |
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is a transport?
what is the print program used to change the status of IDOC from 03-12.
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.
What are number ranges?
at the same time can i call two transactions in bdc call transaction method?what happens if use like that?
In table maintenance generator, how to restrict the values that has to be shown for one field for a particular user ?
what are the events in Module pool Programming?
18 Answers HCL, Mahle, TCS, Wipro,
can you call a bdc program from report program?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How to read files and process BDC's automatically ?
wat is RFC?wat r the RFC types?
what is basic diff b/w 4.7e and ecc 5.0. or 6.0?any one knows please give me exact answer?