SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Character String and Byte String Processing → Expressions and Functions for String Processing →
string_exp - String Expressions
Syntax
... { |string_template| }
| { operand1 && operand2 [
&& operand3 ... ] } ... .
Effect
A string expression formulates an operation (calculation) with character-like operands. The result of a string expression is a character string. A string expression consists of
String expressions can occur in the reader positions of certain statements, in particular on the right side of an assignment with the assignment operator =.
Notes