Difference Between Call By Value and Call By Reference?
Answer Posted / soumya.tavildar
call by value :
The copy of the argument is passed. e,g., if x and y are arguments and their corresponding values are say 100 and 200.
c=max(x,y);
max(inta,intb)
call by referance :
it is sending the address of variables to the called function.
| Is This Answer Correct ? | 89 Yes | 41 No |
Post New Answer View All Answers
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the function modules used in f4 help?
Did you use buffering?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are the differences between sap memory and abap memory?
Is it possible to run host command from SAP environment? How do you run?
What is the difference between table and template?
wht is the diff. b/n initialization and lotus of event
How to display or know if the value entered contains records or not?
When the top-of-page event does get triggered?
What are the personnel administration related Infotypes
Different types of locks?
What happens if a function module runs in an update task?
What are the user interfaces of interactive lists?
What are the events used in abap in the order of execution?