i had to write the code in such a way that duplicate
entries should not entered in sap data base
Answer Posted / dushyanta kumar
Before using Delete adjacent duplicates key word...You need
to sort the itab..(internal table)..
SORT ITAB BY FIELD.
DELETE ADJACENT DUPLICATES FROM ITAB COMPARING FIELD.
delete adjucent duplicate from <database table>.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the differences between interactive and drill down reports?
What are the types of indexes in abap?
What is sequence of event triggered in report?
What are conditional chain statement?
What is the differences between structure and table in data dictionary in abap?
What are null values?
What are the difference between tables and structures?
What is the disadvantage of a call by reference? : abap modularization
What is the use of program rsbdcsub? : abap bdc
What is the difference between commit-work and rollback-work tasks?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is view proxy in abap?
What is ps structure? : abap hr
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Which objects are independent transport objects? : abap data dictionary