ABAP Keyword Documentation →  ABAP − Reference →  Declarations → 

Inline Declarations

An inline declaration is performed using a declaration operator in a declaration expression and is made in a declaration position. The result of the declaration is used in the current operand position, is visible statically from the current position, and is valid in the current context.

Notes

Inline declarations are intended to make programs leaner and easier to understand. The following rules must also be observed:




Continue
DATA - Inline Declaration
FIELD-SYMBOL - Inline Declaration