Sunday, 13 May 2012

What is the meant by pass by reference? | SAP-ABAP

When the address of actual parameter is passed to the formal parameter then it is called pass by reference.
If changes have been made to formal parameter then it also changes the actual parameter. Actual parameters do not have their own memory.
For example: Following is the example of pass by reference:
 

No comments: