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
Explain what are standard layouts sets in the sap script?
what is leave to TRANSACTION?
What is page window?
How we can retrieve data using secondary index. Explain with simple example?
How will you insert record in a sorted table
How to create user interfaces for lists?
What functions does a data dictionary perform ?
How is time management and payroll is integrated? : sap abap hr
What is the difference between synchronous and asynchronous update? : abap bdc
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the three components of a work process?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
How do you use structures in the abap programs?
What are the two different ways of building a match code object? : abap data dictionary
What are the parameters in bdc_insert? : abap bdc