CONCATENATE

Reference

Syntax

CONCATENATE {dobj1 dobj2 ...}|{LINES OF itab}
            INTO result
            [IN {BYTE|CHARACTER} MODE]
            [SEPARATED BY sep]
            [RESPECTING BLANKS].

Effect

Concatenates the contents of dobj1 dobj2 ... or the rows of an internal table itab and assigns the result result.

Additions