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

Give few names of pooled tables in sap ?

1595


In which cluster time results are stored? : abap hr

680


What is tcode se16?

674


What is meant by stacked list?

679


How is conversion of data types done between abap/4 & external level? : abap data dictionary

763






What is the difference between synchronous and asynchronous update?

729


Define abap/4 layer?

873


How to upload data using catt ? : abap hr

704


What are the page headers for secondary lists?

711


How do you save data in bdc tables? : abap bdc

690


What is projection view?

630


WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA

2161


What is erp? : sap abap hr

727


What are aggregated objects

662


In delivery processing which step comes first picking, packing, posting goods issue ?

1726