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

How to combine multiple order in one Delivery ( Step by Step)?

1983


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1455


On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?

580


What is the function of the correction system? : abap data dictionary

606


What is a multiple line field?

588






What is the bapi?

607


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2564


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

571


What is tcode se16? For what is it used.

589


what is bapi,badi,bdc,ale idocs?

1636


What are the attributes of the data? : abap data dictionary

654


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

613


What is Buffering Concept? When should a Table be buffered?

11797


What does the extract statement do in extract datasets? : abap modularization

565


Can we set page headers to details lists?

590