Difference Between Call By Value and Call By Reference?

Answer Posted / prateek g

The call by value system copies the actual parameters to
actual parameters and then uses them i.e. the function
creates its own copy of values, any change in
these values will not be reflected
in the original values.
The call by reference system refers the actual parameters
i.e. these doesn’t creates a copy of original parameters,
any change in these parameters will be reflected back in
original parameters.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does every abap/4 have a modular structure?

563


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

589


What are the differences between sap memory and abap memory?

582


How to write a bdc – how do you go about it?

666


Can we define our own match code id's for sap matchcodes? : abap data dictionary

571






How do you process errors in call transaction method? : abap bdc

690


Advantages and disadvantages of different types of bdc's?

584


visibility section for class level and attributes level

821


Explain the difference between free and refresh?

590


What are advantages and disadvantages of logical data base

1765


How to analysis Background Job for performance Issue?

772


What will happen when we use fully buffered in abap?

565


What are the payroll related Infotypes

1823


Can a constructor be declared private? If yes then in which scenario?

921


Does the call transaction method allow multiple transactions to be processed by sap?

563