
Filter that are set for an object are evaluated across entities
Three Different Filter Types
- Simple explicit filter
Filter on main table with selected fields
- Complex explicit filter
Filter implemented with filter class
- Custom filter (as simple or complex filter)
Own implementation of a filter class / filter structure


The selection fields are configured/chosen through the structure

Filter values are maintained via transaction DRFF for background or initial loads

Filter values are maintained via transaction DRFF for background or initial loads

In complex filters the structure might deviate from the main table

And the select is developed and not automatically derived from table and fields

Custom filters work exactly like standard filters
- Create a structure if required
- Check whether criteria are relevant for manual selection or generic
- Implement filter class for complex filters
Simple filter - 1,000,000 records
Complex filter - 200,000 records
Custom filter - 50,000 records
- Handed over as unfiltered -> filtered tables
- Records can be reduced not extended
- Filters might apply on depending objects (for prod and plant)

TA DRFOUT

TA DRFOUT
