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
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are the basic components of dialog program?
Does every abap/4 have a modular structure? : abap modularization
Fallback class
Why bapi need then bdc ? : abap bdc
When to use logical database?
What is the max no of match code id’s that can be defined for one match code object?
when does a list get sent to the screen on the presentation layer?
What is example class
Can a posting run be deleted? : sap abap hr
What are the functional modules used in sequence in bdc? : abap bdc
What is the disadvantage of a call by reference?
How to select valid lines for secondary list?
What are local objects?
Where do you use help views?