As name suggests, this new predictive function checks if the Line is available in the internal table or not.
Read and Modify the ITAB records without using the temporary work area or variables. It is possible with using the ABAP Table Expressions. Lets see more about them.
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.