SAP FILTER TABLE ABEXA



Get Example source ABAP code based on a different SAP table
  



FILTER, Filter Table
This example demonstrates table filtering using a filter table.

ABAP_SOURCE_CODE
DEMO CL_DEMO_FILTER_TABLE

ABAP_DESCRIPTION
Those lines are filtered out of an internal table spfli_tab filled with flight data that have specific values in the columns cityfrom and cityto. The filter is applied using a filter table of the type filter_tab constructed using VALUE filled with input values. The result includes all outbound and return flights for the entered cities.