Among "Move" and "Move Corresponding", which is efficient one?

Answer Posted / prabha

as of me...

Move is the efficient compare to move-corresponding.

becuz.........
comming to move statement
if we use move it directly moving to appropriate field.

if we moving one-one field no problem..but if we are moving
total structure both should have same structure....

comming to move-corresponding ...

if we use this first it have to search for corresponding
field then it will do move operation...

so it is not that much efficient than move...

if i am wrong please correct me.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define batch input session?

761


what are the various types of parameters and how are they distinguished from one another?

945


What are the buffering options in abap?

765


What is the disadvantage of a call by reference? : abap modularization

818


What are control tables? : abap data dictionary

766


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

824


What is its? : abap hr

800


What is a size category?

866


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

843


How would you set the formatting options statically and dynamically within a report?

859


What are the relational operations that can be performed on view in sap? : abap data dictionary

689


What is at exit-command:?

741


What are the functional areas? User groups?

823


Explain what are the events used for logical database?

689


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2727