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
Give few names of pooled tables in sap ?
In which cluster time results are stored? : abap hr
What is tcode se16?
What is meant by stacked list?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is the difference between synchronous and asynchronous update?
Define abap/4 layer?
How to upload data using catt ? : abap hr
What are the page headers for secondary lists?
How do you save data in bdc tables? : abap bdc
What is projection view?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is erp? : sap abap hr
What are aggregated objects
In delivery processing which step comes first picking, packing, posting goods issue ?