Sunday 18 March 2012

What is the disadvantage of a call by reference? | ABAP ALV

Call by reference passes the address of the argument into the required subroutine, then when it is altered in the subroutine, its altered value will overwrite the original
argument value.