ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
Among "Move" and "Move Corresponding", which is efficient one?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Among "Move" and "Move Corresponding", which is efficient one?
Answer
# 1
I guess, 'move corresponding' is very efficient then 'move'
statement. Because usually we use this stamtent for internal
table fields only...so if we give move corresponding. Those
fields only moving to other place (what ever you want).
 
Is This Answer Correct ?    0 Yes 3 No
Guest
 
  Re: Among "Move" and "Move Corresponding", which is efficient one?
Answer
# 2
move statement is more effienet than move-corresponding.
In case of dialog programming move/movecorresponding stsmt
are used to put internal table workarea data into screen fields.
data: begin of itab occurs 0,
lifnr like lfa1-lifnr,
name1 like lfa1-name1,
ort01 like lfa1-ort01,
end of itab.(here lfa1 is DBtable name)
:
:   
* in case of movecorresponding  

Move-Corresponding itab to lfa1.
(here:lfa1 is screen fields name).

* in case of MOVE stmt.

Move itab-lifnr to lfa1-lifnr.
Move itab-name1 to lfa1-name1.
Move itab-ort01 to lfa1-ort01.

Movecorresponding :
If DBtable having 1000 fields and you are using
movecorresponding, then system has to check all the field in
table to move.
 
Is This Answer Correct ?    2 Yes 1 No
Bhargavi
 
 
 
  Re: Among "Move" and "Move Corresponding", which is efficient one?
Answer
# 3
Both will move data from one itab to other...
However Move statement can only be used to pass data b/w 2 
similar structured internal table.

Performance issue :
 Move corresponding reduces the performance and not 
suggested.
 
Is This Answer Correct ?    2 Yes 1 No
Sukhbir
 
  Re: Among "Move" and "Move Corresponding", which is efficient one?
Answer
# 4
For "move-corresponding", the two internal tables must have
same structure, else it will give error.
But for "move", the two may or may not have the same structure.

Performancewise, move-corresponding is more faster than move.
 
Is This Answer Correct ?    0 Yes 2 No
Aashish Mehta
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what is technical documentation and functional documentation? what are the steps for unit testing? TCS1
In Dialog Prog,i have created a screen and places one input/output box and named it was "A".In PBO i have given A=0 and In PAI A=1.when i run i program what i'll get and when i press enter(execute) wat i'll get output? IBM1
What is the difference between value table and check table? Accenture1
what is the use of STOP,EXIT,CHECK,CONTINUE in internal table? Accenture3
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. TCS2
what is the event while entering data in screen to get next field.  1
Difference Between domain and data element?  3
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?  3
does select single *.. / select * .. affect performance ? how?  1
what is difference b/w like and type statements?give example? when to use like and when to use type?  1
1.Can we see the output without print program in sap script,and can we fetch the data without printprogram?if yes how,pls reply in details. 2.What is table control in BDC? how can we handled in bdc? pls reply in details Accenture1
in scripts how to upload logo (it's saved in .bmp file ) i am asking procedure? Satyam1
what is OSS notes..what it contains? TCS5
Why defining Logical systems? Keane-India-Ltd1
what is the difference detween EDI AND ALE?  5
Diff b/w ECC6.0 ,ECC 5.0 and 4.7...... Siemens2
what are the events in lsmw? Satyam3
what "types" can be assigned to a data object in an abap  2
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?  5
how we insert record in to data base table ? how many ways are there what are there?  1
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com