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 exception class and test class. How to use it?
how to track records from data dictionary?
How can we upload a text file having delimiters in to legacy system? : abap bdc
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What is repository info. Systems?
Explain the differences between at selection-screen and at selection-screen output?
How will you define org structure in MM?
2)In production what is the user exit?
What is netweaver???what is the relationship with ABAP?
What are the types of the software component being deployed in the sap?
What are Tickets in Realtime ?
What are the features of abap/4 dictionary? : abap data dictionary
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???