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 / 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 |
how many types of interfaces are there in abap ?
How to create standard text and how do u transfer it ?
What is a logical database?
How many windows can be maintained under one page?
How to handle Error in LSMW. This is urgent anybody know this answer plz post me...
2. You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
What is LDB?
Suppose, we are creating one table. at that time we are mention table space and size category. Generally size category is from 0 to 6 is available. suppose if we are declare size category as 0(zero). For 0 (zero) the size of rows is from 0(zero) to 19000. I have 25000 records to insert into table. but table size is declared as 0(zero). i.e 19000 records. what about remaining 6000 records. shall i insert in to table or not? if insert how can i do? if not insert what can i do? Please answer me? i faced this one in TCS interview.
dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP WITH CODE .MY ID: zaheer_guts@yahoo.co.in
difference between TYPE and LIKE ?
how to create the new page in alv.(ex: after 50 records it will trigger new page or based on some condition).
how many main windows you can maintain in a smartform? wt is the types of window in smartform?