ABAP Keyword Documentation →  ABAP − Reference →  Declarations →  Declaration Statements →  Data Types and Data Objects →  Declaring Data Objects → 

Literals

Besides the named data objects which can be addressed by their names in the ABAP program (this includes the text symbols) and the anonymous data objects created by the CREATE DATA statement, there are literals which are defined in the source code of a program by specifying a string representing a value. Possible literals are:

The literaloperator & can be used to associated multiple literals of the same type with each other.

Programming Guideline

Using Literals




Continue
Numeric Literals
Character Literals
Literal Operator