what is advantages and disadvantages in call by value and
call by reference
Answer Posted / shashank and nishant
In call by reference the the object will get change.
In calle by value it won't.
call by reference passes the address of the argument into
the required subroutine, thenh when it is altered in the
subroutine, its altered value will overwrite the original
argument value.
call by value only passes the value to the subroutine(i.e.
the subfunction defined)and this does not overwrite the
argument value.
| Is This Answer Correct ? | 53 Yes | 13 No |
Post New Answer View All Answers
Why is pretty printer user in abap?
Can a domain, assigned to a data element be changed? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is the different between template and a table?
What is lock objects? : sap abap data dictionary
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are two methods of modifying sap standard tables? : abap data dictionary
What are the contents in technical specifications?
What is the t-code to display batch input sessions? : abap bdc
Explain what are the events in screen programming?
What are datasets in abap?
Value table VS check Table.
Select query optimisation
Explain the use of insert and append statement in sap abap?