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 are the user groups?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
How do u test a script?
How do you find the information on the current screen?
What type of user exits have you written ?
Does SAP handle multiple currencies? Multiple languages?
explaine about factory calender.
what is the differ b/w script and smartform
Did you create any joins?
What is object in OM