Lecture 2 Process Modeling I

Size: px
Start display at page:

Download "Lecture 2 Process Modeling I"

Transcription

1 MTAT Business Process Management Lecture 2 Process Modeling I Marlon Dumas marlon.dumas ät ut. ee 1

2 Business Process Lifecycle

3 1. Introduction 2. Process Identification 3. Essential Process Modeling 4. Advanced Process Modeling 5. Process Discovery 6. Qualitative Process Analysis 7. Quantitative Process Analysis 8. Process Redesign 9. Process Automation 10. Process Intelligence

4 Purposes of process modeling Communication Documentation Analysis (e.g. simulation) Process identification Process architecture Conceptual Conformance and performance insights Process discovery As- is process model Executable Process monitoring and controlling Process analysis Executable process model Insights on weaknesses and their impact Automation Testing Process implementation To- be process model Process redesign Conceptual 4

5 Business Process Model and Nota6on (BPMN) OMG standard (nowadays BPMN 2.0) Supported by numerous tools: bpmn.org lists over 70 tools Both for conceptual and executable models

6 BPMN from 10,000 miles A BPMN process model is a graph consis6ng of four types of core elements: activity event gateway sequence flow

7 Let s start modeling Order- to- cash A typical order- to- cash process is triggered by the receipt of a purchase order from a customer. The purchase order has to be checked against the stock regarding the availability of the item(s) requested. Depending on stock availability the purchase order may be confirmed or rejected. If the purchase order is confirmed, an invoice is emised and the goods requested are shipped. The process completes by archiving the order or if the order is rejected.

8 BPMN Model Order- to- cash Purchase order received start event activity Check stock availability Items not in stock Items in stock Reject order Order rejected split gateway Confirm order end event Emit invoice Ship goods Archive order end event Order fulfilled Event: noun + past- par6ciple verb (e.g. insurance claim lodged) Naming conven9ons Ac6vity: verb + noun (e.g. assess credit risk) 8

9 Process model vs process instances The token game Order #1 Order #2 Order #3 Purchase order received Check stock availability Items not in stock Items in stock Reject order Confirm order Order rejected Emit invoice Ship goods Archive order Order fulfilled 9

10 A lisle bit more on events A start event triggers a new process instance by genera6ng a token that traverses the sequence flow ( tokens source ) start event An end event signals that a process instance has completed with a given outcome by consuming a token ( tokens sink ) end event 10

11 Order- to- cash example revisited [ ] If the purchase order is confirmed, an invoice is emi:ed and the goods requested are shipped (in any order). The process completes by archiving the order. [ ] Purchase order received Check stock availability Items not in stock Items in stock Reject order Confirm order Order rejected Emit invoice Ship goods Archive order Order fulfilled 11

12 First try Order- to- cash Purchase order received Check stock availability Items not in stock Items in stock Reject order split Confirm order split Order rejected Emit invoice Emit invoice Ship goods Ship goods join Archive order Order fulfilled 12

13 A lisle more on gateways: XOR Gateway condition An XOR Gateway captures decision points (XORsplit) and points where alternative flows are merged (XOR-join) XOR- split è takes one outgoing branch condition XOR- join è proceeds when one incoming branch has completed 13

14 Example: XOR Gateway Invoice checking process 5

15 A lisle more on gateways: AND Gateway An AND Gateway provides a mechanism to create and synchronize parallel flows. AND- split è takes all outgoing branches AND- join è proceeds when all incoming branches have completed 15

16 Example: AND Gateway Airport security check 16

17 Revised order- to- cash process model Items not in stock Reject order Order rejected Check stock availability XOR-split Send invoice Purchase order received Items in stock Confirm order AND-split AND-join Archive order Order fulfilled Ship goods 17

18 Between XOR and AND Order distribu9on process A company has two warehouses that store different products: Amsterdam and Hamburg. When an order is received, it is distributed across these warehouses: if some of the relevant products are maintained in Amsterdam, a sub- order is sent there; likewise, if some relevant products are maintained in Hamburg, a sub- order is sent there. Agerwards, the order is registered and the process completes. 18

19 Solu6on 1 Order distribu9on process XOR-split XOR-join AND-split AND-join 19

20 Solu6on 2 Order distribu9on process AND-split AND-join XOR-split XOR-join 20

21 OR Gateway An OR Gateway provides a mechanism to create and synchronize n out of m parallel flows. cond 1 cond n OR- split è takes one or more branches depending on condi6ons OR- join è proceeds when all ac9ve incoming branches have completed 21

22 Solu6on using OR Gateway Order distribu9on process 22

23 What join type do we need here? 23

24 Beware: Beginner s Mistake

25 Guidelines: Naming Conventions 1. Give a name to every event and task 2. For tasks: verb followed by business object name and possibly complement Issue Driver Licence, Renew Licence via Agency 3. For message events: object + past participle Invoice received, Claim settled 4. Avoid generic verbs such as Handle, Record 5. Label each XOR-split with a condition Policy is invalid, Claim is inadmissible

