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 be used in the statement COMPUTE or in read positions in certain statements.


Notes

Continue

string_exp - String Templates

string_exp - Character String Operator