what is advantages and disadvantages in call by value and
call by reference
Answer Posted / mukesh
In call by value method-The copy of variables are passed into the function and it does not overwrite the original values declared in main function. It consumes much space than call by reference method
In call by reference method- The address of variables are passed into the function and it will overwrite the original values declared in main function. It consumes less space the call by value method.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are the payroll related Infotypes
Can you define a field without a data element?
What are the names of the function modules that will be generated upon activation of a lock object?
Is it possible to pass data to and from include programs explicitly?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What are the different attributes that can be assigned to a variant?
Explain how is batch input process different from processing on line?
How are the date abd time field values stored in sap?
How do you process errors in call transaction method? : abap bdc
Application Category?
Is it possible to bring select option in module pool screens?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'