Explaining Filter & Jobs

Objective

After completing this lesson, you will be able to explain the concept of standard filter, complex filter and custom filter across data entities

Filter & Jobs

Diagram of a replication model showing Plant and Product sections with various filters for ProductPlant, CustomerOrder, and others.

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

Screenshot of SAP's Define Filter Objects overview, showcasing filter definitions and assigned filters for product management.
Screenshot of SAP display structure showing filter criteria for product with attributes and components listed.

The selection fields are configured/chosen through the structure

SAP interface displaying active queries with filter criteria and replication models. Various business objects are listed with filter statuses.

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

Screenshot of SAP interface displaying filter criteria for data ingestion; includes fields for including and excluding business objects by material type.

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

Interface screenshot showing the Source of Supply filter object with attributes like supplier, product, and validity dates.

In complex filters the structure might deviate from the main table

Screenshot of SAP Class Builder displaying filter settings and method implementation for data replication framework. Code and parameters are visible.

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

Table displaying methods in the class ZCL_CIC_PRODUCT_FILTER_W_SITE, including method names, levels, visibility, and descriptions.

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)
Screenshot of SAP data replication settings, including options for replication model, outbound implementation, and report control.

TA DRFOUT

Interface for SAP Manual Replication Filter Criteria with fields for product and plant material categories and types.

TA DRFOUT

SAP data replication interface showing replication model settings and time interval options for data creation limits.

Log in to track your progress & complete quizzes