Hi,
Collect the result in some other internal table.
like: COLLECT wa INTO itab.
Also prerequisite for the use of this statement is that wa is compatible with the row type of itab and all components that are not part of the table key must have a numeric data type (i, p, f).