ABAP HANA 7.51: New Operator
With new NEW Operator, object declaration is now more intuitive and easy to understand. The older variant continues to be in use.
In this new type of declaration, Object takes the reference e.g. of a class. This later instantiates the Object with the help of the NEW operator.
Sample Source Code: Variant 1
This new type of NEW Operator.
Find the code on GitHub: