Difference Between Call By Value and Call By Reference?
Answer Posted / maqbul
call by value :
call by value means programmer send some value coping from
one function to another.At the time of function calling a
programmer can send a copy of variable of value.
call by referance :
it means sending sending the address of variable to the
called function means a user can send the address of
variable.
| Is This Answer Correct ? | 109 Yes | 33 No |
Post New Answer View All Answers
What is exception class and test class. How to use it?
What are the different types of parameters? : abap modularization
why particularly lock object name starts with EZ OR EY?
Which commands are used for interactive reports?
What is its? : abap hr
What is a table cluster? : abap data dictionary
What is the different type of projects? : sap abap hr
What is the function of the transport system and workbench organiser?
What are data classes? What are the various data classes available for selection? : abap data dictionary
How do you get the number of lines in an internal table?
What is Buffering Concept? When should a Table be buffered?
What is the difference between scrolling a table horizontally and vertically?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What are the restrictions on subscreens?