26 Poll: Which model do you prefer?!"#$%&"'&($) *+,"&-),+*$'./0#%"1#) 2"%&"/&'&#3 45$1&63) &-#$7%"#$*) 08/030#$, 9$-$%"#$) 0&7-&6&1"-#) 5"#:0 9$-$%"#$) +5#&,"')5"#:) 1+,/&-"#&+- 4$'$1#)6&%0#) 08/030#$, ;&<)+5#&,"') 5"#:) 5"%",$#$%0 =:++0$) -$<#) 08/030#$, 9$-$%"#$) %$5+%#!"#$%&'$"()*$&+',$"-. /", '+!"#$%&"'&($) *+,"&-),+*$'./0#%"1#) 2"%&"/&'&#3 45$1&63) &-#$7%"#$*) 08/030#$, 9$-$%"#$) 0&7-&6&1"-#) 5"#:0 9$-$%"#$) +5#&,"')5"#:) 1+,/&-"#&+- 4$'$1#)6&%0#) 08/030#$, ;&<)+5#&,"') 5"#:) 5"%",$#$%0 =:++0$) -$<#) 08/030#$, 9$-$%"#$) %$5+%#!"#$%&'$"()*$&+',$"-. /", '+./0#%"1#) 2"%&"/&'&#3 45$1&63) &-#$7%"#$*) 08/030#$,

27 One more guideline Model in blocks Pair up each AND-split with an AND-join and each XOR-split with a XORjoin, whenever possible Exception: sometimes a XOS-split leads to two end events different outcomes (cf. order management example)

28 Rework and repe66on Address ministerial correspondence In the minister s office, when a ministerial inquiry has been received, it is registered into the system. Then the inquiry is inves6gated so that a ministerial response can be prepared. The finaliza6on of a response includes the prepara6on of the response itself by the cabinet officer and the review of the response by the principal registrar. If the registrar does not approve the response, the laser needs to be prepared again by the cabinet officer for review. The process finishes only once the response has been approved. XOR-join: entry point XOR-split: exit point 28

29 Quick Note: Implicit vs. explicit gateways A A C = C B B B B A = A C C 29

30 What s this process doing? New mail arrived New arrived Collect mail Sort mail Register mail Check mail for compliance Acceptable Not acceptable Compile document requisition Capture matter details Document requisition compiled Prepare document response Document response prepared Pay fee Capture party details Print physical file Physical file printed 30

31 What s wrong with this model? How to fix it? X

32 Informa6on Ar6facts 32

33 Process Modelling Viewpoints Organization Who? Lanes & Pools What? Tasks Events When? Flows Gateways Which? Data / Materials Data Objects, Stores

34 Organiza6onal Elements in BPMN Pools & Lanes Pool Captures a resource class. Generally used to model a business party (e.g. a whole company) Pool Lane A resource sub-class within a pool. Generally used to model departments (e.g. shipping, finance), internal roles (e.g. Manager, Associate), software systems (e.g. ERP, CRM) Lane Pool Lane Lane Lane 34

35 Order- to- cash process with lanes

36 Message Flow A Message Flow represents a flow of information between two process parties (Pools) Message A Message Flow can connect: directly to the boundary of a Pool è captures an informative message to/from that party to a specific activity or event within that Pool è captures a message that triggers a specific activity/event within that party Pool 2 Pool 2 Receive Pool 1 Send Receive Pool 1 Send 36

37 Order- to- cash process with a black- box customer pool 37

38 Pools, Lanes and Flows: syntac6c rules 1. The Sequence Flow cannot cross the boundaries of a Pool 2. Both Sequence Flow and Message Flow can cross the boundaries of Lanes 3. A Message Flow cannot connect two flow elements within the same pool

39 Process Modelling Viewpoints Data / Materials Which? Data Objects, Stores

40 Order- to- cash process, again Send invoice Purchase order received Check stock availability Items in stock Items not in stock Reject order Confirm order Ship goods Archive order Order fulfilled Order rejected The purchase order document serves as an input to the stock availability check. Based on the outcome of this check, the status of the document is updated, either to approved or rejected. If the order is approved, an invoice and a shipment no6ce are produced. 40

41 Model with informa6on ar6facts Purchase Order Purchase Order [checked] Purchase Order Send invoice Invoice Purchase Order Purchase order received Warehouse DB Check stock availability Items in stock Items not in stock Reject order Confirm order Order rejected Purchase Order Ship goods Shipment notice Archive order Orders DB Order fulfilled Purchase Order [rejected] Purchase Order [approved] 41

42 BPMN Informa6on Ar6facts Purchase order Invoice A Data Object captures an ar6fact required (input) or produced (output) by an ac6vity. Can be physical or electronic Emit invoice Oracle CRM Retrieve client information Client info A Data Store is a place containing data objects that must be persisted beyond the dura6on of a process instance. It is used by an ac6vity to store (as output) or retrieve (as input) data objects. 42

43 Quick Note: BPMN Text Annota6ons A Text Annota;on is a mechanism to provide addi6onal text informa6on to the model reader Doesn t affect the flow of tokens through the process Includes packaging For blocked invoices Ship goods Clear vendor line items 43

44 BPMN Poster (link in Readings page) 44

Lecture 3 Process Modeling I

Lecture 3 Process Modeling I MTAT.03.231 Business Process Management Lecture 3 Process Modeling I Marlon Dumas marlon.dumas ät ut. ee 1 Business Process Lifecycle 1. Introduction 2. Process Identification 3. Essential Process Modeling

