what is advantages and disadvantages in call by value and
call by reference
Answer Posted / shashank and nishant
In call by reference the the object will get change.
In calle by value it won't.
call by reference passes the address of the argument into
the required subroutine, thenh when it is altered in the
subroutine, its altered value will overwrite the original
argument value.
call by value only passes the value to the subroutine(i.e.
the subfunction defined)and this does not overwrite the
argument value.
| Is This Answer Correct ? | 53 Yes | 13 No |
Post New Answer View All Answers
How do you Export a session ?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How we format the data before before write statement in report ?
In sap script how to print bar code in vertical manner
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Name some data dictionary objects?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Can you assign a matchcode object to a parameter? If so how?
What is lock object ? : abap data dictionary
What was the requirement of IDoc in your project? How it was working?
How many types of views are there ?
Is the basic list deleted when the new list is created?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is generic buffering?
how to track records from data dictionary?