SAP TOKENIZATION - Obsolete
Get Example source ABAP code based on a different SAP table
Obsolete Statement Structuring
The following syntax forms are obsolete. They are forbidden within ABAP Objects and produce syntax check warnings outside of classes:
BEGIN_SECTION SAP_INTERNAL_HINT
A further undocumented obsolete syntax form is possible for functional method calls, calls of built-in functions, arithmetic or logical expressions in parentheses, or in non-strict ABAP SQL. Inside the parentheses, spaces before the closing and sometimes after the opening bracket can be omitted if the last or the first actual parameters are text literals within quotes.
END_SECTION SAP_INTERNAL_HINT
BEGIN_SECTION SAP_INTERNAL_HINT
Another undocumented obsolete syntax form is the fact, that between a token and a string or text literal no blank is needed.
END_SECTION SAP_INTERNAL_HINT