module 2: process innovation - archive€¦ · module 2: process innovation. process innovation...

25
Enterprise SOA Experience Workshop Module 2: Process Innovation

Upload: others

Post on 24-Jul-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

Enterprise SOA Experience WorkshopModule 2: Process Innovation

Page 2: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Disclaimer

This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license agreement or any other agreement with SAP. SAP has no obligation to pursue any course of business outlined in this presentation or to develop or release any functionality mentioned in this presentation. This presentation and SAP's strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP intentionally or grossly negligent.

Page 3: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Module 2:Process Innovation

© SAP 2007 / Page 3

ProcessInnovation

ProcessComposition

ServiceProvisioning

ServicesDiscovery

enterprise SOA Operations

enterprise SOA Lifecycle Management

ServiceConsumption

MediatingServices

Page 4: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 4

Target:

Understand the basics of the Business Process Modeling Notation (BPMN)

Understand the concept and the usage of the Process Composer of SAP NetWeaver BPM

Understand the Advantages of Business Rules

Understand the basics of Rule Modeling within SAP NetWeaver Business Rules Management

Module 2:Process Innovation

Page 5: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 5

1. Business Process Modeling Notation (BPMN)

2. The Investment Approval Process

3. Business Rules

4. Summary

Agenda

Page 6: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Introduction to BPMN

© SAP 2007 / Page 6

“The primary goal of BPMN is to provide a notation that is readily understandable by all business users, from the business analysts that create the initial drafts of the processes, to the technical developers responsible for implementing the technology that will perform those processes, and finally, to the business people who will manage and monitor those processes. Thus, BPMN creates a standardized bridge for the gap between the business process design and process implementation.”

OMG, BPMN 1.1 Specification

!

First published in 2002

Official standard of the Object Management Group (OMG) since 2006

Current Version: BPMN 1.1

Page 7: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 7

Business Process Modeling Notation –Sequence Flow Overview

Activity

Gateway

Event

Activity:A step in the processRepresents work or action performed

Gateway:Controlles flow branching, merging and parallel actions Pure logic – does not do the decision itself

Event:A signal that „something has happened“ Can start, pause and resume or interrupt and redirect

a process or activity

Page 8: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 8

Business Process Modeling Notation -Activities

HumanActivity

AutomatedActivity

Sub-Process

Human Activity:Activity that has to be processed by a natural Person

Automated Activity:Activity that is processed by a system

Sub-Process:A compound (decomposable) Activity that holds a sub-

process modeled with BPMN – can be shown collapsed or expanded

Page 9: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 9

Business Process Modeling Notation -Gateways

Exclusive Choice:Only one path can be takenEach Gate has a boolean data expression

Parallel Split (also AND gateway):Splits sequence flow in parallel stream

Event based Choice:Only one path can be takenDecision is based on events, not data condition

Uncontrolled Merge:Merge exclusive alternative incoming sequence flows

to one outgoing sequence flow

Parallel Join:Merge parallel alternative incoming sequence flows to

one outgoing sequence flow

Page 10: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 10

Business Process Modeling Notation –Events

Start Event:Creates new process instance or indicates start of a sub-process

Intermediate Timer Event:pause the sequence flow of a process or a sub-process

for/until a specific time

Intermediate Message Event:Wait for and receive a message

Intermediate Error:Aborts activity on error

End Event:Ends a sequence flow in a process or a sub-process

Termination:Stop the process or sub-process immediately

Page 11: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 11

Business Process Modeling Notation -Orchestration and Choreography

Pool:A Pool contains a single „BPMN- Process“A sequence flow is constrained in exactly one poolA Process diagramm may contain several poolsDifferentiation between „active“ and „inactive“ (descriptive) poolsOnly one active pool per modelA pool generally represents a logical collection of roles,

organizational units and systems

Lane:A pool may be divided into lanesA lane generally represents a role or an organizational unit

Orchestration:Modeling a process flow of control in a single

internal (active) poolRepresentation as sequence flow

Choreography:Modeling interaction between pools (not flow of

control!)Representation as message flow

Page 12: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 12

1. Business Process Modeling Notation (BPMN) – Sequence Flow

2. The Investment Approval Process

3. Business Rules

4. Summary

Agenda

Page 13: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

eSOA experience Workshop

© SAP 2007 / Page 13

Business Rule Web Service:Modelling the decision table –

SAP NetWeaver BRM

Process Model:Modeling the Process – SAP

NetWeaver BPMBusiness ProcessExpert

Business ProcessExpert

Page 14: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Investment Approval Process

© SAP 2007 / Page 14

Investment Approval Process in BPMN:

Two Pools:one internal (active) pool (own company)one external (inactive) pool (supplier)

Four Lanes within internal pool:one lane for purchase requester roleone lane for external IT equipment prov.one lane for purchase approver roleone lane for purchasing system

Five Human Activities:enter requirements (Requester)derive product from requirements (IT eq.

prov.)review purchase request (Approver)review Approver‘s decision (Requester)view PO confirmation (Requester)

Two data inductive (automated) Activitiescreate purchase ordersave change history

Two data inductive (automated) Activitiescheck necessity of Approval

Page 15: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Process Server

ProcessComposer

ProcessDesk

ProcessDesk

Modeling the process inSAP NetWeaver BPM

© SAP 2007 / Page 15

Graphical modeler based on BPMNEclipse-basedSupport key process concepts (workflow, event, task, context, roles, UI) throughout their lifecycleCombine human interaction and system integration in one model

Embedded in SAP NetWeaver CEIntegrated composition experienceCommon UI technologyService-based connectivity

Page 16: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

- Modeling the process -

© SAP 2007 / Page 16

Process innovation

(SAP NetWeaver CE, BPM,

BRM)

Service Discovery

(ES Workplace,

Services Registry)

Service Modeling and

Design(ESR)

Service Implementation

(ABAP/ SAP NetWeaver CE

for JAVA)

Service Publishing

(ABAP/ SAP NetWeaver for

JAVA/ external)

Consuming (Enterprise)

Services(SAP

NetWeaver CE)

Process Composition

(SAP NetWeaver CE

& BPM)DEMO

Process Composer (NWDS)

Page 17: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 17

1. Business Process Modeling Notation (BPMN) – Sequence Flow

2. The Investment Approval Process

3. Business Rules

4. Summary

Agenda

Page 18: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Business Rules Overview

© SAP 2007 / Page 18

What are business rules?Business rules represent the policies, guidelines that drive operational business decisionsBusiness rules are owned by Business, not by IT

Common Kinds of Business Rules: Validation Rules Claim Validation, Loan Application Validation

Rate Calculation Rules Computation of Taxes, Interest Rates, Sales Commissions, Premiums, Bonuses, Duties

Decision Rules Is Applicant Eligible for a Loan ProductCan this good be cleared by Customs?

Recommendation Rules Marketing Promotions, Medical Recommendations, Online Product Chooser

Personalization Rules Website Personalization, Product Personalization , Relationship Personalization

Internationalization and Localization Rules

International Products e.g. Maintaining similar Insurance products across countriesCross border Custom Duties

Exceptions and Special Rules Exceptions, Special Accounts , Special Arrangements, etc.

Optimization and Configuration Rules

Product Configuration, Deal Configuration

Page 19: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

SAP NetWeaver Business Rules Management (BRM)

© SAP 2007 / Page 19

Why Business Rules Management?Management and monitoring of rules is a critical component of BPM Externalize business rules from application code Encapsulate rules as re-usable services Increases flexibility, efficiency and control Serving business and IT

Why NetWeaver BRM?Robust tool for central business rules managementIntegrated path from process to rulePerfect fit into SAP NetWeaverComposition EnvironmentEclipse based rule composition

Many Ways to Model RulesModel Rules in the Context of a Business Process using the Process ComposerModel rules as an independent rules project using the Rules Composer

Many Ways to IntegrateUse Rules through an Automated ActivityModel Functions driven by Business RulesUse rules based mapping transformations in a processUse rules based functions for Gateway decisions

Rules Engine

RulesComposer

ProcessDeskRules

Management

Page 20: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Investment Approval Process:Rule: Necessity for Approval

© SAP 2007 / Page 20

Requirement: Automated decision if an approval for the purchase order is needed or not based on the amount of the order and the country of the requestor

Rule Logic:1.: Check the country of the requestor

2.: Based on the country of the requestor:Check if the order amount is below or above a country specific max. value

if it is below: Return „false“if it is above: Return „true“

This rule is a company wide defined business rule that should be used for EVERY purchase order in every possible scenario.Therefore this rule should not be a direct part of this specific process. Instead it should be exposed as a reusable component.

Page 21: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

- Modeling a Business Rule -

© SAP 2007 / Page 21

Process innovation

(SAP NetWeaver CE, BPM,

BRM)

Service Discovery

(ES Workplace,

Services Registry)

Service Modeling and

Design(ESR)

Service Implementation

(ABAP/ SAP NetWeaver CE

for JAVA)

Service Publishing

(ABAP/ SAP NetWeaver for

JAVA/ external)

Consuming (Enterprise)

Services(SAP

NetWeaver CE)

Process Composition

(SAP NetWeaver CE

& BPM)DEMO

Rules Composer (NWDS)

Page 22: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 22

1. Business Process Modeling Notation (BPMN) – Sequence Flow

2. The Investment Approval Process

3. Business Rules

4. Summary

Agenda

Page 23: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Summary

© SAP 2007 / Page 23

Business Process Modeling Notation is an easy way of modeling Business Processes from different perspectives (Business/IT)

The Process Composer of SAP NetWeaver BPM offers a very fast and easy possibility to create detailed process models

Business Rules are important and often needed elements within business processes

SAP NetWeaver Business Rules Management (BRM) offers an easy and integrated way to model Business Rules, without hardcoding – securing reusability of rules

Page 24: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

© SAP 2007 / Page 24

Thank you!

Page 25: Module 2: Process Innovation - Archive€¦ · Module 2: Process Innovation. Process Innovation Disclaimer. This presentation outlines our general product direction and should not

ProcessInnovation

Copyright 2008 SAP AGAll Rights Reserved

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.

Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.

SAP, R/3, xApps, xApp, SAP NetWeaver, Duet, SAP Business ByDesign, ByDesign, PartnerEdge and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned and associated logos displayed are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

The information in this document is proprietary to SAP. No part of this document may be reproduced, copied, or transmitted in any form or for any purpose without the express prior written permission of SAP AG. This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains only intended strategies, developments, and functionalities of the SAP® product and is not intended to be binding upon SAP to any particular course of business, product strategy, and/or development. Please note that this document is subject to change and may be changed by SAP at any time without notice. SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, or other items contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.

SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This limitation shall not apply in cases of intent or gross negligence.

The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages.

Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden.

Einige von der SAP AG und deren Vertriebspartnern vertriebene Softwareprodukte können Softwarekomponenten umfassen, die Eigentum anderer Softwarehersteller sind.

SAP, R/3, xApps, xApp, SAP NetWeaver, Duet, SAP Business ByDesign, ByDesign, PartnerEdge und andere in diesem Dokument erwähnte SAP-Produkte und Services sowie die dazugehörigen Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und in mehreren anderen Ländern weltweit. Alle anderen in diesem Dokument erwähnten Namen von Produkten und Services sowie die damit verbundenen Firmenlogos sind Marken der jeweiligen Unternehmen. Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen.

Die in dieser Publikation enthaltene Information ist Eigentum der SAP. Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, nur mit ausdrücklicher schriftlicher Genehmigung durch SAP AG gestattet. Bei dieser Publikation handelt es sich um eine vorläufige Version, die nicht Ihrem gültigen Lizenzvertrag oder anderen Vereinbarungen mit SAP unterliegt. Diese Publikation enthält nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP®-Produkts. SAP entsteht aus dieser Publikation keine Verpflichtung zu einer bestimmten Geschäfts- oder Produktstrategie und/oder bestimmten Entwicklungen. Diese Publikation kann von SAP jederzeit ohne vorherige Ankündigung geändert werden.

SAP übernimmt keine Haftung für Fehler oder Auslassungen in dieser Publikation. Des Weiteren übernimmt SAP keine Garantie für die Exaktheit oder Vollständigkeit der Informationen, Texte, Grafiken, Links und sonstigen in dieser Publikation enthaltenen Elementen. Diese Publikation wird ohne jegliche Gewähr, weder ausdrücklich noch stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zweck sowie für die Gewährleistung der Nichtverletzung geltenden Rechts. SAP haftet nicht für entstandene Schäden. Dies gilt u. a. und uneingeschränkt für konkrete, besondere und mittelbare Schäden oder Folgeschäden, die aus der Nutzung dieser Materialien entstehen können. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit.

Die gesetzliche Haftung bei Personenschäden oder Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinks zugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen über Internetseiten Dritter ab.

Alle Rechte vorbehalten.