Difference Between Call By Value and Call By Reference?
Answer Posted / sadikhasan
Call By Value :
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 ? | 43 Yes | 12 No |
Post New Answer View All Answers
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is a projection view? : abap data dictionary
What are the pooled and cluster tables?
Program lines for the radio button selection and unabling some input variables in section screen
Explain Singleton class
How to give programe name as input in BDC report of abap ?
What is design pattern? Provide example .Why are we using it?
Does the table can have multiple foreign keys?
Polymorphism real time scenario
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
In sap script how to print bar code in vertical manner
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Name a few data dictionary objects? : abap data dictionary
What are the attributes of a field that can be activated or deactivated during runtime?