Get Example source ABAP code based on a different SAP table
• ! ABAP_ESCAPE
!>, Escape Character for Operands
ABAP_SYNTAX ... !operand ...>
What does it do? The character !> can be written directly before a name operand > of a single operand in order to distinguish it from an ABAP word> with the same notation in a statement. The escape character !> can be placed in front of a chaining>, but it cannot be used in front of components that are addressed by a component selector >. With the exception of the first word of a statement that is introduced by a keyword, each word of a statement that is preceded by the escape character is interpreted as an operand, and not as an ABAP word during program generation. The escape character itself is not part of a name and is ignored when the statement is executed.