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 search help exit ? can any body explain briefly
What is erp? : sap abap hr
What are the personnel administration related infotypes? : abap hr
How do you execute the payroll
In a report there is a basic list and 20 secondary lists. I have written Initialisation event and Top-OF-PAGE event in all of them. So how many times Initialisation and TOP-OF-PAGE event triggers?
What specific statements do you using when writing a drill down report?
What are the components of SAP scripts?
What is the exactly definition of Foreign key 2.what is the exactly definition of Value Table. 3)What is the exactly definition of Data element and Domain.Please give the exactly definitions of all above questions without fail....Thanku
how to fetch data form without header line internal table ?
y we need SSF_FUNCTION_MODULE IN SMARTFORMS?
project preparation,prepare blue print and realization what do u mean by this?
visibility of a field string declared using tables statement? true/false.