IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > SAP Software > SAP interfaces > Advanced event processing interface > Inbound processing

Event restriction

Use event restriction to filter out events that you do not want added to the event table. The adapter provides an ABAP include program (TRIGGERING_RESTRICTIONS_USER) that can be modified to filter events.

The, TRIGGERING_RESTRICTIONS_USER program is called from within the event trigger /CWLD/ADD_TO_QUEUE_AEP to enable additional filtering of events.

You must have developer privileges to make changes because the code needs to be recompiled.

To view or modify the include program TRIGGERING_RESTRICTIONS_USER:

  1. If IBM WebSphere BI Station is not currently displayed, enter transaction /n/CWLD/HOME_AEP.

  2. Click the Configuration tab.

  3. Click Event Restriction.

To upgrade an adapter-provided ABAP handler from one SAP R/3 version to another, check to see if changes were made to program TRIGGERING_RESTRICTIONS_USER. This program is intended for customer modification. If changes were made, you can avoid conflicts by downloading the custom work as text files, not as transport files, for use as a reference.

Upgrade any ABAP code from the old event restriction program to the new event restriction program.

Inbound processing for the Advanced event processing interface