Show TOC

  Template WS20000050 (Approve Travel Request)

If a trip is created in the system with the travel request entered/to be accounted status, a workflow is started based on the RequestAppr template.

Template: WS20000050

Abbreviation: RequestAppr

Name: Approve Travel Request

Triggering Event of Workflow Template

The Requested event ( travel request to be approved ) of the BUS2089 object type ( employee trip ) is entered as the triggering event of the workflow template.

Note Note

This “link” between the event and the workflow template to be started is deactivated in the standard system. If you want to start the workflow template, the link must be activated in Customizing for SAP Business Workflow.

End of the note.
Workflow Container and Binding

The most important information that must be available during workflow is the object reference to the trip to be processed ( _Evt_Object ), and the name of the person who entered the trip data ( _Evt_Creator ). This information is available in the form of event parameters in the container for the triggering event, and must be transferred to the workflow container by “binding”.

The standard system includes the following binding definition between the triggering event and the workflow container:

Workflow Container

Event Parameter Container

_WF_Initiator

<-

_Evt_Creator

EmployeeTrip

<-

_Evt_Object

In the standard system, the _WF_Initiator element is included in the workflow container. The EmployeeTrip element was created in addition to the existing standard elements.