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 other modules integrated with om? : sap abap hr
What is alv programming in abap? When is this grid used in abap? : abap hr
What are the different types of locks? : abap data dictionary
What are the aggregate objects in data dictionary? : sap abap data dictionary
What are the functional modules used in sequence in bdc? : abap bdc
What are the main uses of the primary key?
Give few names of pooled tables in sap ?
What is the table & field to identify the no of items (bottles) stored in one case?
What does an exec sql statement do in abap?
How to maintain lists?
What is PS structure
Differentiate between table and template ?
What is the difference between sy-tabix and sy-index? Where it is used?
What are the attributes of the data in data dictionary? : abap data dictionary
What is a persistent class?