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
Explain the difference between float and packed data type?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What are the events we use in dialog programming and explain them?
Why do we use abstract class
When value table becomes check table?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What is a table pool? : abap data dictionary
Name a few data dictionary objects? : abap data dictionary
What are the types of the software component being deployed in the sap?
what is user specific parameter?
How do we handle multiple line items in BDC's.
What is the maximum number of match code id's that can be defined for one match code object ?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?