i had to write the code in such a way that duplicate
entries should not entered in sap data base
Answer Posted / 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 |
Post New Answer View All Answers
How will you insert record in a sorted table
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Where the payroll results are stored
Mention what is alv programming in abap?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How can we create callable modules of program code within one abap/4 program? : abap modularization
How we format the data before writing a statement in the report?
What is a report?
did u done enhancement framework?how u implemented?
What are the types of subroutines? : abap modularization
What is a predefined type in abap?
What are the payroll related infotypes? : abap hr
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization