About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. SAP Business Workflow

Size: px
Start display at page:

Download "About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. SAP Business Workflow"

Transcription

1

2 About the Tutorial SAP Business Workflows are predefined in SAP R/3 system. It is a key component of SAP system wherein they help design the business processes - it can be a simple release or a complex repeated business process, such as creating a material master, etc. This is a brief tutorial that introduces the readers to the basic features and usages of SAP Business Workflow. This tutorial will guide the users on how to manage business processes in an efficient manner such that it can be aligned with compliance. Audience This tutorial is suitable for readers who want to gain some knowledge about SAP Business Workflow such as how Business Objects are created, how to make use of the Workflow builder, Universal Worklists and how to set up notification for Workflows. Prerequisites Before you go through this tutorial, we expect readers to have good knowledge of SAP ABAP and SAP Business processes. If you don t have the required knowledge, we recommend you go through our tutorial on SAP ABAP and also get acquainted with SAP Business Process. Copyright & Disclaimer Copyright 2017 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at contact@tutorialspoint.com i

3 Table of Contents About the Tutorial... i Audience... i Prerequisites... i Copyright & Disclaimer... i Table of Contents... ii 1. SAP BUSINESS WORKFLOW - INTRODUCTION SAP BUSINESS WORKFLOW - CHALLENGES SAP BUSINESS WORKFLOW - BENEFITS/FEATURES SAP BUSINESS WORKFLOW - LAYERS SAP BUSINESS WORKFLOW - ARCHITECTURE SAP BUSINESS WORKFLOW - LINKING PROCESS, BUSINESS LOGIC & PEOPLE SAP BUSINESS WORKFLOW - BUSINESS OBJECT Components of Business Object in SAP System Create a Business Object Delegate a Business Object SAP BUSINESS WORKFLOW - START & TERMINATION Start Conditions for Workflows SAP BUSINESS WORKFLOW - CONDITION EDITOR SAP BUSINESS WORKFLOW - ADMINISTRATION SAP BUSINESS WORKFLOW - EVENT MANAGER ADMINISTRATION SAP BUSINESS WORKFLOW - WORKFLOWS WITH ERRORS ii

4 13. SAP BUSINESS WORKFLOW - WORKFLOW CONFIGURATION SAP BUSINESS WORKFLOW - WORKFLOW BUILDER SAP BUSINESS WORKFLOW - IMPORT/EXPORT SAP BUSINESS WORKFLOW - CREATING STEPS SAP BUSINESS WORKFLOW - BUSINESS OBJECT BUILDER SAP BUSINESS WORKFLOW - ABAP CLASSES SAP BUSINESS WORKFLOW - EXTENDED NOTIFICATIONS SAP BUSINESS WORKFLOW - NOTIFICATIONS CONFIGURATION SAP BUSINESS WORKFLOW - INTEGRATION WITH NON-SAP WORKFLOW APPS SAP BUSINESS WORKFLOW - UNIVERSAL WORKLIST SAP BUSINESS WORKFLOW - CREATING WORKFLOWS SAP WORKFLOW - ARCHIVING WORKITEMS SAP BUSINESS WORKFLOW - USING SWI2_DIAG DIAGNOSIS SAP BUSINESS WORKFLOW - USING THE EVENT TRACE SAP BUSINESS WORKFLOW - TRANSACTIONS SAP BUSINESS WORKFLOW - FUNCTION MODULES SAP BUSINESS WORKFLOW - JOB RESPONSIBILITIES iii

5 1. SAP Business Workflow - Introduction SAP Business Workflow In SAP system, Business Workflows are used to execute business processes in applications. Workflows are a key component of SAP system wherein they help design the business processes - it can be a simple release or a complex repeated business process such as creating a material master, etc. SAP Business Workflows are predefined in SAP R/3 system and the users can also create their new workflows. The workflow allows the users to manage business processes in an efficient manner such that it can be aligned with compliance. Workflows ensure that right information is sent to the right person at the right time in a correct sequence. To perform a complex task in SAP system such as invoice approval, purchase request, etc. involves going through different steps. These steps can be performed manually or by using some formal communication such as , notes, etc. When the tasks are performed manually, there are some common problems associated with it, such as: Difficulty tracking the task status Dealing with inefficiency Difficulty tracking formal communications Managing a deadline 1

6 The above image depicts a SAP Workflow process. It is a tool for automating business processes and works uniformly across all the applications. As you can see, it is suitable where the business processes involve multiple people or a group of people. Business workflows can easily be integrated with Organization Management and SAP NetWeaver BI for analysis purposes so it can easily determine the business processes that suits your organization. 2

7 2. SAP Business Workflow - Challenges SAP Business Workflow There are different reasons why we need Workflow in business process in SAP system. The longest duration in any business process is the wait time. The above image shows a standard Purchase Requisition process. It shows that each step involves wait time in the business process and with the use of a standard SAP Workflow, this wait time can be eliminated. Following challenges are involved in the business processes of an organization: Raising PO, Invoice, and Sales Order - All require approval from specific stakeholders and involves multiple steps. Hence, a lot of wait time is added to the cycle. Auditing and Compliance - Areas where auditing is required or any specific compliance has to be based on courtly laws, SOX, etc. They are tough to manage using manual business process. Specific Processes - Processes which involve standard repeated steps and follow specific business rules. Example: When a new BP is created, you need to define contact information, credit limit, and other information for managing process. It is recommended to manage these specific processes using SAP Workflow. With the use of SAP Workflows, organizations can easily overcome these challenges and can also perform detailed reporting such as executing time, wait time, etc. 3

8 3. SAP Business Workflow - Benefits/Features SAP Business Workflow In SAP system, the workflow ensures that right information is sent to the right person at the right time. SAP Workflows are available with SAP applications such as ERP, CRM, and others. Users can easily use these workflows to map the business processes or these can also be edited using the workflow builder. Note: The Workflow wizard creates workflows, which are not complete and is used only as a framework. To create the workflows which meets your business process requirement, you should use the Workflow Builder. Following are the benefits of using SAP Workflow: Workflow provides automation of business processes that consist of sequence of tasks, activities and steps. Using workflows, it is easy to manage task dependency and to send notifications in SAP mailbox about pending actions. With the use of SAP Workflows, it is easy for users to know what tasks have to be performed. Work items are sent to the user in notifications and with a single click, it calls the correct T-code and navigates to the required screen in the application. SAP applications contain workflows, which are ready to use. Users can also edit the predefined business workflows to map them with the organization s processes. 4

9 With the use of different workflow wizards, users can also create a specific part of Business workflows. The workflow builder can be used to display and to make changes to the existing workflows. Workflows are not bound to specific SAP applications and it can be customized. One of the main benefit of using SAP Workflow is that it is similar across all SAP applications. Workflows are useful for processes that include several people or group of people, sequence of tasks, and coordination between different objects. Following image shows a sample Workflow for notification of absence in the Workflow Builder. 5

10 4. SAP Business Workflow - Layers SAP Business Workflow SAP Workflow architecture in SAP Application system consists of the following layers: Business Object Business Process Organization Model A Business Object in SAP Business Workflow is defined as a collection of methods or events for an entity in the business process. Few common Business Objects in the SAP system include: Customer, Material, and Vendor. In SAP Workflow, business processes are defined in the Workflow Builder. Each work process is termed as an activity and contains a single step task or workflow template. Business logic using ABAP code are defined in Business Objects. The organization model contains people or group of people, who are responsible for taking actions in a Business Workflow. People who are responsible for taking an action is also known as an actual agent and they are defined in the workflow activity in the Business Workflow. Actual agents are agents that actually take an action in the Workflow such as approving a business document, sending notifications or creating some document in the Workflow. SAP System contains different predefined business objects, events, and methods. Following are the common Business Objects in SAP PLM: DRAW BUS1001 BUS1080 ECM BUS1003 BUS7051 Document Management Material Master BOM Change Master Class Notification For each object in SAP system, it comes with a standard set of events and methods to take action on that object. Most common methods and events are: Methods: Change, Display, Get Details, Create Events: Created, Changed 6

11 In SAP system, Business Objects are known to reduce the complexity of SAP system by dividing it into smaller units. Each business object is commonly defined with these properties: Object Type ID: It is used for internal identification of the business object. Object Name: It is used for external identification of the business object. Using this property, the external system can interact with SAP system. Super Type: It is the parent object from which all the components of the BO are inherited. Name: It is a descriptive name of the BO. Description: It is a brief description of the business object type. Application: The application component to which the BO belongs to. Program: Program contains the ABAP code of the BO. 7

12 5. SAP Business Workflow - Architecture SAP Business Workflow As mentioned in the previous chapter, SAP Workflow has a three-layered architecture. Following are the three layers in SAP Workflow architecture: Business Object Business Process Organization Model In SAP Workflow architecture, business object is the smallest unit and is at the bottom level. Business Object in SAP Business Workflow is defined as a collection of methods or events for an entity in the business process. Few common Business Objects in SAP system include: Customer, Material, and Vendor. With the use of Business Objects, all services are provided in the form of executable methods. There is a Business Object Repository, which is an object -oriented approach used to model Business Objects and Processes. It is a collection of Business Object types and Interface types with their components such as attributes, methods and events. In the Workflow architecture, business processes are at the middle level and they define the steps to be performed as part of the Workflow. Business processes are defined in the Workflow Builder. Each work process is termed as an activit y and contains a single step task or the workflow template. Business logic using ABAP code are defined in Business Objects. 8

13 In SAP Workflow architecture, organization model is the top layer. Organization model contains people or group of people who are responsible for taking actions in a Business Workflow. People who are responsible for taking an action is also known as actual agent and they are defined in the workflow activity of the Business Workflow. You can create new Business Object using Business Object Builder. Events in Business Object are responsible for the initial start of the workflow and also for the termination of the workflow. Events are also used to call subsequent tasks in the workflow. All the tasks defined under the Workflow will be executed in the mentioned order as per the Workflow definition. Common task examples include: Release Document Post Invoice Approve Absence Run Report Change Material Call Check Work and many more The following image depicts how a task is performed in SAP Workflow and how it interacts with object type and object methods, organization model, events and texts. 9

14 6. SAP Business Workflow - Linking Process, Business Logic & People In SAP Workflow, business processes are defined in the Workflow Builder. Each step is defined in the Workflow builder and is called an activity. A single step task or workflow template is defined in each of the activities. Following table shows the components of SAP Workflow. Organizational Unit (a functional unit in your enterprise) Organizational Plan Position (represents a post) Job (classification of functions in an enterprise) Staff assignments/assignment of user ids Standard Task Task (a description of an activity) Overview Workflow Builder Step types Tasks Messages Events Triggering Events Terminating Events Business logic is defined in business object and Business Object contains attributes, events and methods in the workflow. Methods contain ABAP code to define tasks. Each and every standard task in the Workflow is linked to a method and a Business Object. 10

15 In the organizational model, people/group of people are responsible for performing actions as per the organizational structure. All these are defined in the Workflow Builder. You can view or create Workflow using T-Code: SWDD (Workflow Builder). 11

16 7. SAP Business Workflow - Business Object SAP Business Workflow Business Object in SAP Business Workflow is defined as a collection of methods or events for an entity in business process. Few common Business Objects in SAP system include: Customer, Material, and Vendor. With the use of Business Objects, all services are provided in the form of executable methods. An object in the Workflow represents a Business entity in SAP system. Common entity example includes: Purchase Order, Material, Vendor, etc. An Object in SAP system performs the following functions: A Business Object reduces the complexity of SAP system by dividing it in small units. With the use of Business Objects, different components in SAP system can communicate with each other. Business Objects can be used in RFCs and Workflows. With the use of BAPI s and Business Objects, SAP system can communicate with non-sap system. Components of Business Object in SAP System Each Business Object in SAP system contains the following five components: Key Fields o Specification of a unique object key - to access a specific instance of a BO o Key field is represented as a combination of one or more fields o Shows a reference to underlying application table o Character based o You can read a Business Object from other non-sap system o You can t change a Business Object from outside o Maximum length of concatenated key field can be 70 characters Attribute o o o o o Two types of attributes - Virtual (Set by a BO program) and DB Field (Loaded by database) An attribute can be read from out of SAP system but it can t be changed An attribute of a BO shows properties and characteristics of t he object An attribute can be shown as one line or multi-line You can have an attribute which is instance independent or instance dependent 12

17 Events o o o Events contain listener outside the BO like SAP Workflow It is used to trigger or terminate a SAP Workflow It also shows change in occurrence of a Business Object Methods o o o Method can be of two types - synchronous (result is returned to calling program) and asynchronous (result can be returned to calling program using an event) Method can be instance dependent or instance independent Method consists of exceptions and parameters such as single/multiline, optional/mandatory, etc. Interface Types o A Business Object in SAP system can inherit one or more interfaces o You can have methods defined in an interface that can be redefined in Business Object type in the Workflow Status of Business Object Component A BO in development can have different development statuses: Modeled: This status shows a BO as only defined - i.e. method and its signature Implemented: This status shows that ABAP implementation is done and you can use BO for testing purposes Released: This shows that the method is ready to use Obsolete: This shows that the method/event shouldn t be used anymore Create a Business Object Step 1: To create a Business Object, use the Business Object Builder (T-Code: SWO1). The following screenshot pops up. 13

18 Step 2: Click Create. The following window opens. Define the object Supertype. Step 3: Fill in all the other details. Select the application from the search list as shown in the following screenshot. 14

19 Step 4: Next, save the package. Save package in Z package as shown in the following screenshot. 15

20 Step 5: To change the release status of object type, go to Edit -> Change Release Status -> Object Type -> To Implemented. Step 6: Click the Object type and go to Edit. Again to change the release status, go to Change Release Status -> Object Type -> To released. Step 7: In the following window, c lick Methods -> Create button. A pop-up will open, select 'No'. Pass the method name and description as in the following screenshot and click the Tick button. 16

21 Step 8: Now, select the method created. Go to Edit -> Change Release Status. Here, first implement the object type component and then release it. 17

22 Step 9: Note that a tick mark in front of the method and BO shows that it is created successfully. Add parameters to the method by clicking the Create button. Step 10: Navigate to Program tab for adding code to the method as shown in the following screenshot. Click the Save button to save a created object. 18

23 Delegate a Business Object You can also delegate this object to its subtype. Delegation is used to replace an original Business Object by its subtype to which you can add additional events/methods. To delegate a Business Object, navigate to SWO1 T -code. Setting -> Delegate as shown in the following screenshot. 19

24 8. SAP Business Workflow - Start & Termination A workflow can also be started manually, however, it must have possible agents assigned to it. A possible agent is known as the user who is authorized to start a task and to execute a relevant work item. The possible agent of work items are defined in the task definition and without possible agents, you can t execute or start a task with a dialog. If the import parameters of a SAP workflow contain data, you can start them manually and it includes workflows with triggering events. You can use T-codes: "SWUI" and "SWUS" as shown in the following screenshot. In these transactions, you can trigger already defined SAP workflows. You can select the Workflow from left and use option - Start or Start with Details. On the right side, it shows details about the Workflow. Once you click Start, the next step is to enter the decision step. 20

25 T-code: SWUS (test a Workflow) You can navigate to Business Workplace from both the transactions. To start a Workflow manually, you have to navigate to SAP Business Workplace (T -code: SBWP). In SAP system, Business Workplace is a work area that is used to perform business processes and is accessed via SAP GUI and not by a web browser or any application. All the requests received by a manager in his inbox is known as WORK ITEM. 21

26 Note that the screen for starting SAP workflows has two parts - You have all the workflows for which you have possible agents defined on the left-hand side and on the right side you can see the details of the workflow selected. To start a workflow, you need to select the workflow and then click the screen area or the Start function on the right screen area. icon on the left 22

27 When you start a workflow, you can also add information such as notes, deadlines or attachments. You have the following tab pages: Properties In this tab, you can define the priority of the workflow. You also have an option to set a flag - Create flag for started workflow in inbox. This option gets a work item in your inbox when you start workflow manually. Note, that this flag is deleted automatically when the workflow is terminated. Page Note At Start The note that you create here is added to the workflow as an attachment. Page 0 Attachments You can use this to create, display, import, and delete attachments. To use the function Start Workflow, you have to navigate to Office -> Start Workflow. You can also navigate to Tools -> Business Workflow -> Development -> Runtime Tools - > Start Workflow. 23

28 Start Conditions for Workflows You can also add an additional condition at the start of a Workflow. This can be defined for workflows started by the triggering of an event. When you set the start condition, this means that the start of a workflow not only depends on the event but also on this additional condition. 24

29 You have the following selection criteria available for selecting a particular workflow: Start Condition Using this you can perform a search for the name of a particular start condition defined for a workflow. Business Object This option is used to perform a search for workflows with start conditions using a particular object type. Event In this option you have all the events for the chosen object type, that are linked with workflows as triggering events are available for selection. Workflow This is used to perform a direct search for workflows with start conditions. 25

30 9. SAP Business Workflow - Condition Editor SAP Business Workflow To pass a start condition to a workflow, the Condition editor is used. There are two ways to use a condition editor: Direct Text Entry Mode: In this mode you can directly pass the expressions and operators using F4 Input help. PC Mode: This is also called the mouse-oriented mode. The screen of the condition editor is divided into three areas, namely operators, expression, and processing. Following is general form of a Condition: [<Not>] <Expression> <Operator> <Expression> [<And/Or> <Not> <Expression> <Operator> <Expression> ] Logical Operators Note: NOT is stronger than AND, and AND is stronger than OR operator. You have the following input fields for Expression: System fields Container elements 26

31 You can also define the personal settings of the Condition Editor as below. This includes settings related to: Display User Interface Call mode Technical Options 27

32 10. SAP Business Workflow - Administration SAP Business Workflow In SAP Workflow, an administrator is responsible for managing workflows and for ensuring that workflows are executed, transported workflows are enabled, and the workflow engine is monitored. A Workflow administrator should have access to the following T -codes: SWI2 is T-code used for analysis of Workitem. However, it provides different filtering options for the following transactions: swi2_freq swi2_adm1 swi2_dead swi2_diag swie (Unlock Workflows) swia (Process Workitem as Administrator) swpr swpc swwl swui swud swi5 swu8 sbwp swel swels swu0 swue swu1 swu2 swu_obuf swld swb_cond swus swi1 swi6 swu3 28

33 We will cover these T-codes and other important transactions with description later in this tutorial. A Workflow administration performs various tasks which can be divided into the following categories: Workflow Runtime Event Manager Workflow definition time WebFlow Workflow runtime contains different Transactions, which can be used to monitor and control the execution of workflows. T-code: SWDC_RUNTIME 29

34 11. SAP Business Workflow - Event Manager Administration SAP Business Workflow This includes T-codes which are used for controlling 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 , 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 30

35 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 31

36 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. 32

37 33

38 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. 34

39 35

40 12. SAP Business Workflow - Workflows with Errors You can also list top workitems with errors in Workflow. SAP List viewer in ABAP system is used to view the workflow with errors and these are grouped based on error reason. Following are the possible causes of workflow errors: Agent Deadlines Binding from workflow to workitem Other You can access the processing of workflows with errors navigating to this path: Tools -> Business Workflow -> Administration -> Workflow Runtime -> Diagnosis of Workflows with Errors. You can use T-code: SWI2_DIAG (Diagnosis of Workflows with Errors) - which is defined as the standard SAP code available within R/3 SAP systems depending on your version and release. 36

41 You can see the error cause in the workflow diagnosis and also Restart workflow from here. 37

42 13. SAP Business Workflow - 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 38

43 This opens the window with the name - Process Workflow Configuration. You have to double-click 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. 39

44 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 individually without changing the workflow itself. One use of the workflow configuration is for workflows supplied 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 deadline monitoring to meet your own requirements. Note: Workflow configuration is specific to the client in SAP system. It is also possible to transport a workflow definition from one client to another client - 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. 40

45 14. SAP Business Workflow - Workflow Builder SAP Business Workflow Workflow Builder is the most common tool for creating, editing, and displaying Workflow definitions. It provides a graphical and tree modeling view for workflow definition. While using SAP GUI for Windows, a graphical view of the Workflow Builder is displayed. While using other SAP GUI, tree view is displayed in the Workflow Builder. In the Graphical view of the Workflow builder, following sections are defined: Workflow Information Navigation Objects Messages Step Types Overview The overview area is not displayed in Tree view. On the left side, you have an object, navigation and information pane. In the middle of the screen, you have the Message and the Workflow pane and on the right side you have the Overview and Step Types. 41

46 Navigation Pane In the Navigation pane, you have the workflow steps displayed as per the workflow definition display. Users can also navigate directly to any step definition from the list of steps. This is also used to edit the workflow from the context menu. Messages: In the Message pane, it contains all the messages and search results, which are generated in where-used lists and workflow tests are displayed here. Information: This pane is used to display the workflow loaded and its definition, the status of the respective workflow and the version number in the system. 42

47 Calling Workflow Builder You can call workflow builder using different options. You can call it directly from navigating to this path: Tools -> Business Workflow -> Development -> Definition Tools -> Workflow Builder -> Workflow Builder or you can also use T-Code: SWDD. To call the alphanumeric display of the Workflow Builder directly, navigate to Tools -> Business Workflow -> Development -> Definition Tools -> Workflow Builder -> Workflow Builder (Alphanumeric). You can navigate between the change mode and the display mode by using the option. You can also select a different workflow for processing by navigating to Tools -> Business Workflow -> Development -> Definition Tools -> Workflow Builder -> Workflow Builder (Selection). In case you want to call Workflow Builder directly with a new and empty workflow, navigate to Tools -> Business Workflow -> Development -> Definition Tools -> Workflow Builder - > Workflow Builder: Create Workflow. Note that a workflow start is represented using an indicator symbol Start workflow. When you call a new workflow from the definition of multistep task in which triggering events are defined, it is shown using the symbol. In the Graphical workflow definition, you can add a new workflow definition using an undefined step with an outcome and is shown by the symbol. The end of the workflow definition is indicated by. 43

48 Important transaction codes related to Workflow Builder and configuration are tabulated below. SWDA SWDD SWDS SWDD_CONFIG SBWP SWDC_DEFINITION SWDC_RUNTIME SWNCONFIG Workflow builder (Calls the workflow builder in alphanumeric mode) Workflow builder Workflow builder (Selection) Workflow configuration The business workplace Workflow builder administration data Workflow Runtime administration data Extended notifications for business workflow 44

49 15. SAP Business Workflow - Import/Export SAP Business Workflow You can also import and export workflows using XML files. Meta-language BPM0.4 is used to describe the structure of workflows. When you export a workflow, following components of the workflow can t be exported along with BPML 0.4 (BPML stands for Business Process Modeling Language). Triggering events Tasks in steps Wait steps Event creators Task ID exported as SAP-specific extension In case your workflow contains such step types, during import they are replaced by empty steps Complex conditions Data types such as structures, object type references Modeled deadline monitoring Activities with more than one outcome Organization management rules/elements served as responsible agents To export a workflow as an XML file, navigate to Workflow -> Import/Export -> Export to XML File. 45

50 You can also navigate to view BPML Export -> Click Export to xml file and then save the file locally on your system. You can use this file while importing under Workflow option at the top. To import this, navigate to Workflow -> Import/Export -> Import from XML file. 46

51 47

52 16. SAP Business Workflow - Creating Steps SAP Business Workflow A Step is used in the workflow to execute a task or also to control the workflow. A Step is always created inside a block and a block always contains a step and its outcome. A Step can be created by changing an undefined step in graphical mode or you can also add a new step. To change an undefined step in the workflow, double-click on the undefined step and this will open Step Selection. Select a Step Type as shown in the following screenshot. There are different Step types you can select as per the requirement. Following are some common step types, their symbols in the workflow and description. Symbol Step Type Process control Step Runtime Function Description The functions Cancel workitem or Set workit em to obsolete are applied to other workitems of the current workflow. Ad hoc anchor In the definition, you save workflows that can replace this step. At runtime, an authorized user can select one of the saved workflows. The ad-hoc anchor is then replaced by the steps of this workflow. 48

53 Activity Condition Execution of a task or subworkflow. One of two branches defined in the workflow definition is processed. The system makes the decision based on the defined conditions. While doing this, the system takes account of information from the context of the workflow or the application objects processed. User decision Document from template Container operation The process flow of the current workflow is controlled on the basis of a decision made by the current agent. A document is created from a document template. Elementary arithmetic operations or value assignments are applied to individual elements of the workflow container. Event creator Form Send mail Multiple condition An event is created. The data in a container element that refers to a structure can be displayed, processed, or approved as a form. The text entered in this step type is sent as an . One of the several branches defined in the workflow definition is processed. To do this, the system checks the value of a container element in the workflow container. 49

54 , Fork Undefined step Loop (UNTIL) Loop (WHILE) The processing that follows takes place in a fork. You can define how many branches have to be executed for the fork to be successfully completed, or you define an end condition in the condition editor. No function at runtime. Undefined steps always have an outcome. A sequence of steps is processed repeatedly until the defined termination condition occurs. A sequence of steps is processed repeatedly as long as the defined comparisons apply. The system leaves the loop when the basis of comparison does not agree with any of the comparison values. Wait for event The system waits for a specific event. The work item is only completed if the expected event occurs. The event can also be triggered by the occurrence of an XML document. Web activity The content of container elements is sent to a URL unchanged or in the form of a generated XML document. The step can wait for a reply. Communication with a process started by a Web activity is possible. A process started by an XML message can communicat e with its caller. 50

55 When you insert a new step in an existing workflow, its position depends on the step or the outcome previously selected. Where do you want to insert the step After a step Before a step What do you have to select The outcome of the step, which is located in the relevant branch of the workflow definition The step As a new branch of a fork The symbol before the fork Use of Wait Step A wait step in the workflow can wait for an - Event Local Event Work Item Event received by the workflow When a wait step is waiting for an event, it is terminated when a specific event occurs. The event ends all the wait steps waiting for that specific event. This is commonly used: To suspend a workflow till a specific event occurs As a result from another workflow started in a different system As an event in parallel processing Same way it works when waiting for a local event, condition or event from other workflow. Wait for event The system waits for a specific event. The workitem is only completed if the expected event occurs. The event can also be triggered by the occurrence of an XML document. 51

56 17. SAP Business Workflow - Business Object Builder You can also create, change or display an object available in Business Object repository using the Business Object Builder. To change an object, you should know the name, ID or description of the object. An object in the workflow represents a business entity in SAP system. Common entity example includes: Purchase Order, Material, Vendor, etc. You can also access Business Object Repository using Business Object Repository Browser. To call the Business Object Repository Browser from the Business Object Builder, you have to select Business Object Repository and select the number of object types to be displayed in the dialog box. When you open Business Object Builder by navigating to Tools ->Business Workflow -> Development-> Definition tools -> Business Object Builder, you can see the option of Business Object Repository at the top menu. 52

57 In Business Object Repository Browser: Entry Screen, Select Filter Other settings to specify individual filter criteria. To start Business Object Builder, you have to navigate to Tools -> Business Workflow -> Development-> Definition Tools -> Business Object Builder. To create a Business Object, you can use T -code Business Object Builder (SWO1). 53

58 Once you click Create, in the next window you have to define the object Super type. All these steps are defined in the previous topic under Business Object definition. To switch directly to the maintenance of an object type, you need to enter the ID of the object type and click Display or Change button in the initial screen. Following screenshot shows a Business Object and how to change the status of an object in the repository. 54

59 18. SAP Business Workflow - ABAP Classes SAP Business Workflow In SAP ABAP workbench, class builder is a tool in ABAP that allows you to define, change and test global ABAP classes and interfaces. Class Builder has two modes: Form based mode Source code based mode With the use of IF_WORKFLOW Interface, you can use ABAP classes in SAP WebFlow Engine. In SAP system, a WebFlow Engine (SAP Business Workflow) is used to define and map the business processes, which are not mapped. It includes the release or approval processes and also complex processes such as creating a Purchase Order, etc. and different actions of the departments involved. SAP WebFlow Engine is mostly used for the processes, which are repeated in nature or involves actions from large number of agents in a predefined order. A WebFlow Engine can also be used to handle errors in the existing processes and workflows. Using WebFlow Engine, you can also start a workflow when predefined events occur. To use ABAP classes on Workflows, it is necessary to imple ment Interface IF_WORKFLOW in ABAP class. This interface includes method that creates specific prerequisites such that the object can be used within the SAP WebFlow Engine. Interface IF_WORKFLOW contains the following methods: BI_PERSISTENT~FIND_BY_LPOR BI_PERSISTENT~REFRESH BI_OBJECT~EXECUTE_DEFAULT_METHOD BI_PERSISTENT~LPOR BI_OBJECT~DEFAULT_ATTRIBUTE_VALUE BI_OBJECT~RELEASE 55

60 How to Add an IF_WORKFLOW in an ABAP Class? To add an IF_WORKFLOW interface to a class, you have to open Class Builder T -Code: SE24. Go to the Interface tab, add the IF_WORKFLOW interface. Once you add this interface, it also adds two sub-interfaces: BI_OBJECT and BI_PERSISTENT. When you move to the Methods tab and you will see some methods of these interfaces have been automatically inherited to ABAP Class. For a Utility class to implement IF_WORKFLOW interface, you need to open each of the methods inherited from the IF_WORKFLOW interface, and then activate the empty source code -> activate the ABAP Class. Note: When you implement IF_WORKFLOW interface in a class, it can be used in any of the workflows. An ABAP class is automatically released to be used with the implementat ion of this interface. You should only make compatibility changes after the implementation of the interface and shouldn t remove attributes, type changes, or methods. In SAP system, it doesn t define a list where it mentions that the class is in use in these workflows. Also note that IF_WORKFLOW interface shouldn t be implemented in internal classes of an application, as this would mean that each method of ABAP class can be used in the workflows. 56

61 19. SAP Business Workflow - Extended Notifications You can also configure SAP Workflows to extend the notifications to users that they have work to perform and this can be done using notifications in MS Outlook or Lotus Notes. You can also ease the work item selection by providing a simplified view of work items. In SAP Workflow, you can also carry out performance analysis using Transaction SWI2_DURA (Work Items by Processing Duration). This can be used to check different performance parameters such as Average Processing Time of Tasks, etc. SAP Transaction Code (TCODE): Transaction Description: SAP Module Description: SWI2_DURA Work Items by Processing Duration Basis Component This is used to monitor: Predefined task groups that can be used to monitor different processes. Single tasks to spot occasional user roles. With the use of extended notification for SAP Business Workflow, you can notify the users about work items that need to be processed. You can send work items to groupware. For example, MS Outlook or Lotus Notes with backend transactions that the user can directly access and take actions. 57

62 Following is a comparison of different notifications in SAP system for the workflow: SAP MAPI contains SAPoffice Message Store, transport and address book (mpsap32.dll), Executable programs, workflow and business object attachment interpreter (mpinterp.exe, mpbusobj.exe and mpstub.exe), files for column display for workflows and PST file (personal folders) for special SAPforms Outlook form for offline workflow support and setup. Report RSWUWFML is a standard executable ABAP Report in SAP system used to send Outlook notifications to the agent in the Workflow about workitems in the agent SAP inbox. Feature for workflow MAPI RSWUWFML RSWUWML2 Extended notification Deliver workitems to any client SAP shortcut attachments Prefix AND suffix text (surrounding workitem description) Enhanced address determination Enhanced substitution handling HTML (Outlook only) Generic decisions - X X X - - X X - - X X - - X X - - X X X X Link to new web UIs (WebDynpro, etc.) X 58

63 Lists workitems one Support workitem forwarding of in via X X 59

64 20. SAP Business Workflow - Notifications Configuration SWN_SELSEN is a standard executable ABAP Report that you can use to select and send the workitems. You can run this report periodically. Transaction SWNCONFIG is for advanced configuration. On the left side under the dialog structure, there are different options such as: Business Scenario Schedule Selection Delivery Schedule General Settings Handler Assignment Message Template Delivery Type You can select any dialog structure and click New Entries to add an entry for notification configuration in SAP system. Transaction SWNADMIN is for basic administration. When you run this T -code, you will be prompted as below. 60

65 Once you click Allow, you will be navigating to the page: Administration of extended notification of the workflow. In this window, you can define extended notifications for your workflows. You can activate/deactivate notifications, define schedule, define messages, recipients, etc. 61

66 62

67 21. SAP Business Workflow - Integration with Non-SAP Workflow Apps You can also integrate your workflows with non-sap workflow apps using external service calls, web service and API calls. Following are some common integration options: Create workflow tasks for external service calls and BSPs Universal Worklist launch handlers SAP NetWeaver Exchange Infrastructure Business Process Management Wf-XML and Web Services Importing ABAP Service You can use transaction code: WF_EXTSRV to generate your service. This transaction is used to maintain WebFlow Services. You can also access this from the menu path as below: SAP Easy Access -> Tools-> Business Workflow-> Development-> Definition tools -> WebFlow Services -> Maintain WebFlow Services. All the Web services that you have to use in SAP Workflow must be registered in the Web service directory. You can either manually register a web service by entering all the data of the web service manually. Use T-Code: WF_EXTSRV. You can also use WSDL file that contains the definition of web service and you can import this directly using T-Code: WFWS. 63

68 To register a web service, select Service in dialog and click New Entries. Enter a Service ID and a short text for the Web service. Select log with which the Web service is to be called. For Host, add the address of the Web service, and for Port, add a port number. Enter the directory and the call name of the Web service in the field Path. Define the Call mode of the Web service. Here, you determine whether a dialog or a background Web service is involved and whether and then how a callback is performed. Double-click and choose a Parameter in the dialog structure. The parameters determine the interface of the Web service. The task container is created from the parameters in the subsequent task generation. Enter all the Web service parameters. Make sure you also assign the service ID of your Web service to the parameters. The assignment as import element and export element is required for the subsequent creation of the task container. To generate your service, click the Generate button as shown in the above screenshot. 64

69 You have the following to perform the configuration tasks: WF_HANDCUST to configure the workflow URLs. WFWS to import external WSDL. WF_EXTSRV for BSPs and ABAP services. Generate tasks. Extend service to perform callback to WF_HANDCUST URL. 65

70 22. SAP Business Workflow - Universal Worklist SAP Business Workflow Universal Worklist (UWL) is a centralized tool to add alerts, notifications, approvals and ad-hoc tasks for the workitems. All the workitems are created as a part of the business processes and can be easily managed using Universal Worklist. UWL provides a uniform central access to all the workitems. You can also customize UWM views that meets your requirement. You can easily access additional information from object repositories such as attachments, notifications, etc. You can easily delegate your tasks to other users in your absence. With the use of UWL, you can bring workitems from different systems. These include: Business Workflow Business Process Management Collaboration Tasks SAP Office Notifications Guided Procedures Workitems fetched by Custom UWL Connectors Universal Work List Setup UWL is used to group the different workflow tasks and alerts that are relevant for HR Administrator. SAP NetWeaver Portal provides UWL Configuration that can be used to configure all the backend workflows. This is totally xml based configuration. To set up UWL- go to the portal -> Select System Administration -> System Configuration -> Universal Worklist and Workflow -> Universal Worklist -> UWL System Configuration. 66

71 You can set up a new connector, if you do not have a connector in the system connected to the system alias, otherwise you can also use an existing one. Advantages Following are the key advantages of using UWL You can access guided procedure workitems in the common UWL inbox. You can launch new items, open items in the same window or in a new window. To manage the workitems, you can use inbox customization flexibility. You can use the pull mechanism that allows you to use auto or manual refresh options for workitems. You can also manage item types and view definitions. 67

72 SAP Business 23. SAP Business Workflow - Creating Workflows You can create your workflows in SAP system to automate the business processes that contains sequence of tasks, steps, and events. When you automate tasks using the workflow, this helps the user to easily take action without facing technical/functional difficulties. You can set notifications in the user SAP inbox about pending workitems and with a single click, it calls the correct transaction and navigates to the relevant screen. Let us see how to create a Workflow, when an employee raises a leave request in the system. Following steps have to be performed: Step 1: Define Organization Plan T-Code: PPOCE This transaction is the easiest way to define an organization plan in SAP system. You need to enter the start date of Organization unit -> click the Green tick mark as shown in the following screenshot. Step 2: Create a Workflow template T-Code: PFTC_INS 68

73 In the Task type field, choose the Workflow template. For Creating tasks: Choose Standard Task in the Task type field as shown above and click Create. Now to build the workflow in the workflow builder, navigate to T-Code: SWDD 69

74 In the Workflow Builder, you have different options called Step types, you c an drag and drop and insert into the Workflow. Step 3: Create a notification of absence. To define the first task, navigate to T-Code: PFTC_INS Select Standard Task in the Task type field. Enter the following values and Save the task. Once you save the task, you will get code ID in number 93XXX989 In the Name field, select Form_created In Abbr, select create_form In Workitem text, select vik_notif_absence-create In Object Type, select FORMABSENC In Method field, select CREATE Checkbox Synchronous object method, Object method with dialog checked 70

75 Step 4: Add the task created in the previous step to the Workflow. In place of the undefined step in the Workflow, you have to add an activity to your workflow. As seen in the following screenshot, using T-Code: PFTC_INS, a Task TS has been created separately. 71

76 In Step Properties, you can select different options as per the requirement. Here, let us select the checkbox - Advance with dialog as shown in the above screenshot. It shows that the workitem of the workflow is made available for processing immediately. As we have entered WF_INITIATOR in Expression under Agents, the person who will start the workflow is one of the recipients of workitem. Binding option is also defined that confirms absence notification is not only in this task but also in the workflow - _WI_ObjectId -> &ABSENCEFORM&. Now the Workflow Builder in graphical mode looks like this: Step 5: First task in SAP Inbox. Now the workflow is executed, it creates workitems such as s in the SAP Inbox. When it is executed, it calls the respective task or the transaction screen. When you run this workflow, it shows the notification of absence form. 72

77 Click Cancel to cancel the processing of the first notification. The workflow inbox holds one item for processing - creating a notification of absence. Select the workitem and click Execute (F8). This will return to Create notification of absence screen where the notification of absence form is displayed. Enter the details in the form and click Save. This will remove the Workitem from the inbox. Step 6: Check Notification of absence in the inbox. The form that has been created will be sent to the supervisor for approval using the object formabsenc-approve object. Next is to create a new task using T-Code: PFTC_INS 73

78 Step 7: Add a second task in the Workflow. You have to include Task Check Notification of Absence in the Workflow using the task code generated in the previous step. Also, define the binding properties as shown in the following screenshot. 74

79 You have to create the Approver variable in the workflow container. Navigate to the left side menu at the bottom, you will see a menu option Workflow container. Double-click the option to create. Enter the following fields: Element: Approver Name: Approver Description: Approver of the absence request Reference table: WFSYST Reference field: AGENT In the Position field, you have to enter the position ID as per the organization plan. This can be checked using T-Code: PPOCE. Don t prefix S in the text field. If an approver has not made a decision about Leave request, you can also add deadlines to add a workitem for the missed deadline in Approver s Business Workplace. 75

80 You can see two outcomes in the workflow builder: Approved and Rejected. Step 8: Again test in the Inbox. Next is to execute the workflow and you will be moved to the workitem for creating notification of absence for processing. This is because of Advancing with immediate dialog option selected at the time of creating a task. Now, navigate to Business Workplace using the user-id of the approver and you will see the workitem to process and other attributes to mention in the Workitem. Select the workitem for checking the notification of absence and choose Execute. Either reject or approve the request. Notice the two buttons: Approve and Reject. Step 9: Integrate User Decision for resubmit. In case, the leave request is rejected by the approver, you also have an option to add user decision to the rejected output. This allows the requester to make changes and resubmit the request for approval. You need to add step type: User Decision to the workflow. This will make your Workflow look like the following: 76

81 User Decision step is defined as follows: Step 10: Third Test in SAP Inbox. When the request is not approved, the next step is user decision. As we have entered: (&WF_INITIATOR&) as the agent for the step, the request will come back to make the decision. You have two options: Revise request or withdraw the request. Step 11: Define revise notification of absence For this, you have to add undefined step - Revise notification. Step 12: Add activity -> third task to the workflow. To add this step, you have to make the following entries: Use FORMABSENC-UPDATE as an object. In the binding option, enter _WI_Object_ID <= &ABSENCEFORM& 77

82 In the Agents -> add &_WF_INITIATOR& in the expression field Step 13: Send Notification for approval of leave. To send a notification, you have to add a new step Send mail. You have to drag this step to the Undefined Step - after the outcome of the step Check notification of absence. To add this step, you have to make the following entries: Select the Recipient type: Enter the Organizational object Select Agents -> Choose the Expression &_WF_INITIATOR&. Enter the subject line as < Leave Approved > Enter the text as < Approved > When you hit the Enter button, you will be asked for the name and abbreviation of the task. 78

83 24. SAP Workflow - Archiving Workitems SAP Business Workflow In SAP system, it is possible to archive all the completed Workitems. You can also achieve all data in a workitem. You can display the achieved workitems but they can t be loaded in SAP system. When you archive workitems, it includes archiving log data, workflow manager data, dependent workitems and workitem attachments. Workitems with the following status can only be archived. Workitems completed Execution of the workitem is completed When workitem is not required for the workflow logic Cancelled workitems To archive workitems, you have to navigate to Tools -> Business Workflow or Developme nt -> Workflow -> Administration -> Workflow Runtime -> Reorganization -> Archive Work Item. 79

84 To archive the workitem, you can use the following selection criteria: Workitem number Task identifier Actual agent of the workitem Creation date Completion date 80

85 Deleting Archived Workitems You can also delete workitems which are not archived. To delete workitems, navigate to Tools -> Business Workflow or Development -> Workflow and then Administration -> Workflow Runtime -> Reorganization -> Archive Work Item or T-Code: SWWL. With the selection criteria as shown below, you have an option to delete Workit ems immediately/delete log data as well. To delete Workitem, enter the required fields and click the Execute button at the top. 81

86 To display archived workitems, you have to use report RSWWARCR. Note: In case you want to delete workitems directly that meet the archiving criteria, it is recommended to archive them first, considering performance-wise to use the delete program of the archiving object WORKITEM than to directly delete the workitems. 82

87 25. SAP Business Workflow - Using SWI2_DIAG Diagnosis This is used to diagnose the workflow with error. You can access the processing of workflows with errors navigating to this path: Tools -> Business Workflow -> Administration -> Workflow Runtime -> Diagnosis of Workflows with Errors. You can use T-code: SWI2_DIAG (Diagnosis of Workflows with Errors) - which is defined as the standard SAP code available within R/3 SAP systems depending on your version and release. You have to enter the selection criteria as shown in the following screenshot and it will show you the list of all workflows with error. 83

88 To use this transaction, select the workflow with the error, and find out the workit em number that contains the error. Click Change the workitem and make changes to the workitem with error and Save. 84

89 26. SAP Business Workflow - Using the Event Trace As mentioned earlier, this is an important feature to diagnose the workflows with error. 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, you 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. You can display event trace based on different selection criteria. You have the following selection criteria under Event Trace: o o o o o Event ID Creator object type Creator object instance Event Program creating event, etc. 85

90 RSWELOGD - Delete event trace SWEC - Link change documents to events SWED - Assign change document objects to object types 86

91 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. 87

92 27. SAP Business Workflow - Transactions SAP Business Workflow In SAP system, you have built-in functions that defines different tasks to be performed in the workflows. These are related to creating new workflows, workflow tools, workflow diagnosis, performance, workitems and administration of workflows. Few common T-codes and their description is mentioned in the following table: Transaction Code Description PFAC Create and maintain Rules PFOM Maintain assignment to SAP organizational objects PFOS Display assignment to SAP organizational objects PFSO Organizational environment of a user PFTC Create and maintain tasks PPOCW Create organizational plan PPOMW Maintain organizational plan PPOSW Display organizational plan SWDA Workflow Builder (Calls the Workflow Builder in alphanumeric mode) 88

93 SWDD Workflow Builder SWDS Workflow Builder (Selection) SWDD_CONFIG Workflow configuration SBWP The Business Workplace SWDC_RUNTIME Workflow runtime administration data SWNCONFIG Extended notifications for business workflow SWDM Business Workflow Explorer SWEINST Evaluation and maintenance of instance linkages SWEINSTVC Evaluation and maintenance of instance linkages SWE2 Evaluation and maintenance of type linkages SWE3 Evaluation and maintenance of instance linkages SWE4 Switch event trace on/off SWEL Display event trace RSWELOGD Delete event trace SWEC Link change documents to events 89

94 SWED Assign change document objects to object types SWEQADM_1 Event queue administration SWEQBROWSER Administration of event queue browser SWETYPV Evaluation and maintenance of type linkages SWI1 Selection report for workitems SWI2_FREQ Workitems per task SWI2_DEAD Workitems with monitored deadlines SWI2_DURA Workitems by processing duration SWI11 Tasks in workflows SWI13 Task profile SWI5 Workload analysis SWL1 Settings for dynamic columns SWLV Maintain workitem views SWFVISU Parameters for Workitem Visualization in the UWL 90

95 SWO1 Business Object Builder SWO6 Customizing object types SWR_WEBSERVER Customizing Web server SWU_CONT_PERSISTENCE Administration of container persistence SWU_EWCD Wizard for event creation using change documents SWU_EWLIS Wizard for event creation using the Logistics Information System SWU_BTE Wizard for event creation using Business Transaction Events SWU0 Event simulation SWU2 RFC monitor SWU3 Automatic Workflow Customizing SWU4 Consistency check for standard tasks SWU5 Consistency check for customer tasks SWU6 Consistency check for workflow tasks SWU7 Consistency check for workflow templates 91

96 SWU8 Switch workflow trace on/off SWU9 Display workflow trace SWU10 Delete workflow trace SWUD Diagnostic tools SWUE Trigger event SWUI Start workflows/tasks SWUS Testing workflows/tasks SWXML Display XML documents SWUY Wizard for linking messages to workflows SWWCOND_INSERT Schedule background job for workit em deadline monitoring SWWCLEAR_INSERT Schedule background job for clearing tasks RSWWCOND Execute single background job for workitem deadline monitoring RSWWCLEAR Execute workitem clearing work once WF_HANDCUST WebFlow service handler maintenance 92

97 WF_EXTSRV Maintain Web Service Repository WFWS Import WSDL files SWIA WI Administration Report 93

98 28. SAP Business Workflow - Function Modules SAP Business Workflow Function modules are sub-programs that contain a set of reusable statements with importing and exporting parameters. Unlike Include programs, function modules can be executed independently. SAP system contains several predefined function modules that can be called from any ABAP program. The function group acts as a kind of container for a number of function modules that would logically belong together. For instance, the function modules for an HR payroll system would be put together into a function group. Following Function modules can be used in the workflow in SAP system: SWW_WI_CONTAINER_READ: This function module is used to read the container elements in SAP workflow. SWW_WI_DEADLINES_CHANGE: This function module is used to change the attributes of deadline monitoring for a particular workitem. SWW_WI_ENABLE: This is used for unlocking of workitems against execution. SWW_WI_DISABLE: This function module is used for locking workitems for execution. You can view the parameters of the function module. Use T-code SE37, enter the function module name and click the Display button. Once you click Display, it will show all the parameters defined in the mentioned Function Module. Similarly, you can check/display all function modules in SAP Workflow. 94

99 95

If process already exists, highlight any differences between the existing process and the new process.

If process already exists, highlight any differences between the existing process and the new process. Checklists The checklists provided here should be used as guidelines. Not every question is relevant in every case, and you may want to add your own questions relevant to your company. However, they should

More information

How to Create a Basic SAP Business Workflow

How to Create a Basic SAP Business Workflow How to Create a Basic SAP Business Workflow With SAP Business Workflow, SAP AG provides an efficient cross-application tool enabling integrated electronic management of business processes. SAP Business

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C About the Tutorial In today s competitive market, it is important to meet customer requirements and align your sales, marketing and service business lines to provide higher customer satisfaction. It is

More information

There are no set prerequisites to learning SAP PS, but it will help if the reader has a background in the business area that this module covers.

There are no set prerequisites to learning SAP PS, but it will help if the reader has a background in the business area that this module covers. About the Tutorial Project System (PS) is one of the key modules of SAP to perform project and portfolio management. It helps you to manage the project life cycle starting from structuring to planning,

More information

BIT601. SAP Workflow - Definition and Use of Customer-Specific Workflows COURSE OUTLINE. Course Version: 16 Course Duration:

BIT601. SAP Workflow - Definition and Use of Customer-Specific Workflows COURSE OUTLINE. Course Version: 16 Course Duration: BIT601 SAP Workflow - Definition and Use of Customer-Specific Workflows. COURSE OUTLINE Course Version: 16 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

A basic knowledge of ERP concepts will help you in understanding the concepts of SAP Material Management System described in this tutorial.

A basic knowledge of ERP concepts will help you in understanding the concepts of SAP Material Management System described in this tutorial. About the Tutorial SAP is an enterprise resource planning software that was basically designed to manage resources, information and activities that are required to complete business processes such as procurement

More information

Practical Workflow for SAP

Practical Workflow for SAP Jocelyn Dart, Erik Dick, Ginger Gatling, Oliver Hilss, Somya Kapoor, Silvana Kempf, Susan Keohan, Thomas Kosog, Paul Médaille, Mike Pokraka, Alan Rickayzen, Shalini Sabnani, Jörn Sedlmayr, Ted Sohn Practical

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

A Xymphonic Systems White Paper Anyplan Product Overview

A Xymphonic Systems White Paper Anyplan Product Overview A Xymphonic Systems White Paper Anyplan Product Overview http://anyplan.co Page 1 2014 Xymphonic Systems AS Contents Contents... 2 Introduction... 2 Who Uses Anyplan?... 3 Common Features, Common Resources...

More information

This is a fundamental tutorial that covers the basics of SAP EWM and how to deal with its various components and sub-components.

This is a fundamental tutorial that covers the basics of SAP EWM and how to deal with its various components and sub-components. About the Tutorial SAP EWM is part of SAP Supply Chain Management like Warehouse Management System, but it provides more robust and advanced features to manage key activities in a warehouse. SAP EWM is

More information

Release Notes for SAP Collaboration Projects

Release Notes for SAP Collaboration Projects Release Notes for SAP Collaboration Projects R e l e a s e 4. 5 Copyright Copyright(c) 2013 SAP AG. All rights reserved. Neither this document nor any part of it may be copied or reproduced in any form

More information

PNMsoft SCE July 2016 Product Version 7.5 and above

PNMsoft SCE July 2016 Product Version 7.5 and above PNMsoft Knowledge Base Sequence User Guides PNMsoft SCE July 2016 Product Version 7.5 and above 2016 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft Ltd

More information

DRAFT How to Use SAP Activate Content in SAP Solution Manager 7.2

DRAFT How to Use SAP Activate Content in SAP Solution Manager 7.2 DRAFT How to Use SAP Activate Content in SAP Solution Manager 7.2 1. INVESTIGATE SAP S/4HANA BEST PRACTICE CONTENT IN SAP SOLUTION MANAGER 7.2 2 1.1. Set up a solution in SAP Solution Manager 7.2 2 1.2.

More information

... Preface Acknowledgments SAP Governance, Risk, and Compliance Overview Planning SAP GRC Implementations...

... Preface Acknowledgments SAP Governance, Risk, and Compliance Overview Planning SAP GRC Implementations... ... Preface... 19... Structure of This Book... 20... Target Audience... 20... How to Use This Book... 21... Conclusion... 21... Acknowledgments... 23 1... SAP Governance, Risk, and Compliance Overview...

More information

SAP CRM - QUICK GUIDE SAP CRM - INTRODUCTION

SAP CRM - QUICK GUIDE SAP CRM - INTRODUCTION SAP CRM - QUICK GUIDE http://www.tutorialspoint.com/sap_crm/sap_crm_quick_guide.htm Copyright tutorialspoint.com Advertisements SAP CRM - INTRODUCTION SAP CRM is one of the key modules in an organization

More information

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials,

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials, A Accounts and contacts activities activities tab, 37 advantage of, 32 business, 29 capabilities, 35 case resolution form, 33 configuration, 36 definition, 28 feature, 29 filter, 38 form component, 34

More information

Sage 300 ERP Sage 300 ERP Intelligence Release Notes

Sage 300 ERP Sage 300 ERP Intelligence Release Notes Sage 300 ERP Intelligence Release Notes The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or non disclosure

More information

Product Documentation SAP Business ByDesign August Product Development

Product Documentation SAP Business ByDesign August Product Development Product Documentation PUBLIC Product Development Table Of Contents 1 Product Specifications View... 4 1.1 Product Specifications Quick Guide... 4 1.2 Tasks... 7 Export Business Data Using Microsoft Excel...

More information

Worklist HELP.QMWORK. Release 4.6C

Worklist HELP.QMWORK. Release 4.6C HELP.QMWORK Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual Version 1.42 Date: 29/02/2012 Author: European Commission, Directorate-

More information

10/13/2017. Jakarta Service Management

10/13/2017. Jakarta Service Management 10/13/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

Developing a simple application using steps "User Decision" and "Mail"

Developing a simple application using steps User Decision and Mail SAP Business Workflow Tutorial Developing a simple application using steps "User Decision" and "Mail" By Suresh Kumar Parvathaneni Basic terminology used in the workflow: The workflow definition is the

More information

How to Configure the Workflow Service and Design the Workflow Process Templates

How to Configure the Workflow Service and Design the Workflow Process Templates How - To Guide SAP Business One 9.0 Document Version: 1.1 2013-04-09 How to Configure the Workflow Service and Design the Workflow Process Templates Typographic Conventions Type Style Example Description

More information

CCC Wallboard Manager User Manual

CCC Wallboard Manager User Manual CCC Wallboard Manager User Manual 40DHB0002USBF Issue 2 (17/07/2001) Contents Contents Introduction... 3 General... 3 Wallboard Manager... 4 Wallboard Server... 6 Starting the Wallboard Server... 6 Administering

More information

Oracle Hyperion Planning for Interactive Users

Oracle Hyperion Planning for Interactive Users Oracle University Contact Us: 1.800.529.0165 Oracle Hyperion Planning 11.1.2 for Interactive Users Duration: 0 Days What you will learn This course is designed to teach you how to use Planning. It includes

More information

Configuration: Emergency Access Management for SAP Access Control 12.0

Configuration: Emergency Access Management for SAP Access Control 12.0 CONFIGURATION GUIDE PUBLIC Document Version: 1.0.1 2018-08-31 Configuration: Emergency Access Management for SAP Access Control 12.0 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST

More information

Integration with SAP Business Workflow

Integration with SAP Business Workflow Integration with SAP Business Workflow HELP.BCBMTOM99 Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

SAP Marketing Cloud Extensibility

SAP Marketing Cloud Extensibility Customer Extensibility Guide SAP Marketing Cloud Document Version: 1.1 2018-10-04 SAP Marketing Cloud Extensibility Document History Version Date Change 1.0 2017-08-07 Initial Version 1.1 2018-09-13 Remove

More information

12/05/2017. Geneva Service Management

12/05/2017. Geneva Service Management 12/05/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

HYPERION SYSTEM 9 PLANNING

HYPERION SYSTEM 9 PLANNING HYPERION SYSTEM 9 PLANNING RELEASE 4.1, 4.1.1, AND 9.2 NEW FEATURES This document describes the new features included in Hyperion System 9 Planning Release 4.1, 4.1.1, and 9.2. This release expands functionality

More information

User Manual NSD ERP SYSTEM Customers Relationship Management (CRM)

User Manual NSD ERP SYSTEM Customers Relationship Management (CRM) User Manual Customers Relationship Management (CRM) www.nsdarabia.com Copyright 2009, NSD all rights reserved Table of Contents Introduction... 5 MANAGER S DESKTOP... 5 CUSTOMER RELATIONSHIP MANAGEMENT...

More information

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite Administrator s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite Administrator s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Human Resources Management Self Service Suite Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying

More information

Sage ERP Accpac Online 5.6

Sage ERP Accpac Online 5.6 Sage ERP Accpac Online 5.6 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: December 1, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

