Suppose we are transfer data through BDC from legacy to SAP
and their is some duplicate data in legacy system but we
don’t want this in SAP system .So how can we check that this
data is already exist ?
Answer Posted / sivaramakrishna
after importing the data using gui_upload in to internal
table from flat file we use one statement i/e
deleat adjucent duplicate from itab.
now all the duplicate records will be deleated from itab
only non duplicate records are updated.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how many types of tables exist and what are they in data dictionary?
What is foreign key relationship? : abap hr
Explain buffering concept usage?
What is an rfc?
Events that can be used in both the classical and interactive reports
When will the current screen processing terminates?
What is the last entry in all bdc tables? : abap bdc
From excel to abap - is batch mode possible ? : abap bdc
What are the differences between table and structure in data dictionary?
Type casting and error handling
Different types of luws. What are they?
Define external layer? : abap data dictionary
Which database object is used for storing the system variables? : abap data dictionary
How will you transfer data into a file in application server?
Can we create an abap program without using y or z?