Difference Between Call By Value and Call By Reference?
Answer Posted / aishwarya kulkarni
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a match code? : abap data dictionary
Name the abap/4 modularization techniques? : abap modularization
Define database layer?
What is dialog module?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What function does data dictionary perform?
what is abstract classes
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
How do you write transaction programs in sap?
Create any functions? How to go about it?
Why is pretty printer user in abap?
How you attach search help to data element? : sap abap data dictionary
Can we define our own match code id's for sap matchcodes ?
When, how and how would you control changes to standard SAP objects.
What are the main uses of the primary key?