top of page
blank.png
Search

ABAP tricks #30/100: šŸ˜€ FILTER Operator

  • Writer: Smart Logic Academy
    Smart Logic Academy
  • Sep 10, 2024
  • 1 min read

•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


ree

Ā 
Ā 
Ā 

Recent Posts

See All

Comments


bottom of page