Difference Between Call By Value and Call By Reference?
Answer Posted / atul gupta
call by value: copies the value of argument into the formal
parameter.Any changes made in the parameter does not affect
the argument .
call by reference : copies the address of argument into the
formal parameter . The address will access the actual argument
used in the call . so any changes made in the parameter will effect the argument
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Explain the types of bdc's?
When the top-of-page event does get triggered?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What abap statement will trigger list generation?
What is evaluation path, where do we do it and why? : sap abap hr
What are the system table used in abap?
How many secondary indexes can we create in a table?
What is the difference between open_form and close_form?
What are the properties of selection screen?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is sapnet?
How to create a link between modified form and modified print program?
What are the different types of mode (run code) in call transaction method?
How do you find out whether a file exits on the presentation server?