More information

Functional Area Systems Accounting Transaction Systems

Functional Area Systems Accounting Transaction Systems ACS-1803 Introduction to Information Systems Instructor: Kerry Augustine Functional Area Systems Accounting Transaction Systems Lecture Outline 4, Part 1 ACS-1803 Introduction to Information Systems Functional

More information

1/22/2018. Functional Area Systems Accounting Transaction Systems. Functional Area Information Systems

1/22/2018. Functional Area Systems Accounting Transaction Systems. Functional Area Information Systems ACS-1803 Introduction to Information Systems Instructor: Kerry Augustine Functional Area Systems Transaction Systems Lecture Outline 4, Part 1 ACS-1803 Introduction to Information Systems Functional Area

More information

BPMN Guide Quick Start. by Bizagi BPM

BPMN Guide Quick Start. by Bizagi BPM BPMN Guide Quick Start by Bizagi BPM Recruitment and Selection 1 Table of Contents Scope... 2 BPMN 2.0 Business Process Modeling Notation... 2 Why Is It Important To Model With BPMN?... 2 Introduction

More information

Business Process Management (BPM) Day 1: Introduction to BPM & BPMN

Business Process Management (BPM) Day 1: Introduction to BPM & BPMN Business Process Management (BPM) Day 1: Introduction to BPM & BPMN Vambola Leping vambola.leping ät ut. ee (invited lecturer: Marlon Dumas) Tallinn University, invited lecture 2009 Course Objective The

More information

THE BPMN GRAPHIC HANDBOOK

THE BPMN GRAPHIC HANDBOOK THE BPMN GRAPHIC HANDBOOK Copyright 2015 by Esteban Herrera All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means including photocopying, recording,

More information

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

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Update Notice Sage ERP Accpac 6.0A SageCRM 7.0 I Integration Update Notice 2010 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

Business Process Modeling Information Systems in Industry ( )

Business Process Modeling Information Systems in Industry ( ) Business Process Modeling Information Systems in Industry (372-1-4207 ) Arnon Sturm The material of this presentation is adopted from various people including:, Pnina Soffer, Iris Reinhartz-Berger 1 Outline

More information

Business Process Monitoring and Mining

Business Process Monitoring and Mining Business Process Monitoring and Mining Marlon Dumas University of Tartu, Estonia marlon.dumas@ut.ee Application Areas of Business Analytics CRM Customer Relationship Management BPM and ERP Business Process

More information

Chapter 7. Process Analysis and Diagramming

Chapter 7. Process Analysis and Diagramming Chapter 7 Process Analysis and Diagramming Chapter 5 introduced the concept of business process composition as an aspect of process design. But how can you recognize a process in a description of some

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

Material available on web at

Material available on web at Material available on web at http://gtumcain.wordpress.com Major topics Modules of ERP Human Resources Management Financial Management Inventory Management Quality Management Sales and Distribution (Murlidhar

More information

Sage Accpac ERP Integration with SageCRM 6.1

Sage Accpac ERP Integration with SageCRM 6.1 SAGE ACCPAC Sage Accpac ERP Sage Accpac ERP Integration with SageCRM 6.1 Update Notice 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and

More information

Object-Oriented Analysis/Design and Use Cases Object Oriented Analysis and Design

Object-Oriented Analysis/Design and Use Cases Object Oriented Analysis and Design Object-Oriented Analysis/Design and Use Cases Object Oriented Analysis and Design Aron Trauring T++ Technical Skills Training Program CUNY Institute for Software Design & Development (CISDD) New York Software

More information

Quick Start Guide. Universal Traffic Service, Inc. Universal Solutions for Supply Chain Management Service Control Solutions

Quick Start Guide. Universal Traffic Service, Inc. Universal Solutions for Supply Chain Management Service Control Solutions Quick Start Guide for myuts, our suite of online supply chain management tools Version 02-21-2018 Universal Traffic Service, Inc. Universal Solutions for Supply Chain Management Service Control Solutions

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Acumatica - Magento Connector Connector Version: 2.2 Supported Acumatica Version: 6.0 Supported Magento Versions: CE 2.1.X and EE 2.1.X Kensium Solutions PHONE 877 KENSIUM (536

More information

Activant Prelude. Entering Vendor Claims and Warranty Replacements

Activant Prelude. Entering Vendor Claims and Warranty Replacements Activant Prelude Entering Vendor Claims and Warranty Replacements This class is designed for Purchasing agents Operations managers Administration Management Anyone who handles vendor returns Objectives

More information

Sage 300 ERP Sage CRM 7.1 Integration Upgrade Guide

Sage 300 ERP Sage CRM 7.1 Integration Upgrade Guide Sage 300 ERP 2012 Sage CRM 7.1 Integration Upgrade Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the

More information

Welcome to the topic on warehouses.

Welcome to the topic on warehouses. Welcome to the topic on warehouses. In this topic, we will discuss the importance of warehouses in the business processes. We will create a warehouse and view the available options. We take a quick look

More information

Product Oracle FLEXCUBE Universal Banking Release [April] [2014] Oracle Part Number E

Product Oracle FLEXCUBE Universal Banking Release [April] [2014] Oracle Part Number E Product Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Table of Contents Product 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE...

More information

Welcome to the topic on purchasing items.

Welcome to the topic on purchasing items. Welcome to the topic on purchasing items. 1 In this topic, we will perform the basic steps for purchasing items. As we go through the process, we will explain the consequences of each process step on inventory

More information

PRODUCT COMPLAINTS MANAGEMENT. Infosys Handbook For Life Sciences

PRODUCT COMPLAINTS MANAGEMENT. Infosys Handbook For Life Sciences PRODUCT COMPLAINTS MANAGEMENT Infosys Handbook For Life Sciences Table of Contents Introduction 3 Infosys Point of View 4 Success Story - Complaint management for one of the world s top 5 bio-pharmaceutical

More information

Welcome to the introduction of the Intercompany Integration Solution for SAP Business One. In this course, we present the highlights of the basic

Welcome to the introduction of the Intercompany Integration Solution for SAP Business One. In this course, we present the highlights of the basic Welcome to the introduction of the Intercompany Integration Solution for SAP Business One. In this course, we present the highlights of the basic process for our solution for intercompany integration.

More information

Oracle Network Logistics

Oracle Network Logistics Oracle Network Logistics Concepts and Procedures Release 11i August, 2000 Part No. A86278-01 Oracle Network Logistics Concepts and Procedures, Release 11i Part No. A86278-01 Copyright 1996, 2000, Oracle

More information

Getting Started With SellerEngine Plus for FBA

Getting Started With SellerEngine Plus for FBA Getting Started With SellerEngine Plus for FBA New SellerEngine Plus users, please visit the Getting Started Guide for a quick start guide to logging in and getting familiar with SellerEngine Plus. If

More information

BPM & BPEL. Author : Arun Pareek March 2010

BPM & BPEL. Author : Arun Pareek March 2010 BPM & BPEL Author : Arun Pareek March 2010 Agenda Overview of BPM discipline Types of processes Standards, Tools & Roles Overview of BPEL Key Differences - BPM & BPEL Case study of Order-to-Cash process

More information

Lecture 2 Process Identification

Lecture 2 Process Identification MTAT.03.231 Business Process Lecture 2 Process Identification Marlon Dumas marlon.dumas ät ut. ee 1 Course structure Week 2 Weeks 3-4 Weeks 12-14 Strategy Governance Weeks 5-7 Culture Weeks 10-11 Weeks

More information

Integration Messaging Patterns & Best Practices Force.com

Integration Messaging Patterns & Best Practices Force.com Integration Messaging Patterns & Best Practices Force.com Jon Collins Director, SaaS, Apps Associates LLC 25 June 2015 Copyright 2015. Apps Associates LLC. 1 Presenter Jon Collins Certifications Salesforce

More information

Case description. SIF 8035 Informasjonssystemer Våren Øving 6 SAP. Innlevering: Fredag 6. april

Case description. SIF 8035 Informasjonssystemer Våren Øving 6 SAP. Innlevering: Fredag 6. april SIF 8035 Informasjonssystemer Våren 2001 Øving 6 SAP Innlevering: Fredag 6. april Case description The company IDES AG is a German-based car producer, which buys car parts (bumpers) from BMW and Volkswagen.

More information

mini-pos Daily receipts can be accumulated by user, cash drawer, or store. Reconciliation of the receipts can be reported.

mini-pos Daily receipts can be accumulated by user, cash drawer, or store. Reconciliation of the receipts can be reported. mini-pos The Mini-POS Granule adds the ability to capture customer payments on Sales Documents. This can be run in Real Time or After the Fact. Payment entry is designed to be quick and easy. You simply

More information

New generation of Operational Lease Management

New generation of Operational Lease Management LeaseProXL New generation of Operational Lease Management Gain a major competitive advantage If you want to drive and inspire your organization, then create a proactive atmosphere by dealing with challenges

More information

MANUFACTURING ERP SOFTWARE BUYERS GUIDE

MANUFACTURING ERP SOFTWARE BUYERS GUIDE JobBOSS. Shop management solutions. MANUFACTURING ERP SOFTWARE BUYERS GUIDE A guide to selecting the right shop management system. jobboss.com 2 MANUFACTURING ERP SOFTWARE BUYERS GUIDE CHOOSING THE RIGHT

More information

CRM-CPQ-ERP. Considering the interactions of Configure-Price-Quote, Quote-to-Cash and Order Management Solutions

CRM-CPQ-ERP. Considering the interactions of Configure-Price-Quote, Quote-to-Cash and Order Management Solutions CRM-CPQ-ERP Considering the interactions of Configure-Price-Quote, Quote-to-Cash and Order Management Solutions Novus CPQ Consulting, Inc 1st Edition - January 2018 CRM-CPQ-ERP ebook Page 1! of 25!! Considering

More information

Links Modular Solutions Version Release Notes

Links Modular Solutions Version Release Notes Links Modular Solutions Version 9.9.7 Release Notes Prepared by: Andrew Preston Quality Assurance Officer August 2012 1 Table of Contents Overview... 5 POS Changes... 6 Ability to input Client, Customer

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : MB7-223 Title : Navision 4.0 Warehouse Management Vendors : Microsoft Version

More information

Sage Accpac ERP 5.6A What's New (Extracted Version)

Sage Accpac ERP 5.6A What's New (Extracted Version) Sage Accpac ERP 5.6A What's New (Extracted Version) Changes and New Features in System Manager Easier and more efficient program installation and activation. A new License Manager that lets you maintain

More information

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications EngageOne INTERACTIVE COMMUNICATIONS An Advanced Interactive Technology Solution for a New Era of Enterprise Communications ENTERPRISE CUSTOMER COMMUNICATION MANAGEMENT Companies send many types of document

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

Requirements Analysis. Overview

Requirements Analysis. Overview Requirements Analysis Overview What is requirement? Classification of requirements Iterative and evolutionary requirements analysis Use Cases Domain models N. Meng, B. Ryder 2 1 Requirements Definition

More information

How Process Flow Standardized our Process Yeqian Gu, SAS R&D, Beijing, China

How Process Flow Standardized our Process Yeqian Gu, SAS R&D, Beijing, China ABSTRACT PharmaSUG China 2017 - Paper 26 How Process Flow Standardized our Process Yeqian Gu, SAS R&D, Beijing, China Managing business process takes a lot of tedious work. Especially in Pharmaceutical

More information

Requirements Analysis

Requirements Analysis Objectives Classify categories of requirements Requirements Analysis Define the principles of iterative requirements analysis Learn about use cases and their elements Define system sequence diagrams for

More information

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE 1 Learning Objectives Examine in detail the enterprise systems modules and architecture. Understand the effects of a well-designed architecture on ERP implementation.

More information

Enter Invoice. Invoice. No Holds. Approve Invoice. Pay Invoice. Reconcile Payments

Enter Invoice. Invoice. No Holds. Approve Invoice. Pay Invoice. Reconcile Payments Chapter 5 Payables Overview Oracle Payables is a high-productivity accounting solution that provides strong financial control, so you can prevent duplicate payments, pay for only the goods and services

More information

Sage Update

Sage Update Sage 300 Update Product Vision and Strategy Product modernization User experience modernization and elimination of pain points such as installation, upgrades and data security cloud apps (e.g. banks feeds,

More information

Sage MAS 90 and 200 Product Update 2 Delivers Added Value!

Sage MAS 90 and 200 Product Update 2 Delivers Added Value! Sage MAS 90 and 200 Product Update 2 Delivers Added Value! The second Sage MAS 90 and 200 4.4 Product Update 4.40.0.2 is available via a compact download from Sage Online. Delivering additional features

More information

Information Systems RE Business Process and Data Analysis (cont d) + Use Case Analysis

Information Systems RE Business Process and Data Analysis (cont d) + Use Case Analysis REQUIREMENTS ENGINEERING LECTURE 2016/2017 Dr. Joerg Doerr Information Systems RE Business Process and Data Analysis (cont d) + Use Case Analysis AGENDA Basics Context Analysis Business Process & Data

More information

Ariba Network Enabling Business Commerce in a Digital Economy

Ariba Network Enabling Business Commerce in a Digital Economy SAP Brief SAP Ariba s Ariba Network Ariba Network Enabling Business Commerce in a Digital Economy SAP Brief Automate commerce to connect In a digital economy, moving from paper to electronic processing

More information

ALAN processing all administrative tasks made easy in your law firm. Spare a lot of time, raise the productivity opting for ALAN.

ALAN processing all administrative tasks made easy in your law firm. Spare a lot of time, raise the productivity opting for ALAN. ALAN processing all administrative tasks made easy in your law firm Spare a lot of time, raise the productivity opting for ALAN. ALAN added value for you ALAN is a comprehensive IT solution designed especially

More information

PeopleSoft Global SCM Implementation at ACN Opportunity, LLC

PeopleSoft Global SCM Implementation at ACN Opportunity, LLC PeopleSoft Global SCM Implementation at ACN Opportunity, LLC Session ID: 100650 Prepared by: Steven Canter Director, Global Service Delivery Smart ERP Solutions Steve.C@SmartERP.com Stephanie Merenda Senior

More information

Business Process Management - Quantitative

Business Process Management - Quantitative Business Process Management - Quantitative November 2013 Alberto Abelló & Oscar Romero 1 Knowledge objectives 1. Recognize the importance of measuring processes 2. Enumerate the four performance measures

More information

STP351: Purchase Order Collaboration in SNC

STP351: Purchase Order Collaboration in SNC SAP Training Source To Pay STP351: Purchase Order Collaboration in SNC External User Training Version: 4.0 Last Updated: 03-Apr-2017 3M Business Transformation & Information Technology Progress set in

More information

Parts Claims Analysis/Disposition Training

Parts Claims Analysis/Disposition Training Parts Claims Analysis/Disposition Training http://fcsdpcsclaims.ford.com/supplierhome.aspx PURPOSE The purpose of this module is to provide a high level overview of the Parts Claims System (PCS) website,

More information

SCANCO WAREHOUSE TRAINING MANUAL

SCANCO WAREHOUSE TRAINING MANUAL UNLOCK THE POTENTIAL OF YOUR AUTOMATED WAREHOUSE SCANCO WAREHOUSE TRAINING MANUAL Scanco Software Rev. 101014 Page 1 of 48 Getting Started 1 Welcome to Scanco Warehouse This manual will guide you through

More information

RPA for SAP 101. Automate your financial SAP processes with Winshuttle s RPA for SAP. Copyright Winshuttle 2017

RPA for SAP 101. Automate your financial SAP processes with Winshuttle s RPA for SAP. Copyright Winshuttle 2017 RPA for SAP 101 Automate your financial SAP processes with Winshuttle s RPA for SAP Copyright Winshuttle 2017 1 Jay Juntti Solution Marketing Winshuttle Tim Woodhouse Strategic Sales Shared Services &

More information

XA Customer Service Management R7 R9 June 14, 2011

XA Customer Service Management R7 R9 June 14, 2011 XA Customer Service Management R7 R9 June 14, 2011 Jim Boyer CISTECH Sr. Business Consultant Jim.boyer@cistech.net Agenda 1. What s New in CSM? 2. Overview 3. System Preferences 4. Customers 5. Customer

More information

9. Verification, Validation, Testing

9. Verification, Validation, Testing 9. Verification, Validation, Testing (a) Basic Notions (b) Dynamic testing. (c) Static analysis. (d) Modelling. (e) Environmental Simulation. (f) Test Strategies. (g) Tool support. (h) Independent Verification

More information

EXTENDING THE EPC AND THE BPMN WITH BUSINESS PROCESS GOALS AND PERFORMANCE MEASURES

EXTENDING THE EPC AND THE BPMN WITH BUSINESS PROCESS GOALS AND PERFORMANCE MEASURES EXTENDING THE EPC AND THE BPMN WITH BUSINESS PROCESS GOALS AND PERFORMANCE MEASURES Birgit Korherr, Beate List Women's Postgraduate College for Internet Technologies, Institute of Software Technology and

More information

QM in Sales and Distribution (QM-PT-RP-SD)

QM in Sales and Distribution (QM-PT-RP-SD) QM in Sales and Distribution (QM-PT-RP-SD) HELP.QMSD 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

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

Avancier Methods (AM) Applications architecture diagrams

Avancier Methods (AM) Applications architecture diagrams Methods (AM) Applications architecture diagrams It is illegal to copy, share or show this document without the written permission of the copyright holder but you can share a link to it. Context for application(s)

More information

Enterprise Systems MIT 21043, Technology Management and Applications Lecturer in Charge S. Sabraz Nawaz

Enterprise Systems MIT 21043, Technology Management and Applications Lecturer in Charge S. Sabraz Nawaz Chapter 8 Enterprise Systems MIT 21043, Technology Management and Applications Lecturer in Charge S. Sabraz Nawaz Lecturer in Management & IT 1 Learning Objectives Understand the essentials of enterprise

More information

CHAPTER 9: RETURNS MANAGEMENT

CHAPTER 9: RETURNS MANAGEMENT Chapter 9: Returns Management CHAPTER 9: RETURNS MANAGEMENT Objectives The objectives are: Defining Sales Return Management Setting up Returns Management Managing Returns from Customers Managing Returns

More information

Chapter 2 The Basic Entry Process - Entry and Entry Summary CFR , 149 Flash Drive: Ch 2 Entry and Entry Summary. I. Entry 142.

Chapter 2 The Basic Entry Process - Entry and Entry Summary CFR , 149 Flash Drive: Ch 2 Entry and Entry Summary. I. Entry 142. Chapter 2 The Basic Entry Process - Entry and Entry Summary CFR 142.0-142.19, 149 Flash Drive: Ch 2 Entry and Entry Summary When goods and merchandise arrive in the Customs Territory of the United States,

More information

Short introduction to business process modelling

Short introduction to business process modelling Prof. Dr.(PL) Michael Unterstein Short introduction to business process modelling 1. Business process vs. traditional functional business organisation 2. What is a business process? 3. Elements of business

More information

Remote staff support. Safety Assistance Management. Helping businesses maximise staff efficiency whilst improving safety

Remote staff support. Safety Assistance Management. Helping businesses maximise staff efficiency whilst improving safety Remote staff support Safety Assistance Management Helping businesses maximise staff efficiency whilst improving safety Helping businesses maximise staff efficiency whilst improving safety Safety Assistance

More information

So Many Choices: Choosing the Right Business Intelligence Reporting Tool for Your Organization

So Many Choices: Choosing the Right Business Intelligence Reporting Tool for Your Organization So Many Choices: Choosing the Right Business Intelligence Reporting Tool for Your Organization Barry Markovic IT Convergence Melissa English IT Convergence In today s IT world, there are so many choices

More information

Welcome Package & Reference Guide Understanding the resources available to you

Welcome Package & Reference Guide Understanding the resources available to you 888-612-6239 Welcome Package & Reference Guide Understanding the resources available to you Customs Brokerage Freight Forwarding Warehousing and Distribution Cargo Insurance Consulting 2018 A.N. Deringer,

More information

Oracle Landed Cost Management

Oracle Landed Cost Management Oracle Landed Cost Management Process Guide Release 12.1 Part No. E14299-01 April 2009 Oracle Landed Cost Management Process Guide, Release 12.1 Part No. E14299-01 Copyright 2009, Oracle and/or its affiliates.

More information

CONTENT INSURANCE CORE WITHIN CRM LEVERAGE

CONTENT INSURANCE CORE WITHIN CRM LEVERAGE CONTENT INSURANCE CORE WITHIN CRM 1.1. 1.2. 1.3. 1.4. 1.5. 1.6. PROVEN INSURANCE DATA MODEL...6 GENERIC INTEGRATION INTERFACE...6 COMMUNICATION CHANNEL CENTRALIZATION...7 LOCALIZATION...7 MOBILE CRM INSURANCE2...8

More information

TOP FINANCE PROCESSES THAT ARE THE CULPRITS OF BUSY WORK. Automating your workflow. to make your work flow.

TOP FINANCE PROCESSES THAT ARE THE CULPRITS OF BUSY WORK. Automating your workflow. to make your work flow. Automating your workflow TOP FINANCE PROCESSES THAT ARE THE CULPRITS OF BUSY WORK to make your work flow. Imagine a finance department, free of inefficiencies. Everyone wants to be successful at work,

More information

MarshCargo Quick Reference Certificate Issuance Guide

MarshCargo Quick Reference Certificate Issuance Guide MarshCargo Quick Reference Certificate Issuance Guide Purpose of Quick Start Guide This quick start guide provides the user with basic instructions for the [GENOA Cargo Insurance Management System]. The

More information

Optimizing Reverse Logistics with SAP

Optimizing Reverse Logistics with SAP Srivathsan Narayanan Optimizing Reverse Logistics with SAP ERP Bonn Boston Contents Preface... 11 Introduction... 15 1 Reverse Logistics... 17 1.1 Definition of Reverse Logistics... 17 1.2 Business Processes

More information

QT9 ERP Job Management Software. Compliance. Paperless. User Friendly. Powerful.

QT9 ERP Job Management Software. Compliance. Paperless. User Friendly. Powerful. Compliance. Paperless. User Friendly. Powerful. SOFTWARE FEATURES Email Alerting Configure email alerts for inventory level of both your raw materials and your finished goods Outlook Integration Create

More information

What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations. Classification of Information Systems

What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations. Classification of Information Systems What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations Classification of Information Systems This is one that uses technology to perform some or all of its

More information

The Multi-Channel Service Problem: Challenges, Testing, and Solutions

The Multi-Channel Service Problem: Challenges, Testing, and Solutions Dr. Gautham Pallapa (gpallapa@west.com) IS Manager Platform, Infrastructure, and Automation Group The Multi-Channel Service Problem: Challenges, Testing, and Solutions Prepared for College 1 of Copyright

More information

8 Steps to Effective Use Cases

8 Steps to Effective Use Cases 8 Steps to Effective Use Cases Linda Westfall lwestfall@westfallteam.com www.westfallteam.com Sponsored by Linda Westfall 3000 Custer Road Suite 270, PMB 101 Plano, TX 75075-4499 phone: (972) 867-1172

More information

Admin. Provides a simple interface to create employees, assign them to groups and relate to responsibility tags Encompasses universal broking methods

Admin. Provides a simple interface to create employees, assign them to groups and relate to responsibility tags Encompasses universal broking methods Admin suite is a web based application built on an open architecture, with enormous flexibility for insurance broking houses. Our approach is to deliver a solution that can increase processing productivity,

More information

Customs-related aspects of the Rotterdam Convention Switzerland s experience. Secretariat of the Rotterdam Convention. Switzerland s experience

Customs-related aspects of the Rotterdam Convention Switzerland s experience. Secretariat of the Rotterdam Convention. Switzerland s experience ROTTERDAM CONVENTION Case study on the Customs-related aspects of the Rotterdam Convention Switzerland s experience 1 Secretariat of the Rotterdam Convention TABLE OF CONTENTS 1.0 BACKGROUND. page 1 2.0

More information

Automation and optimization of the whole financial processing chain the key to success.

Automation and optimization of the whole financial processing chain the key to success. Tieto 2010 Automation and optimization of the whole financial processing chain the key to success. Table of contents Financial Processing Chain Implementation 4 Integrating Business Messages and Connectivity

More information

"There is insufficient memory to execute this function" error message when you use the Reverse Register function.

There is insufficient memory to execute this function error message when you use the Reverse Register function. Platform hotfixes ID Title 378244 "There is insufficient memory to execute this function" error message when you use the Reverse Register function. 378383 Merge cmdlet indicate conflicts but no conflicts

More information

Optum Intelligent EDI. Achieve higher first-pass payment rates and help your organization get paid quickly and accurately.

Optum Intelligent EDI. Achieve higher first-pass payment rates and help your organization get paid quickly and accurately. Optum Intelligent EDI Achieve higher first-pass payment rates and help your organization get paid quickly and accurately. The new benchmark for EDI performance Health care has outgrown commoditized EDI,

More information

Work Orders Quick Reference

Work Orders Quick Reference Work Orders Quick Reference Header tab Ordering location the distributor location ordering the item that is being built on this work order. Locations are set up in Location Master Maintenance. You can

More information

case study Hydro-Quebec Summary ORGANIZATION: PROJECT NAME:

case study Hydro-Quebec Summary ORGANIZATION: PROJECT NAME: The Computerworld Honors Program Summary After a thorough analysis of its clients expectations for the next 15 years, Hydro-Québec concluded that it would not be able to meet changing client needs with

More information

Oracle Primavera P6 Reporting & Analytics. Stefano Lentini Oracle Primavera Senior Sales Consultant

Oracle Primavera P6 Reporting & Analytics. Stefano Lentini Oracle Primavera Senior Sales Consultant Oracle Primavera P6 Reporting & Analytics Stefano Lentini Oracle Primavera Senior Sales Consultant ANIMP Primavera Gateway and Analytics: Enterprise Project Management Stefano Lentini,

More information

Production and logistics as a Service: manufacturing, order to cash and distribution

Production and logistics as a Service: manufacturing, order to cash and distribution Production and logistics as a Service: manufacturing, order to cash and distribution Silvia Bagnaia, Presales Specialist, SAP S/4HANA Cloud, SAP Italia SAP S/4HANA Cloud Process Coverage A full, end-to-end

More information

Testing Phases Conference Room Pilot

Testing Phases Conference Room Pilot CHAPTER 18 TESTING Have you every wondered why a software program blows-up the first time it is used, even though those who developed the program insist they previously tested it? Multiply this situation

More information

Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012)

Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012) 1 Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012) Navistar Direct Ship isupplier Portal https://dhp.navistar.com/oa_html/appslogin Navistar Direct Ship isupplier Portal Online

More information

Profile 5 Basic Billing. Version 2.0

Profile 5 Basic Billing. Version 2.0 Profile 5 Version 2.0 1 profile ID...2 2 context...2 3 summary...2 4 description...2 5 profile scenarios...3 6 business requirements...3 7 business benefits...4 8 use case diagram...4 9 actors involved

More information

Oracle Fusion Distributed Order Orchestration Using Order Orchestration. Release 9

Oracle Fusion Distributed Order Orchestration Using Order Orchestration. Release 9 Oracle Fusion Distributed Order Orchestration Release 9 Oracle Fusion Distributed Order Orchestration Part Number E53227-01 Copyright 2011-2014, Oracle and/or its affiliates. All rights reserved. Authors:

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May ISSN FINANCIAL SUPPLY CHAIN MANAGEMENT

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May ISSN FINANCIAL SUPPLY CHAIN MANAGEMENT International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 222 FINANCIAL SUPPLY CHAIN MANAGEMENT Dr. Mohamed Baymout, Assistant Professor, OPIM Department, College of Business,

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Procurement PLUS Lean Procure to Pay designed for XA

Procurement PLUS Lean Procure to Pay designed for XA Procurement PLUS Lean Procure to Pay designed for XA Procurement PLUS from CISTECH integrates and streamlines the entire procure to pay process in XA. From requisitions and web-based supplier communications,

