a RETURNING parameter is essential to write concise code. You may write statements like:
result = math->square_root( '15.24' ). IF math->square_root( number ) = 4.
Imagine how long the corresponding code would be with EXPORTING/CHANGING.
a RETURNING parameter is essential to write concise code. You may write statements like:
result = math->square_root( '15.24' ). IF math->square_root( number ) = 4.
Imagine how long the corresponding code would be with EXPORTING/CHANGING.