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
Define database layer? : abap data dictionary
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
Hat are the different types of mode (run code) in call transaction method?
Give examples of transparent table?
please give the remaining answers.
How are BAPI different from normal function modules?
Explain the use of table maintenance allowed?
What are the data types of the external layer? : abap data dictionary
Explain what is sap script? What is the purpose of sap script?
What is the difference between field-group header and other field groups? : abap modularization
Can i have some Realtime Scenarios on Reports.
How to create any functions?
Explain the components of selection table?
Lock objects and what are parameters of ENQUEUE FM?
What are the different methods of passing data? : abap modularization