ABAP HANA 751 : Inline Field-symbol Declaration
SAP ABAP 7.51 Inline Declaration make it possible to define field-symbols on the fly. There is no need to write a separate line for field-symbol declaration. This construct also helps to reduce lines of code.
Sample Source Code: Variant 1 – READ TABLE…
Output: Variant 1
Sample Source Code: Variant 2 – LOOP…
Output: Variant 2
Check the video for Code and Execution:
Find the code on GitHub: