As name suggests, this new predictive function checks if the Line is available in the internal table or not. Introduction LINE_EXISTS can be used instead of the Table Expressions. Here are the few things to consider: LINE_EXISTS is same as READ TABLE … TRANSPORTING NO FIELDS .. followed by SY-SUBRC CHECK. The call doesn’t return...
ABAP 740 – LINE_EXISTS to check record in ITAB is a post from ABAP Help Blog.
Related posts:
ABAP 740 – Table Expressions to Read & Modify ITAB line Read and Modify the ITAB records without using the temporary...
Various Ways to Check if ITAB has any record Quick overview of various ways to check if there is...
ABAP 740 – VALUE Operator to create ITAB entries Using the VALUE operator, you would be able to get...