ABAP Keyword Documentation → ABAP Glossary
literal
Unnamed data object defined by specifying a value (character-like) in the ABAP source code of an ABAP program directly (see also Literals in ABAP CDS). Literals can be either numeric literals or character literals. A literal operator enables multiple literals to be joined. See also anonymous data object and named data object.