Sunday, 13 May 2012

What is the meant by pass by value and result? | SAP-ABAP

 In pass by value and result method, also copy of actual parameter is passed to the formal parameter.
At the end of the program, changes that have been made to the formal parameter have been copied to the actual parameter.
Formal parameters have possessed their own memory.
For example: Following is the example of the pass by value and result:
OUTPUT:
Stoped. NAME = vedika khare

No comments: