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


Please Help Members By Posting Answers For Below Questions

What are the functional areas? User groups?

833


Explain what are the events used for logical database?

705


How to specify a client for database table processing?

808


What is the function of the transport system and workbench organiser?

852


What is the logo in sap script?

766


What are conversion routines? : abap data dictionary

789


What are the requirements a dialog program must fulfill?

839


What are lock objects?

772


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

1112


What are the classifications of the sap abap data classes?

832


What are the different types of abap/4 programs?

823


What are the main uses of the primary key?

971


How is collect statement different from append?

778


What are the advantages and disadvantages of different types of bdc's?

752


What is meant by read lock? : sap abap data dictionary

785