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
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are interactive reports?
How do you write a function module in sap?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How we format the data before before write statement in report ?
Explain about drill down report?
What is locking ?
What is the modification assistant?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Explain the inside concept in select-options?
How to pass data from list to report?
How can I make a differentiation between dependent and independent data? : abap hr
Name the abap/4 modularization techniques?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
what is field string ? & where we are using field strings?