Ansicht
Dokumentation

ABENCONCATENATION_FUNCTIONS - CONCATENATION FUNCTIONS

ABENCONCATENATION_FUNCTIONS - CONCATENATION FUNCTIONS

ROGBILLS - Synchronize billing plans   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

- concat_lines_of

... concat_lines_of( $[table =$] itab $[sep = sep$] ) ...

Effect

This built-in function concatenates all line content of an internal table itab and returns the result as a character string. itab expects an index table with character-like line type. itab is a functional operand position.

sep can be used to specify a string as a separator, which is then inserted between the lines. sep is a character-like expression position. If sep is not specified, the line content of the internal table is appended to each other directly. If the line types or the argument sep have a fixed length, trailing blanks are ignored.

The formal parameter table must be specified explicitly only if sep is also specified.

The return value has the type string.

Note

The concatenation operator && can be used to concatenate elementary character strings.

Example

This function returns "ABAP Objects".






Fill RESBD Structure from EBP Component Structure   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1798 Date: 20240425 Time: 135044     sap01-206 ( 30 ms )