Entering content frame

Object documentation Action Type Locate the document in its SAP Library structure

Definition

This determines which action is executed. In turn, the action type itself is determined by the implementing class.

Note “Implementing class“ is more of a technical term. It is used synonymously for action type (and also for expression type) in the sense of “implementing class of an action”.

Structure

With expressions, there are multiple expression types that are not specific to an application, in other words, they are cross-application. Conversely, actions are much more application-specific than expressions. For this reason, SAP only supplies the following cross-application action types:

·        Call a function module (implementing class 0FM001)

Using this action type you can call a function module as part of a BRF action.

NoteYou can use function module BRF_AC_EXEC_FUNCTION_TEMPLATE as a copy template for your own function module.

·        Start Workflow (0WF001)

Using this action type you can start a workflow as part of a BRF action.

·        Trigger BOR Event (0BE001)

Using this action type you can trigger a BOR event for a BOR object.

Example

Listed below are some action types that have been created specifically for the SAP Claims Management insurance solution (meaning that they are not contained in the BRF standard delivery):

·        Create Log Entry

On the basis of the rules that have been defined, the system creates a log entry, such as Claim Opened. This log entry is displayed on the Log screen in the list of executed process steps.

·        Create Coverage Referral

On the basis of rules that have been defined, the system creates a coverage referral, such as Driver not authorized to drive the vehicle as driver is under-age.

·        Create Document Proposal

For a certain situation you use a rule to define whether a document proposal is created (such as claim opened letter).

 

 

Leaving content frame