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 are the functional areas? User groups?
Explain what are the events used for logical database?
How to specify a client for database table processing?
What is the function of the transport system and workbench organiser?
What is the logo in sap script?
What are conversion routines? : abap data dictionary
What are the requirements a dialog program must fulfill?
What are lock objects?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the classifications of the sap abap data classes?
What are the different types of abap/4 programs?
What are the main uses of the primary key?
How is collect statement different from append?
What are the advantages and disadvantages of different types of bdc's?
What is meant by read lock? : sap abap data dictionary