what is difference between MOVE and MOVE-CORRESPONDING?
Answer Posted / srinivas
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 ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the client concept in sap?
What is a table pool? : abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What two statements are required in an abap program to output an icon using a written statement?
What are the dynamic actions and how to configure it? : sap abap hr
Explain data dictionary in abap?
What are the arithmetic operators in the sap abap?
What is Group by in Select statement?
What are the differences between sap memory and abap memory?
What are the fields in the memory table ‘screen’?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
When the get cursor command used in interactive lists?
What is interactive reporting?