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
What are the uses of table pool or table cluster.
Explain the advantages and disadvantages of abap query tool?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
Explain what is an rdbms?
What are the differences between domain and data element?
How can we use / display table in a screen?
What are the steps in a bdc session? : abap bdc
What is time constraint ? : abap hr
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the rules to create a BAPI?
Give examples of transparent table?
What is the modification assistant?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How do we handle multiple line items in BDC's.