SAP Consolidated Payables Link

SAP Consolidated Payables Link SAP Custom Development SAP Consolidated Payables Link CUSTOMER Document Version: 100 SAP Consolidated Payables Link 100 1 Copyright Copyright 2013 SAP AG. All rights reserved. SAP Library

More information

What s New in docalpha 5.0

What s New in docalpha 5.0 What s New in docalpha 5.0 This document comprises the Release Notes for docalpha 5.0. Artsyl team is fully dedicated to developing the document and data capture solutions with the long-term needs of partners

More information

Intercompany Purchasing

Intercompany Purchasing Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.0 2013-03-22 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

Tivoli Workload Scheduler

Tivoli Workload Scheduler Tivoli Workload Scheduler Dynamic Workload Console Version 9 Release 2 Quick Reference for Typical Scenarios Table of Contents Introduction... 4 Intended audience... 4 Scope of this publication... 4 User

More information

Business Process Management with SAP NetWeaver. Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG

Business Process Management with SAP NetWeaver. Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG Business Process with SAP NetWeaver Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG BUSINESS PROCESS MANAGEMENT Motivation SAP AG 2004, BPM / Volmering / 2 Why Business Process?

More information

Chapter Contents. Manage Employers Option Screen

Chapter Contents. Manage Employers Option Screen 16: Manage Employers Chapter Contents Create an Employer Account (Registration)... 16-2 Add Employer Locations... 16-6 Assign a Case Manager... 16-8 Add Contacts... 16-9 Assist an Employer... 16-13 Search

More information

Smart Internal Billing Manual 9.2

Smart Internal Billing Manual 9.2 Smart Internal Billing Manual 9.2 Table of Contents Smart Internal Billing... 2 Creating & Defining an Item... 3 Modifying an Existing Item... 5 Creating an Invoice... 7 Approving an Invoice... 14 Denying

More information

SAP SuccessFactors Foundation

SAP SuccessFactors Foundation SAP SuccessFactors Foundation Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 INTELLIGENT SERVICES... 4 Activities... 4 Administration... 4 INTEGRATION

More information

Infor VISUAL 9 Features & Benefits through VE 9 R3. Copyright Infor. All Rights Reserved.

Infor VISUAL 9 Features & Benefits through VE 9 R3. Copyright Infor. All Rights Reserved. Infor VISUAL 9 s & Benefits through VE 9 R3 1 Core Business s 2 Lifecycle Notifications s Send e-mail notification when sales and purchasing events occur Determine notification points at the business partner

More information

Activation of Consumption Item Management in SAP Convergent Charging and SAP Convergent Invoicing

Activation of Consumption Item Management in SAP Convergent Charging and SAP Convergent Invoicing Transition Guide SAP Convergent Charging 5.0 Document Version: 1.1 2018-11-08 PUBLIC Activation of Consumption Item Management in SAP Convergent Charging and SAP Convergent Invoicing How to Configure SAP

More information

Business Portal for Microsoft Dynamics GP. Requisition Management Administrator s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Requisition Management Administrator s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Requisition Management Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright

More information

Table of Contents Stellent IBPM for Developers/Integrators

Table of Contents Stellent IBPM for Developers/Integrators Table of Contents Stellent IBPM for Developers/Integrators Chapter 1: Stellent IBPM Overview -------------------------------------------------------------- 1 Introduction and Administration Slides ----------------------------------------------------------

More information

Utilizing the Employee Training Module and ESS Munis: Human Resources

Utilizing the Employee Training Module and ESS Munis: Human Resources [MU-HR-7-A] [MU-HR-14-A] Utilizing the Employee Training Module and ESS Munis: Human Resources CLASS DESCRIPTION This session will be an exploration of how Employee Self Service can be used in conjunction

More information

Object based Navigation based on Business Objects and POWL

Object based Navigation based on Business Objects and POWL Object based Navigation based on Business Objects and POWL Applies to: SAP NetWeaver Portal 6.0 and 7.0 SP 16, SAP ERP 6.0 EhP3 and EhP4 ; ECC 7.1. For more information, visit the Business Objects homepage.

More information

Table of Contents. Contents. Introduction. Program Setup. Locations. Warehouses. Company Settings. PM Schedule Templates.

Table of Contents. Contents. Introduction. Program Setup. Locations. Warehouses. Company Settings. PM Schedule Templates. Contents I Table of Contents Introduction...1 Program Setup...1 Locations...1 Warehouses...3 Company Settings...5 PM Schedule Templates...8 Adding Equipment...13 Configuring Last...15 PM Data The Home

More information

Connecting to SAP CAMPBELL Personnel Administration

Connecting to SAP CAMPBELL Personnel Administration Connecting to SAP CAMPBELL Personnel Administration HELP.PAPAXXET Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Schedule Management User Guide

Schedule Management User Guide Schedule Management User Guide Version 18 October 2018 Contents About This Guide... 7 Schedule Overview... 7 Create a Project for Schedule Management... 7 Project Templates Overview... 8 Add a Project

More information

Invoice Manager Admin Guide Basware P2P 17.3

Invoice Manager Admin Guide Basware P2P 17.3 Invoice Manager Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. 1 Invoice Management Overview The Invoicing tab is a centralized location to manage all types

More information

Welcome to the course on the working process across branch companies.

Welcome to the course on the working process across branch companies. Welcome to the course on the working process across branch companies. In this course we will review the major work processes across branch companies. We will start with the intercompany trade process.

More information

NetSuite OpenAir/NetSuite Connector Guide April

NetSuite OpenAir/NetSuite Connector Guide April NetSuite OpenAir/NetSuite Connector Guide April 16 2016 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

White Paper: Master Data Syndication from SAP NW MDM to Backend SAP & Non-SAP Application via SAP NW PI

White Paper: Master Data Syndication from SAP NW MDM to Backend SAP & Non-SAP Application via SAP NW PI White Paper: Master Data Syndication from SAP NW MDM to Backend SAP & Non-SAP Application via SAP NW PI Applies to: SAP NetWeaver Master Data Management 5.5 Server, SAP Process Integration 7.0 Server &

More information

Solutions Implementation Guide

Solutions Implementation Guide Solutions Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Exact Synergy Service Management. User Guide

Exact Synergy Service Management. User Guide Exact Synergy Service Management User Guide Exact Synergy Service Management Despite the continued efforts of Exact to ensure that the information in this document is as complete and up-to-date as possible,

More information

Focused Insights for SAP Solution Manager 7.2

Focused Insights for SAP Solution Manager 7.2 Security Guide Focused Insights for SAP Solution Manager Document Version: 1.5 2018-02-15 ST-OST 200 SP 1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information

New World Technologies, Inc Invoice Importer

New World Technologies, Inc Invoice Importer New World Technologies, Inc Invoice Importer The Invoice Importer is a tool that allows users of QuickBooks Pro, Premier, Accountant's and Enterprise editions 2010 or greater to import Invoices, Sales

More information

Matthias Friedrich, Torsten Sternberg. Change Request Management with SAP. Solution Manager. Bonn Boston

Matthias Friedrich, Torsten Sternberg. Change Request Management with SAP. Solution Manager. Bonn Boston Matthias Friedrich, Torsten Sternberg Change Request Management with SAP Solution Manager Bonn Boston Contents Preface... 11 1 Introduction... 15 1.1 IT Change Management and the Information Technology

More information

SAP Solution Manager. Installation Guide

SAP Solution Manager. Installation Guide SAP Solution Manager Installation Guide Implementation Overview...2 SAP Solution Manager System Infrastructure...2 Technical Requirements for the central SAP Solution Manager system...3 Installation Options...3

More information

Lifecycle Management for SAP BusinessObjects User Guide

Lifecycle Management for SAP BusinessObjects User Guide Lifecycle Management for SAP BusinessObjects User Guide SAP BusinessObjects XI 3.1 Sevice Pack 3 windows Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

EASY HELP DESK REFERENCE GUIDE

EASY HELP DESK REFERENCE GUIDE EASY HELP DESK REFERENCE GUIDE Last Updated: May 18, 2017 Contents Chapter 1: Introduction and Solution Overview... 3 Learning Objectives... 4 Navigation and Tool Bars... 4 Accessing Easy Help Desk in

More information

BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION

BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION BUSINESS PROCESS MANAGEMENT SUITE FUNCTIONAL DESCRIPTION 1 Table of Contents Table of Contents 2 1 Introduction 3 2 System Builder Tools 4 2.1 Model Manager 4 2.2 Template Manager 5 2.3 Header and Footer

More information

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New Oracle Risk Management Cloud Release 13 (updates 18A 18C) What s New TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 18C 4 Revision History 4 Overview 4 Feature Summary 5 Risk Management 8 Common 8 Monitor

More information

FI Financial Accounting: Workflow Scenarios

FI Financial Accounting: Workflow Scenarios FI Financial Accounting: Workflow Scenarios HELP.BCBMTWFMFI Release 4.6B SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form

More information

FI Enhancement Technique How-To-Guide on the Usage of Business Transaction Events (BTE)

FI Enhancement Technique How-To-Guide on the Usage of Business Transaction Events (BTE) SDN Contribution FI Enhancement Technique How-To-Guide on the Usage of Business Transaction Events (BTE) Applies to: SAP 4.6C and Above Summary: This article provides a step-by-step guide on the usage

More information

Dynamics 365 for Field Service - User's Guide

Dynamics 365 for Field Service - User's Guide Dynamics 365 for Field Service - User's Guide 1 Contents Manage your field service operations with Microsoft Dynamics 365 for Field Service...8 Install Microsoft Dynamics 365 for Field Service...9 Install

More information

SAP Business One Financial Consolidation

SAP Business One Financial Consolidation Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.1 2017-03-29 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

PeopleAdmin Navigation Reference Guide

PeopleAdmin Navigation Reference Guide PeopleAdmin Navigation Reference Guide PeopleAdmin Navigation Reference Guide Table of Contents General System Information... 2 System Roles... 3 Non-HR System Roles... 3 How to log-in to PeopleAdmin (PA7)...

More information

IBM TRIRIGA Version Getting Started User Guide

IBM TRIRIGA Version Getting Started User Guide IBM TRIRIGA Version 10.3.1 Getting Started User Guide Note Before using this information and the product it supports, read the information in Notices on page 82. This edition applies to version 10, release

More information

Oracle Talent Management Cloud. What s New in Release 9

Oracle Talent Management Cloud. What s New in Release 9 Oracle Talent Management Cloud What s New in Release 9 30 April 2015 TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 5 Give Us Feedback... 5 RELEASE FEATURE SUMMARY... 6 HCM COMMON FEATURES... 8 HCM

More information

Basic Data (QM-PT-BD)

Basic Data (QM-PT-BD) HELP.QMPTBD Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

TrackITSystem. Facility Manager Documentation Installation and User Guide

TrackITSystem. Facility Manager Documentation Installation and User Guide TrackITSystem Facility Manager Documentation Installation and User Guide Pages 1 to 7 apply to the install and configuration for admins. The user guide begins on page 8 In a browser, go to the installation

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

Further Processing Softproviding Core User Documentation

Further Processing Softproviding Core User Documentation Great ideas are always simple Softproviding simply makes them happen. Further Processing Softproviding Core User Documentation Version: 1.00 Date: 28 June 2017 Release: v2.50 Softproviding AG Riehenring

More information

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 4.0 USER MANUAL Inventory Manager Version: 4.0 Compatibility: Microsoft Dynamics CRM 2016(v8.0) and above TABLE OF CONTENTS Introduction... 1 Benefits of Inventory Manager... 1 Prerequisites... 2 Installation

More information

CETPA INFOTECH PVT. LTD.

CETPA INFOTECH PVT. LTD. CETPA INFOTECH PVT. LTD. CURRICULUM OF SAP - ABAP DURATION: 45 Hours Advanced Business Application & Programming Introduction to SAP Introduction & Overview of SAP SAP modules at a Glance ABAP Dictionary

More information

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide IBM TRIRIGA Application Platform Version 3 Release 4.1 Reporting User Guide Note Before using this information and the product it supports, read the information in Notices on page 166. This edition applies

More information

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits Sage ERP MAS Everything you want to know about Sage ERP MAS Intelligence What is Sage ERP MAS Intelligence? Sage ERP MAS Intelligence (or Intelligence) empowers managers to quickly and easily obtain operations

More information

SC343 Umoja Managing Services of Consultants and Individual Contractors

SC343 Umoja Managing Services of Consultants and Individual Contractors SC343 Umoja Managing Services of Consultants and Individual Contractors Umoja Managing Services of Consultants and Individual Contractors Version 12 Copyright Last Modified: United 17-August-13 Nations

More information

Editing an Existing Account on an Invoice Payment Creating a New Account on an Invoice Payment... 47

Editing an Existing Account on an Invoice Payment Creating a New Account on an Invoice Payment... 47 ebilling User Guide Table of Contents About This Guide Chapter 1 ebilling Basics... 6 Getting Started with ebilling... 6 Logging into ebilling... 6 Working with the ebilling Home Page... 8 Updating Your

More information

Browse the Book. Purchase Requisitions. Table of Contents. Index. The Authors

Browse the Book. Purchase Requisitions. Table of Contents. Index. The Authors First-hand knowledge. Browse the Book This chapter describes the process for creating a new document type for a purchase requisition and assigning a newly defined number range. Next, the chapter covers

More information

Vendor Cloud Platinum Package: Included Capabilities

Vendor Cloud Platinum Package: Included Capabilities Solution Overview Third-Party Risk Management Vendor Cloud Platinum Package: Included Capabilities The Vendor Cloud Platinum package provides the highest level of risk management capabilities, offering

More information

Introduction to IBM Cognos for Consumers. IBM Cognos

Introduction to IBM Cognos for Consumers. IBM Cognos Introduction to IBM Cognos for Consumers IBM Cognos June 2015 This training documentation is the sole property of EKS&H. All rights are reserved. No part of this document may be reproduced. Exception:

More information

A Comprehensive Handbook On Designing A Blueprint

A Comprehensive Handbook On Designing A Blueprint A Comprehensive Handbook On Designing A Blueprint TABLE OF CONTENTS Blueprint - An Overview 4 Designing a Blueprint 6 Part I Defining the Process Flow 6 Part I - Exercise 8 Part II - Configuring Transition

More information

V9 Jobs and Workflow Administrators Guide DOCUMENTATION. Phone: Fax:

V9 Jobs and Workflow Administrators Guide DOCUMENTATION. Phone: Fax: V9 Jobs and Workflow Administrators Guide DOCUMENTATION Phone: 01981 590410 Fax: 01981 590411 E-mail: information@praceng.com CHANGE HISTORY ORIGINAL DOCUMENT AUTHOR: MICHELLE HARRIS DATE: APRIL 2010 AUTHOR

More information

What s New in Cityworks 2014 SP1

What s New in Cityworks 2014 SP1 1 What s New in Cityworks 2014 SP1 Server AMS Server PLL Web Services Designer Storeroom Mobile Other Server AMS Item 5276: Contract and Contractor fields have been added to work order search results.

More information

Getting Started with Prime Network Workflow

Getting Started with Prime Network Workflow 8 CHAPTER Getting Started with Prime Network Workflow This chapter introduces Prime Network Workflow and its concepts and describes the taskflow for creating, testing, deploying, running, and viewing a

More information

Sage ERP Accpac 6.0A. SageCRM 7.1 I Integration Update Notice

Sage ERP Accpac 6.0A. SageCRM 7.1 I Integration Update Notice Sage ERP Accpac 6.0A SageCRM 7.1 I Integration Update Notice 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in

After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in your company. 1 Topics Learn how to build Xcelsius dashboards

More information

Fast Start. prorm Fast Start. User Guide. promx AG Nordring Nuremberg

Fast Start. prorm Fast Start. User Guide. promx AG Nordring Nuremberg Fast Start prorm Fast Start User Guide promx AG Nordring 100 90409 Nuremberg E-Mail: sales@promx.net 2 Table of Contents 1. Introduction 5 1.1 About prorm Fast Start 5 1.2 prorm Fast Start Navigation 5

More information

Solution Manager Content for Dock Appointment Scheduling

Solution Manager Content for Dock Appointment Scheduling Solution Manager Content for Dock Appointment Scheduling PUBLIC Document Version: 2013_SP39 November 8, 2013 Solution Manager Content for Dock Appointment Scheduling 2013_SP39 1 Copyright Copyright 2013

More information

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing What s New in Microsoft Dynamics CRM 4.0 Bryan Nielson Director, Product Marketing Session Agenda Introduction Dynamics CRM 4.0 Feature Areas Use Design Report Data Manage Deploy Develop Demo In Conclusion

More information

Fast Start. prorm Fast Start. User Guide. promx GmbH Nordring Nuremberg

Fast Start. prorm Fast Start. User Guide. promx GmbH Nordring Nuremberg Fast Start prorm Fast Start User Guide promx GmbH Nordring 100 90409 Nuremberg E-Mail: sales@promx.net 2 Table of Contents 1. Introduction 5 1.1 About prorm Fast Start 5 1.2 prorm Fast Start Navigation

More information

Date: 20 th June Sequence 8.1 Release Notes

Date: 20 th June Sequence 8.1 Release Notes Date: 20 th June 2016 Sequence 8.1 Release Notes 2016 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorization of PNMsoft. PNMsoft

More information

RESOLV THIRD PARTY MANAGEMENT (3PL)

RESOLV THIRD PARTY MANAGEMENT (3PL) RESOLV THIRD PARTY MANAGEMENT (3PL) USER MANUAL Version 9.2 for Desktop HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2012-2016 by Achieve IT Solutions These materials are subject to change without

More information

Product Portfolio Management User Guide Release 9.3.5

Product Portfolio Management User Guide Release 9.3.5 [1]Oracle Agile Product Lifecycle Management Product Portfolio Management User Guide Release 9.3.5 E52152-02 December 2016 Product Portfolio Management User Guide, Release 9.3.5. E52152-02 Copyright 2013,

More information

DATABASICS Time User s Guide v3.1

DATABASICS Time User s Guide v3.1 DATABASICS Time User s Guide v3.1 A Guide to CALIBRE s Time Reporting Website July 2016 CALIBRE 6354 Walker Lane, Suite 300 Alexandria VA 22310 1 Table of Contents Before You Get Started... 3 Accessing

More information

Industrial IT System 800xA Engineering

Industrial IT System 800xA Engineering Industrial IT System 800xA Engineering Overview Features and Benefits Integrated Engineering Environment Supports the engineering of the entire extended automation system - from field device to plant management

More information

This tutorial helps you to learn all the fundamentals of Talend tool for data integration and big data with examples.

This tutorial helps you to learn all the fundamentals of Talend tool for data integration and big data with examples. i About the Tutorial Talend is an ETL tool for Data Integration. It provides software solutions for data preparation, data quality, data integration, application integration, data management and big data.

More information