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 |
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the difference between call screen and leave screen?
Tcode for SNIP?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
what happend if a select statement inside aloop....
What is new enhancement framework?
wat is the significance of keyword " LIKE ".
how to restict the data display in smart form like if i want to display directly in secondary window.
How to Solve a Particular Ticket in Realtime ?
Hi to all abap guru's my question is how to print the page numbers like 2 4 6 on all pagess in smart forms means 2 on first page 4 on second page thanks in advance
What are the different methods of passing data? : abap modularization
How do you write UTP?(unit test plan)