More information

Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial

Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial 21 QuickBooks Tips and Tricks with Penny Lane 2011 Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial 1 Use the Tab Key to move between fields. When you use the Tab

More information

SEMtek. Introduction. SEMtek success story: University of Alabama at Tuscaloosa

SEMtek. Introduction. SEMtek success story: University of Alabama at Tuscaloosa SEMtek Since 1984, entrinsik has invested considerable time researching the seminar and event management industry, learning the business and developing software that would not only automate the process

More information

ACCPAC FUNDAMENTALS. 1. It offers powerful analysis and reporting tools for accounting, finance, and auditing endusers

ACCPAC FUNDAMENTALS. 1. It offers powerful analysis and reporting tools for accounting, finance, and auditing endusers ACCPAC FUNDAMENTALS A. FEATURES OF ACCPAC SYSTEM ACCPAC System The ACCPAC for Windows Series is a Windows accounting software, which provides a comprehensive business management solution for corporate

More information

Release Notes Ariba Network Integration for SAP Business Suite. Version SP04 of SAP ERP Connectivity for Buyers on Ariba Network

Release Notes Ariba Network Integration for SAP Business Suite. Version SP04 of SAP ERP Connectivity for Buyers on Ariba Network Release Notes Ariba Network Integration for SAP Business Suite Version SP04 of SAP ERP Connectivity for Buyers on Ariba Network Contents Service Procurement (New) and Goods Receipt (New)... 3 Mapping Versions

More information

Oracle Inventory. Consigned Inventory from Supplier Process Guide Release Part No. E

Oracle Inventory. Consigned Inventory from Supplier Process Guide Release Part No. E Oracle Inventory Consigned Inventory from Supplier Process Guide Release 12.2 Part No. E48822-01 September 2013 Oracle Inventory Consigned Inventory from Supplier Process Guide, Release 12.2 Part No. E48822-01

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

How do I Reconcile MCPS Invoices?

How do I Reconcile MCPS Invoices? How do I Reconcile MCPS Invoices? Overview Purpose This document explains how schools can reconcile Montgomery County Public School (MCPS) invoices to requisitions charged to their cash account and to

More information

Process Automation for Accounts Payable O R A C L E W H I T E P A P E R N O V E M B E R

Process Automation for Accounts Payable O R A C L E W H I T E P A P E R N O V E M B E R Process Automation for Accounts Payable O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 5 Executive Summary As organizations seek to reduce costs and improve efficiency, paper-intensive processes

More information