Show TOC Start of Content Area

Background documentation Concatenate  Locate the document in its SAP Library structure

 

Description

Returns semicolon-delimited string of values

Syntax

CONCAT(v1[, v]*)

·        v1: a value

·        v: optional additional values

Example

CONCAT(First_Name, Last_Name)    ® ”fname;lname”

 

End of Content Area