ABAP Keyword Documentation →  ABAP − Short Reference → 

CONCATENATE - Short Reference

Reference

Syntax

CONCATENATE {dobj1 dobj2 ...}|{LINES OF itab}
            INTO result
            [IN {CHARACTER|BYTE} 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