Difference Between Call By Value and Call By Reference?
Answer Posted / sadikhasan
Call By Value :
In call By Value it create different memory for local
variable and actual called Variable. so changes does not
affect to the actual variable.
Call By Reference:
In call By Reference Compiler create same memory location
for the local variable and actual called variable so changes
affect to the actual variable and modify the value of actual
called Variable.
| Is This Answer Correct ? | 43 Yes | 12 No |
Post New Answer View All Answers
Why are insert and append statement used in sap abap?
What will you code in start-of-selection & end-of-selecton & why?
What is a sequence of event-triggered in report?
Does the external program run in the same sap luw as the caller, or in a separate one?
What are the merits of its?-
What are the basic object types? : sap abap hr
What is the difference between skip and reserve?
What is system-land-scape of your project?
What does the extract statement do in extract datasets?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Explain what is an rdbms?
Explain the data types of internal tables?
Explain the function module in bdc?
what are the two methods of modifying sap standard tables? : abap data dictionary