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
What is abap work bench?
Some Realtime Examples on Exits .
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Explain the advantages and disadvantages of different types of bdc's?
What is the difference between synchronous and asynchronous update?
What is a matchcode?
What is delivery class? : abap data dictionary
How will you transfer data into a file in application server?
What are the personnel administration related infotypes? : abap hr
What is off cycle payroll run
What are the 3 types of tables in sap? : abap data dictionary
What are the sequences of event block?
Explain Singleton class
Can we define our own match code id's for sap matchcodes ?
What are the different types of the sap abap data dictionary objects?