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 the difference between collect and append statements?
What z the difference between a pool table and a transparent table and how they are stored at the database level?
Some Realtime Examples on Exits .
what types of request are used to transport repository objects?
13) How to get POPUP SCREEN in a program?
Create a Function module that can be called from JAVA using JCo with an example.
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
how to write a Classical batch input program using transaction FK01 to create vendor/change the vendor address into R/3 system. (Call Transaction Method) plz mention the detail coding Tahnks, Rahul
What is the table buffer?
How do you Export a session ?
Explain get pernr concept when we use logical data base? : abap hr
How to transport from one client data to another in realtime, what is the transaction code for transport, where the maintain table maintenance generator in realtime,