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
What are differences between at selection-screen and at selection-screen output?
If your project is support project ? when is your implementation has completed ?
What is view? Different types of view. Explain?
What will you code in start-of-selection & end-of-selection ?
Is the basic list deleted when the new list is created?
what is difference between (internal table types)standard table and sorted table in sap abap....
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
How do you write manual bdc session method? : abap bdc
wht is the diff. b/n initialization and lotus of event
Does sap handle multiple currencies?
What will happen when we use fully buffered in abap?
What is the maximum number of structures that can be included in a table or structure
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
To how many tables can an append structure be assigned. : abap data dictionary