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
what is difference between MOVE and MOVE-CORRESPONDING?
 Question Submitted By :: Sagar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is difference between MOVE and MOVE-CORRESPONDING?
Answer
# 1
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 ?    1 Yes 2 No
Malli.gontla
 
  Re: what is difference between MOVE and MOVE-CORRESPONDING?
Answer
# 2
move-corresponding is the one used to move internal body
work area to screen fields.

move-corresponding itab to lfa1.

where as move statement is used to move field by field from
internal body to screen fields.

move : itab-lifnr = lfa1-lifnr.
 
Is This Answer Correct ?    2 Yes 1 No
Srinivas
 
 
 
  Re: what is difference between MOVE and MOVE-CORRESPONDING?
Answer
# 3
Move is used to data transfer  between the same structure
but move-corresponding data transfer between two structure
if both have some common fields
 
Is This Answer Correct ?    1 Yes 0 No
Bhabaneesh
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Modes in Call Tr? Wipro4
in the final display list how can i change rows to columns and vice versa Bristle-Cone1
what is the difference between session ,call Transaction? Accenture3
what do u mean by one to one relationship in the database of transparent and many to one relation in pooled table could please tell me the answers i couldnt understand the concepts  2
how to transfor the data from flat file to bdc plz send the steps as well as example  1
How can you call a subroutine which is located in program A from program B? CSC4
How will you process errors in session method? Intel3
wat are the user exits for the po reports?  1
what is T.Code to write ABAP program? FutureSoft4
3 types of buffering techniqes. 1.bufering not allowed 2.buffering swithed on 3.buffering not allowed but switced on what does it means? HCL1
What are work process in ABAP? IBM4
can anyone told me name of abap interview question book with autor name?  3
What are steps involved in creating ALE? Intel1
what is advantages and disadvantages in call by value and call by reference Wipro4
what is the main main difference between data element and domain? (i know definitions,i don't want definations). Intelligroup3
Difference Between Protect and EndProtect?  3
what happens if i use commit in the bdc coding Wipro1
what is the difference between view and join IBM2
What is the main point while using control break in internal table ?  2
I have one selection screen field which is meant for only display what will you do  2
 
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