Difference Between Call By Value and Call By Reference?
Answer Posted / vino
Mostly call by value and call by reference is differ from
copy and modify process..
Copy:
Call by value:
It take difference memory locations for variables.Duplicate copy of the original parameter is passed.
Call by reference:
It takes Same memoy locations for variables.Actual copy of the original parameter is passed.
Modify:
Call by value:
No affect on original parameter after modifying the parameter in functions.
Call by reference:
original parameter can be affect afetr modifying the parameter in function..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
after creating lock object if does n't access record by second user what should we do?
What is the difference of update types in call transaction method ? : abap bdc
What are the screen elements.
How do you Export a session ?
What is constructor expression in nw abap 7.4?
Explain what is runtime analysis?
How can you find the field/data underlying a transaction?
How many secondary indexes can we create in a table?
what is mean be On Change of in Control Break statement
How will you find manager of an employee
Explain the difference between function group and function module?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What are the advantages and disadvantages of using views in abap programming ?
What is a matchcode?