Difference Between Call By Value and Call By Reference?
Answer Posted / ankit sheladiya
If data is passed by value, the data is copied from the variable used in for example main() to a variable used by the function. So if the data passed (that is stored in the function variable) is modified inside the function, the value is only changed in the variable used inside the function. Let’s take a look at a call by value example
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where do you create indexes in abap?
What is the bitwise operator in the sap abap?
10) How to get Item Header in Sales Order?
How can we handle table control in bdc? : abap bdc
How are BAPI different from Normal function modules ?
How do we handle multiple line items in BDC's.
To find the date difference & excude saturday & sunday in between them
What are the different abap editors? What is the used of different editors in abap?
Difference between sy-tabix and sy-index? Where it is used?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
How do you delete duplicate records from internal table?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is view? Different types of view.
Difference between sy-tabix and sy-index?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?