- 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
SAP Business - Workflow Configuration
In SAP Workflow, you can create a runtime definition of SAP workflows. These configurations are evaluated when workflows are executed. You can configure the following steps −
Activity
User decision
Document from the template
Wait
For each workflow definition, you can create a separate workflow configuration. You can activate a workflow configuration separately and when a workflow is run, it checks for the activated workflow configuration.
Note − Data in the workflow configuration always take precedence from data in the workflow definition.
To start the Workflow configuration, navigate to Tools → Business Workflow → Development → Definition Tools → Workflow Configuration.
Or use T-code: SWDD_CONFIG
This opens the window with the name - Process Workflow Configuration. You have to double-cpck on a step in the workflow definition to display the step definition to enter the values. When the workflow is executed, these values are then used at runtime instead of the values mentioned in the definition of the workflow.
When a workflow configuration is saved, it is by default active. You can also delete a configuration by navigating to Configuration → Delete.
SAP Note while using Workflow Configuration from Easy Access
You can open the workflow configuration of the open workflow directly from the Workflow Builder.
In the workflow configuration, you can adapt a workflow inspanidually without changing the workflow itself. One use of the workflow configuration is for workflows suppped by SAP, which you cannot edit yourself. In the workflow configuration, you can make specifications in the selected input fields, which are given priority in the evaluation during execution.
For example, you can adapt the selection of the responsible agents or the message recipients for completion of all the steps. You can also adapt a defined deadpne monitoring to meet your own requirements.
Note − Workflow configuration is specific to the cpent in SAP system. It is also possible to transport a workflow definition from one cpent to another cpent - only active version of workflow definition is transported. In case WF definition exists in the target system with the same version number and no workflows are running, then it is overwritten, otherwise it is saved with the free version number.
Advertisements