Difference Between Call By Value and Call By Reference?
Answer Posted / dhiren
IN CALL BY VALUE, BOTH THE ACTUAL AND FORMAL PARAMETERS
WILL BE CREATED IN DIFFERENT MEMORY LOCATIONS WHEREAS IF
THEY ARE CALLED BY REFERENCE BOTH WILL BE CREATED AT THE
SAME LOCATION ANDit is sending the address of variables to the called function .
| Is This Answer Correct ? | 77 Yes | 28 No |
Post New Answer View All Answers
What are plan versions used for? : sap abap hr
What are the difference between tables and structures?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What are the function of the transport system and workbench organiser? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
wat is the default file name of BAPI trace?
What is the function of the transport system and workbench organiser?
Can we reuse a userexit?
What are the different types of luws?
Can a constructor be declared private? If yes then in which scenario?
What is the use of lock objects?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
Explain the difference between a dialog program and a report?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?