0% found this document useful (0 votes)
81 views1 page

How To Create A Basic SAP Business Workflow-2: Demo Example: Processing A Notification of Absence (BC-BMT-WFM)

This document describes how to create basic SAP business workflows. It discusses tasks, object types, and objects. Tasks refer to business activities and can be automatically executable background tasks or require a user to execute. Object types describe the data used in workflows, with attributes and methods. Events trigger workflow starts. The business object repository provides object types from SAP systems. A demo workflow is described for processing employee absence notifications, with the employee entering leave, their supervisor approving or rejecting it, and notifications being sent.

Uploaded by

amaya100100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views1 page

How To Create A Basic SAP Business Workflow-2: Demo Example: Processing A Notification of Absence (BC-BMT-WFM)

This document describes how to create basic SAP business workflows. It discusses tasks, object types, and objects. Tasks refer to business activities and can be automatically executable background tasks or require a user to execute. Object types describe the data used in workflows, with attributes and methods. Events trigger workflow starts. The business object repository provides object types from SAP systems. A demo workflow is described for processing employee absence notifications, with the employee entering leave, their supervisor approving or rejecting it, and notifications being sent.

Uploaded by

amaya100100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to Create a Basic SAP Business Workflow-2

Tasks
Tasks describe elementary business activities. Tasks always refer to a method of an object type. Possible
agents are defined for tasks. Tasks can refer to automatically executable methods (background tasks) or
they can need a user to execute them (dialog tasks).

Object types and objects


An object type describes the data with which you want to work in a workflow, for example the object type
Material . An object is an individual data record of an object type. Attributes are defined for an object
type, which make up its data record (for example, material name or material number). Each object type
has methods, in which activities are defined, which can be executed with the data (for example, create
material). The transactions and functions of the R/3 System can be called in a method as can your own
transactions or other applications. The last important component of an object type are its events. These
describe the status changes that an object can undergo (for example, material deleted or material
changed). A workflow can be started by an event of this kind being triggered.
The Business Object Repository provides an overview of all object types in the R/3 System. You can use
or extend the existing object types as well as create new object types.

Demo Example: Processing a Notification of Absence


(BC-BMT-WFM)
Purpose
This workflow template demonstrates how to process a notification of absence.
It can be used as an example for demonstrating SAP Business Workflow functions, and is
particularly suitable for training courses.

Process Flow
An employee enters a notification of absence (leave request) in the R/3 System by filling out the
relevant input template.
The direct superior of the employee is responsible for approving or rejecting the notification of absence.
The R/3 System determines the direct superior automatically on the basis of the organizational plan
maintained.
If the request is approved the creator is notified by mail:
If the request is not approved, the creator is informed and can decide whether to withdraw the
notification of absence or revise it. If the superior has given reasons for the rejection in an

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy