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 |
What is the typical structure of an ABAP/4 program?
How do you send the output of a script as an email attachment
If you write a write statement after end-of-selection, will that be triggered ?
How manny master idocs 10 recievers of same data?
List some of the many different ways that the sap standard functionality can be changed by a customer?
what is the use of STOP,EXIT,CHECK,CONTINUE in internal table?
Have you set up a back ground job ? How to create a background job without a variant ?
how to cal driver program in smart forms??
What are the types of views? : sap abap data dictionary
Give few names of cluster tables in sap? Give few names of pooled tables in sap? give few names of transparent tables?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?