Get Example source ABAP code based on a different SAP table
VERSION 5 IN
Literals In addition to the named data objects > that can be addressed by their names in ABAP programs (this includes the text symbols) and the anonymous data objects> that are created by the statement CREATE DATA >>, there are also literals> that are defined in the source code of a program by specifying a string that represents a value. Possible literals are:
Numeric literals>
Character literals> The literal operator> > can be used to link multiple literals of the same type to a literal.
Latest notes: In general ABAP, only untyped literals > are available. In ABAP SQL> typed literals> can and should be used as well. NON_V5_HINTS ABAP_HINT_END