Entering content frameFunction documentation Maintenance of Tab Page Programmer Exits Locate the document in its SAP Library structure

Use

On this tab page you add ABAP classes that are to be executed at the defined times.

Caution

The ABAP classes used here must not contain the following elements:

System elements in the container may not be changed. For performance reasons, SAP recommends that you only execute database selections that are entirely necessary.

Features

The ABAP classes that you can enter here must support the interface IF_SWF_IFS_WORKITEM_EXIT. The classes are executed in the order specified.

The method EVENT_RAISED is executed from every ABAP class as soon as the relevant work item performs a status change defined in the interface.

Note

To work with the container in an ABAP class, you have to include the include files <CNTN02> and <CNTN03>. For more information, see Macro Instructions for Processing a Container.

Example

An example of an ABAP class that supports the interface IF_SWF_IFS_WORKITEM_EXIT is the class CL_SWH_WORKITEM_EXIT.

A process info system is created for the SAP workflow Process notification of absence (AF_APPROVE, WS30000015) using the programmer exit. In addition, the workflow property sap.bc.bmt.wfm.process.status is evaluated in the programmer exit.

You can call the process information system by choosing Tools ® Business Workflow ® Development ® Demo ® Work Item Exits ® Process Info System.

Leaving content frame