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 your approach for writing a bdc program? : abap bdc
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
WHAT IS TABLE BUFFERING AND ADVANTAGE?
How to create a button in selection screen ?
In module pool program how to pass the one screen input value to another screen input value?
Which is the best institute for abap in ameerpet
Describe the difference between macro and subroutine?
Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
What is the Tcode for System Dump?
how to added data in list box?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Can we develop program without logical database for hr module data retrieval