Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing Internal Data →  Character String and Byte String Processing →  Expressions and Functions for String Processing 

string_exp - String Expressions

Short Reference

Other versions: 7.31 | 7.40 | 7.54

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

Continue

string_exp - String Templates

string_exp - Character String Operator