Difference Between Call By Value and Call By Reference?
Answer Posted / kruthicse
Call By Value:
Creates a new memory loaction for use within the
subroutine.The memory is freed once it leaves the
subroutine.Changes made to the variable are not affected
outside the subroutine.
Call By Reference:
Passes a pointer to the memory location.Changes made to the
variable within the subroutine affects the variable outside
the subroutine.
| Is This Answer Correct ? | 580 Yes | 131 No |
Post New Answer View All Answers
What are the screen painter and menu painter?
What are the types of subroutines?
What is the difference between a substructure and an append structure? : abap data dictionary
What is read line in abap?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
In which table the material master data is stored?
What is dynamic action? : sap abap hr
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
How to write a code for multiple transactions? : abap bdc
What is a view? : abap data dictionary
What is evaluation path, where do we do it and why? : sap abap hr
What is a matchcode?
What is system-land-scape of your project?
What is table attribute? : abap data dictionary
What are the check tables?