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
Did you create secondary index?
please give the remaining answers.
What is your current client number?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What work you have done in HR module
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What is the project you are currently working and work that you are doing
How can we handle table control in bdc? : abap bdc
How do you get the number of lines in an internal table? How to use a specific number occurs statement?