Difference Between Call By Value and Call By Reference?
Answer Posted / sadikhasan
Call By Value :
In call By Value it create different memory for local
variable and actual called Variable. so changes does not
affect to the actual variable.
Call By Reference:
In call By Reference Compiler create same memory location
for the local variable and actual called variable so changes
affect to the actual variable and modify the value of actual
called Variable.
| Is This Answer Correct ? | 43 Yes | 12 No |
Post New Answer View All Answers
How to create a link between modified form and modified print program?
Explain client-dependent and client-independent tables.
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Explain the differences between at selection-screen and at selection-screen output?
Can we use flow logic control key words in abap/4 and vice-verse?
How are the date abd time field values stored in sap?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is the use of enqueue function module? : sap abap data dictionary
Explain different types of attributes of function module?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What are the various events associated with screen programming?
What are conditional chain statement?
What is search help exit? : sap abap data dictionary
what are the two methods of modifying sap standard tables? : abap data dictionary
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul