The
table parameters in function calls are always input/output parameters, and the
ABAP function apparently appends the table lines
instead
of executing a
"Refresh".
To
avoid the effect, clear the long text variable before processing the call, e.g.
Set text[mytable]
""
|