top of page
blank.png
Search
Writer's pictureSmart Logic Academy

ABAP tricks #30/100: 😀 FILTER Operator

•The FILTER operator constructs an internal table.

•The lines for the new internal table are taken from an existing internal table based on conditions specified in a WHERE clause.

•The internal table on which FILTER operator is used must have at least one sorted key or one hash key used for access.

•The Boolean operators NOT, OR, and EQUIV cannot be used in the WHERE condition.

•The specification of EXCEPT means that those lines of the existing table are used that do not meet the condition specified in the WHERE clause. 



Please share with your ABAP friends and follow us.

If you want to dive deeper, visit our course https://lnkd.in/d42HfjDh



18 views0 comments

Comments


bottom of page