what is advantages and disadvantages in call by value and
call by reference
Answer Posted / shashank and nishant
In call by reference the the object will get change.
In calle by value it won't.
call by reference passes the address of the argument into
the required subroutine, thenh when it is altered in the
subroutine, its altered value will overwrite the original
argument value.
call by value only passes the value to the subroutine(i.e.
the subfunction defined)and this does not overwrite the
argument value.
| Is This Answer Correct ? | 53 Yes | 13 No |
Post New Answer View All Answers
2)In production what is the user exit?
Can we define our own match code id's for sap matchcodes ?
What is a help view? : abap data dictionary
What are the techniques involved in using sap supplied programs?
What is a size category?
Advantages and disadvantages of different types of bdc's?
What are the organizational related Infotypes
What is the project you are currently working and work that you are doing
Explain the structure of a bdc sessions?
What are the difference between pool tables and transparent tables?
Explain pai and pbo.
What are the update types possible? : abap data dictionary
What type of user exits have you written ?
Why do we use types statement in abap programming?
Select query optimisation