- Job Responsibilities
- Function Modules
- Transactions
- Using The Event Trace
- Using Swi2_Diag Diagnosis
- Archiving Workitems
- Creating Workflows
- Universal Worklist
- Integration With Non-Sap Workflow Apps
- Notifications Configuration
- Extended Notifications
- Abap Classes
- Business Object Builder
- Creating Steps
- Import/Export
- Workflow Builder
- Workflow Configuration
- Workflows With Errors
- Event Manager Administration
- Administration
- Condition Editor
- Start & Termination
- Business Object
- Linking Process, Business Logic & People
- Architecture
- Layers
- Benefits/Features
- Challenges
- Introduction
- SAP Business Workflow - Home
SAP Business Workflow Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Event Manager Administration
This includes T-codes which are used for controlpng and using events in SAP Workflow. Following tasks can be performed under Event Manager Administration −
Event Queue Administration
This is used to define an administrator for event queues and to manage who is notified by e-mail, if there are errors relating to events in Workflows.
Type Linkages and Instance Linkages
This is maintained in the table which contains the assignment of events to the event receivers interested in the event.
Event Trace for Workflows
You can use Event Trace in Workflows to log all information for creating and using events.
Event Queue
You can make use of Event queue to store events temporarily.
General Settings → Workflow → Maintain the event queue settings
In an event trace, maintain the following data −
Event data
Triggering program
Trigger date and time
Triggering object
Triggering object Type
Event name
Following are the useful transactions under SAP Workflow in ABAP development −
SWE4 − Switch event trace on/off
SWEL − Display event trace
RSWELOGD − Delete event trace
SWEC − Link change documents to events
SWED − Assign change document objects to object types
To activate/deactivate the event trace, navigate to the following path −
Tools → Business Workflow → Development → Administration → Event Manager → Event → Switch Event Trace On/Off or use T-Code: SWELS/SWE4
To display the event trace, navigate to the following path −
Tools → Business Workflow → Development → Administration → Event Manager → Event Trace → Display Event Trace or SWEL as shown in the following screenshot.
To delete the event trace, navigate to the following path −
Tools → Business Workflow → Development → Administration → Event Manager → Event Trace → Delete Event Trace or use T-code: RSWELOGD as shown in the following screenshot.
Advertisements