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 asynchronous update?
What is smart forms? : abap hr
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What is dynpro? what are its components ?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How would you define the exponents for a type âfâ field?
What is occurs in internal table?
How do you connect to the remote server if you are working from the office for the client in remote place?
What are the page windows?
What is the significance of delivery class?
wat is the difference between A-gate & W-gate?where are they used?
What is tmg?