i had to write the code in such a way that duplicate
entries should not entered in sap data base
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / g.shankar
to avoid duplicat entries use FOR ALL ENTRIES..
Is This Answer Correct ? | 1 Yes | 11 No |
What is an User exit?
What is the use of program rsbdcsub? : abap bdc
What are Standard Texts?
What is luw or data base transaction ?
What are the problems in processing batch input sessions?
Tell me MM related report that you have done?
In Interactive Report : How to come from Secondary List 10 to secondary list 4? what is the Program code?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What is locking ?
What is the disadvantage of a call by reference? : abap modularization
what is the Difference Between session and call transaction?
What are the types of data types in the sap abap?