ABAP HANA 751 : Inline Variable Declaration
Inline Declaration make it possible to define variables and work areas on the fly. There is no need to write a separate line for variable declaration. This construct also help to reduce lines of code.
Sample Source Code: Variant 1

Output: Variant 1

Sample Source Code: Variant 2

Output: Variant 2

Check the video for Code and Execution:
Find the code on GitHub: