what is the syntax for eliminating duplicate values in
internal table.
Answer Posted / 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 |
Post New Answer View All Answers
What is erp? : sap abap hr
what are Hana Basics
How to upload data using catt ? : abap hr
What are the different types of abap reports in sap?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What should be the approach for writing a bdc program? : abap bdc
10) How to get Item Header in Sales Order?
What is at exit-command:?
What is the function of a domain?
Explain about interactive report?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
The max number of calling modes stacked at one time is?
What happens if a function module runs in an update task? : abap modularization
What are the list of screen elements?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'