what is advantages and disadvantages in call by value and
call by reference
Answer Posted / rishav
It copies the value of actual parameters into formal parameters.
The changes are not reflected back to the original value.
It creates its own copy of argument values and then uses them.
Passing by values is useful when the original values are not to be changed.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
How to copy table across clients?
What is the difference between the function module and a normal abap/4 subroutine?
How many main windows will be there in a page window?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How to read files and process BDC's automatically ?
What is buffering allowed but switched off?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Write syntax for message error (report)?
What is the difference between a structure and an append structure?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Explain different types of attributes of function module?
What is meant by a schema? : sap abap hr
How to write a bdc – how do you go about it?