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
What is function group?
Explain how to create any functions? How to go about it?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
SM35 transaction, How to automate BDC ?
What is client in the sap system? : sap abap hr
What are authorization objects and what statement is used to perform an authorization check in an abap program?
How are the date abd time field values stored in sap?
What are internal tables? How to use a specific number occurs statement?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Can we use transfer dataset to transfer data in internal table ?
when does a list get sent to the screen on the presentation layer?
What is payroll driver ? : abap hr
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is repository info. Systems? : abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?