Using the VALUE operator, you would be able to get the ITAB content assigned to the variable which is ITAB typed. Lets explore it in more details.
Similar to the NEW operator to instantiate the object, you can use the NEW as well with internal table processing to append rows within it.
With ABAP release 740, you can use the NEW operator to instantiate the object. Read more to learn about NEW Operator.