SAP TOKENIZATION - Obsolete

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Obsolete Statement Structuring
The following syntax forms are obsolete. They are forbidden within ABAP Objects, and outside of classes they cause the syntax check to issue warnings:
Outside of classes, separators (blank characters, commas, colons periods, or the end of a line) after literals or offset/length specifications can be omitted.
Outside of classes, the operators for offset and length can be omitted in offset/length specifications. A single plus sign directly after a field name, a plus sign that directly follows a parenthetical expression, or an empty parenthetical expression after a plus sign, an offset value, or a field name, are interpreted as not existing.
INTHINT A further undocumented obsolete syntax form is possible
INTHINT for functional method calls, calls of built-in functions,
INTHINT artihmetic or logical expressions in parentheses.
INTHINT Inside the parentheses, spaces before the closing and
INTHINT sometimes after the opening bracket can be omitted if the
INTHINT last or the first actual parameters are text literals
INTHINT within quotes.
INTHINT Another undocumented obsolete syntax form is the fact,
INTHINT that between a token and an untyped string or text literal
INTHINT no blank is needed.