SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Downloaden Sie, um offline zu lesen
Methods to Leverage and Optimize
SAP Business Workflow in Your SAP
PLM Environment



                                                        Eric Stajda
                                                            LeverX

               © 2008 Wellesley Information Services. All rights reserved.
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        1
Introduction — Today’s Discussion

    Learn how to use SAP Workflow in your engineering
•
    environment to improve processes such as document
    approvals, engineering change management, and master
    data creation, and make them faster and less error-prone.
    Find out how to use SAP’s Visual Workflow Builder to
•
    create workflows that map to your organization’s
    product development processes.
    Gain insight into how much workflow functionality you
•
    can deploy out-of-the-box to support a PLM scenario.
    Learn how to locate standard business objects quickly
•
    and easily and how to put them to use in creating a PLM
    workflow.
                                                            2
Introduction — Today’s Discussion (cont.)

    Determine if and when it makes sense to custom-
•
    develop additional business objects, methods, and
    events.
    Step through a live demo of how to create PLM
•
    workflows that route documents for approval and
    expedite the creation of the material master with
    multiple views.
    Learn what type of roles you will require in your
•
    organization to build and maintain efficient PLM
    workflows.


                                                        3
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        4
Why SAP Workflow?

    Here is my mantra about SAP Workflow
•
      It is all about getting the right information to the right people
      at the right time
    Many processes are still based on paper or email
•
      Not efficient
    SAP Workflow can take these processes and formalize
•
    them with many benefits
      Let’s take a look at some benefits




                                                                          5
Benefits of SAP Workflow

    The quality of the process is assured by pushing the
•
    relevant information together with links to related
    transactions directly to the user.
    Cycle time is reduced by pushing the process directly to
•
    the users.
      The users receive notification of a task immediately.
    The tasks are performed consistently and diligently by
•
    the users.
      The workflow system pushes all the necessary information
      needed to perform a task, including a clear description of what
      has to be done, how to do it, and the impact this task has on
      the business process for your company.

                                                                        6
Benefits of SAP Workflow (cont.)

    The process instance is transparent.
•
      At any time, any user can check how far the process has
      progressed and which stage the process has reached.
    Deadline handing ensures that users perform the tasks
•
    within the time planned.
    Intelligent reporting highlights the weaknesses of a
•
    process.
    The process definition is transparent.
•
      You can see at a glance how the process works and who will
      be selected to perform the different tasks.



                                                                   7
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        8
SAP Workflow in the Engineering Environment

    There are many places where workflow can be used in
•
    the engineering environment
    Many processes require data being sent for review or for
•
    further processing
    Getting the data to the right person at the right time is
•
    the key
    Some example processes where workflow can be used
•
      Document reviews
      Requesting a new material number
      Engineering change management process
      BOM review
    More details on next slides
•
                                                                9
SAP Workflow in the Engineering Environment (cont.)

    Document reviews
•
      Scenario: A document is created in the SAP Document
      Management system. At a certain point, it must be sent to an
      individual for review.
      This can be accomplished by a status change or manually
      starting a given workflow. Once reviewed, the document is set
      to be released.
    Requesting a new material number
•
      Scenario: At a certain point in the design process, new
      material numbers are required.
      A workflow process could be created to allow input of
      required material data to be input into a form and then sent
      over to a department that creates the material master in the
      SAP system.
                                                                      10
SAP Workflow in the Engineering Environment (cont.)

    Engineering change management process
•
      This is the main process that usually gets workflow enabled
      during a project
      Processes are typically somewhat similar, and usually an
      industry standard
      However, each company usually has minor tweaks based on
      business requirements
    BOM review
•
      Scenario: Similar to a document review. Once the SAP BOM is
      created, you may want to send it to another individual for
      review. This is to make sure that the content and structure is
      correct.


                                                                       11
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        12
Basic Workflow Concepts

    With SAP Business Workflow you can map business
•
    processes in the SAP system and process them
    (several times if required) under the control of the
    workflow system
    A workflow management system can process and
•
    monitor structured processes that:
      Encompass a sequence of activities
      Reoccur in the same or similar forms
      Involve several people or groups of people
      Require a lot of coordination



                                                           13
Key Elements

    Workflow definition
•
      Triggering event
      Workflow template
      Tasks
    Elements of the task
•
      Business object
      Methods
      Events
    If you understand the key elements, you will know
•
    everything necessary to build a workflow


                                                        14
What Is a Triggering Event?

    A triggering event identifies when the workflow is to
•
    start




                                                            15
What Is a Workflow Definition?

    A workflow definition is a combination of single-step
•
    tasks




                                                            16
What Are Tasks?

    Tasks are made from business objects and events
•




                                                      17
What Are Business Objects and Methods?

    Business objects and methods are used to act upon an
•
    object
      For example, the business object “DRAW” is for the document
      information record.
      In the business
      object, we have a
      method called
      “Display.” If we
      execute this method,
      it will display a
      document
      information record.



                                                                18
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        19
Tools Available

    SAP provides standard tools for developing workflows
•
    in the system
    The main tool is the SAP Visual Workflow Builder
•
      Graphical modeler with drag-and-drop functionality




                                                           20
Tools Available (cont.)

    Any process imagined can be modeled
•
    through the workflow builder
    Standard steps that can be inserted
•
    provide a great deal of flexibility
    Some of the steps that can inserted
•
    include:
      User Decision
      Condition
      Container operation
      Event creation
      Process Control
      Loop
      Fork
                                          21
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        22
Table of Standard Business Objects

    SAP provides you with many standard tasks, business
•
    objects, methods, and events
    The table below shows the most important business
•
    objects in SAP PLM
    Business Object   Association
    DRAW              Document management
    BUS1001           Material Master
    BUS1080           BOM
    ECM               Change Master
    BUS1003           Class
    BUS7051           Notification
                                                          23
What’s Out-of-the-Box and What’s Custom?

    For each business object, SAP provides a standard set of
•
    events and methods for acting upon the object
      Methods: Change, Display, Create, Get Details
      Events: Created, Changed
    Standard events and methods can vary by business object
•
    What is considered custom?
•
      Business objects you create
      Your own methods or events that you add to a standard business
      object
         Example: I would like to set a certain status on all documents
         associated with an engineering change master when it is set
         to the status of closed
              For this example, you would have a custom method that
              could be called through a task to set all documents
              associated to a change master to a certain status         24
Demo: What’s Out-of-the-Box and What’s Custom?




                                                 25
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        26
Creating a Simple Workflow

    Now I’ll show you a simple demonstration of creating a
•
    workflow in the SAP system
    Workflow scenario
•
      When the status of document information record changes
      from “Draft” to “Review,” I would like to be sent a notification
      to review the document
    Elements we will use:
•
      SAP Workflow Builder
      Business object “DRAW” with method “Changed”
        Standard SAP Task
      SAP Document Management to create and change a document
      SAP Inbox
                                                                         27
Demo: Live Demo of Creating a Simple Workflow




                                                28
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        29
Types of Resources Required

    As demonstrated, workflow can be very simple or
•
    complex
    Your resource requirements will be based on the
•
    complexity of the workflows you intend to implement
    Resource requirements could be met by one individual
•
    or many
      You may find or have a resource that can configure the
      system, build workflows, and write any of the required ABAP
    In any workflow implementation, there is usually a small
•
    amount of Basis team support required for the initial
    configuration in the system

                                                                    30
Types of Resources Required (cont.)

    Workflow Complexity                  Resources
    Simple:
    Only use standard SAP business       SAP Workflow Creator
    objects, methods, and events
    Complex:
    Use standard plus custom-developed   SAP Workflow Creator
    SAP business objects, methods, and   ABAP
    events


      After go-live, plan to have a workflow administrator to
•
      monitor the system for workflow errors, provide support
      if a task cannot be executed, or execute reporting
      requirements
                                                                31
What We’ll Cover …

    Introduction
•

    Thinking about SAP Workflow?
•

    Using SAP Workflow in the engineering environment
•

    Reviewing basic workflow concepts
•

    Looking at available tools
•

    Comparing out-of-the-box and custom methods and
•
    events
    Demo: Creating a simple workflow
•

    Determining types of resources required
•

    Wrap-up
•


                                                        32
Resources

    Book: Alan Rickayzen, Jocelyn Dart, Carsten Brennecke,
•
    Markus Schneider, Practical Workflow for SAP (SAP
    PRESS, 2002).
      Put together by the Developers Of SAP Workflow
      #1 Book anyone interested in SAP Workflow should have
      www.sappress.com/product.cfm?account=&product=H950
    The SAP Fan Club has a very active forum on SAP
•
    Workflow
      www.sapfans.com
    SAP Business Workflow FAQ from SAP SDN
•
      www.sdn.sap.com/irj/sdn/wiki?path=/display/HOME/SAP%2bB
      usiness%2bWorkflow%2bFAQ
                                                              33
7 Key Points to Take Home
    SAP Workflow is all about getting the right information to the
•
    right people at the right time
    SAP Workflow can be used in the engineering environment
•
    to help formalize and manage the processes surrounding
    document management, engineering changes, material
    creation, and other PLM processes
    SAP provides a graphical Workflow Builder for modeling
•
    your processes
    There are many standard tasks, business objects, methods,
•
    and events that can be used
    Standard items delivered by SAP can be enhanced to
•
    facilitate additional process requirements
    As demonstrated, creating a workflow in SAP can be simple
•
    Resource requirements will be based on the complexity of
•
    the workflow you plan to implement                            34
Your Turn! Questions?




                 How to contact me:
                    Eric Stajda
              http://www.linkedin.com/in/estajda


                                                   35

Weitere ähnliche Inhalte

Was ist angesagt?

A Comparison of Cloud based ERP Systems
A Comparison of Cloud based ERP SystemsA Comparison of Cloud based ERP Systems
A Comparison of Cloud based ERP Systems
Nakul Patel
 
Plural's PLM services presentation
Plural's PLM services presentationPlural's PLM services presentation
Plural's PLM services presentation
Plural Technolog
 
Oracle bpm-suite-11g-overview-slide
Oracle bpm-suite-11g-overview-slideOracle bpm-suite-11g-overview-slide
Oracle bpm-suite-11g-overview-slide
Aericon
 
Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)
Carly Snodgrass
 
6 rpt oracle_plugin-anitha_krishnamurthy
6 rpt oracle_plugin-anitha_krishnamurthy6 rpt oracle_plugin-anitha_krishnamurthy
6 rpt oracle_plugin-anitha_krishnamurthy
IBM
 
Md050 application extensions_functional_design_080112
Md050 application extensions_functional_design_080112Md050 application extensions_functional_design_080112
Md050 application extensions_functional_design_080112
magik570
 

Was ist angesagt? (19)

Erp Implementation Methodology Wkshp 2.0 120611
Erp Implementation Methodology Wkshp 2.0 120611Erp Implementation Methodology Wkshp 2.0 120611
Erp Implementation Methodology Wkshp 2.0 120611
 
Workflow and BPM in the New Enterprise Architecture
Workflow and BPM in the New Enterprise ArchitectureWorkflow and BPM in the New Enterprise Architecture
Workflow and BPM in the New Enterprise Architecture
 
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
 
Project Plan ERP Sample by ijaz haider malik weboriez@hotmail
Project Plan ERP Sample by ijaz haider malik weboriez@hotmailProject Plan ERP Sample by ijaz haider malik weboriez@hotmail
Project Plan ERP Sample by ijaz haider malik weboriez@hotmail
 
A Comparison of Cloud based ERP Systems
A Comparison of Cloud based ERP SystemsA Comparison of Cloud based ERP Systems
A Comparison of Cloud based ERP Systems
 
Oracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers shareOracle soa and e2.0 partner community forum bpm léon smiers share
Oracle soa and e2.0 partner community forum bpm léon smiers share
 
Plural's PLM services presentation
Plural's PLM services presentationPlural's PLM services presentation
Plural's PLM services presentation
 
SAP
SAPSAP
SAP
 
Oracle bpm-suite-11g-overview-slide
Oracle bpm-suite-11g-overview-slideOracle bpm-suite-11g-overview-slide
Oracle bpm-suite-11g-overview-slide
 
Introduction to BPM
Introduction to BPMIntroduction to BPM
Introduction to BPM
 
Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)Respond quickly to changing business needs–Business Process Management (BPM)
Respond quickly to changing business needs–Business Process Management (BPM)
 
ASAP 8.0 Methodology
ASAP 8.0 MethodologyASAP 8.0 Methodology
ASAP 8.0 Methodology
 
SAP PLM
SAP PLMSAP PLM
SAP PLM
 
6 rpt oracle_plugin-anitha_krishnamurthy
6 rpt oracle_plugin-anitha_krishnamurthy6 rpt oracle_plugin-anitha_krishnamurthy
6 rpt oracle_plugin-anitha_krishnamurthy
 
MCIF- Per Kroll
MCIF-  Per KrollMCIF-  Per Kroll
MCIF- Per Kroll
 
Introduction to Oracle BPM Suite
Introduction to Oracle BPM SuiteIntroduction to Oracle BPM Suite
Introduction to Oracle BPM Suite
 
Aderant 2012 Solutions Guide: Mange, Grow, and Protect Your Firm
Aderant 2012 Solutions Guide: Mange, Grow, and Protect Your FirmAderant 2012 Solutions Guide: Mange, Grow, and Protect Your Firm
Aderant 2012 Solutions Guide: Mange, Grow, and Protect Your Firm
 
Md050 application extensions_functional_design_080112
Md050 application extensions_functional_design_080112Md050 application extensions_functional_design_080112
Md050 application extensions_functional_design_080112
 
Aderant Expert - Advanced Workflow Design
Aderant Expert - Advanced Workflow DesignAderant Expert - Advanced Workflow Design
Aderant Expert - Advanced Workflow Design
 

Ähnlich wie Methods To Leverage SAP Workflow

What is an_sap_business_blueprint
What is an_sap_business_blueprintWhat is an_sap_business_blueprint
What is an_sap_business_blueprint
Prashant Tyagi
 
BPM and SAP Whitepaper
BPM and SAP WhitepaperBPM and SAP Whitepaper
BPM and SAP Whitepaper
Shetal Patel
 
Sap bods online training
Sap bods online trainingSap bods online training
Sap bods online training
sapehsit
 

Ähnlich wie Methods To Leverage SAP Workflow (20)

An introduction to sap business workflow
An introduction to sap business workflowAn introduction to sap business workflow
An introduction to sap business workflow
 
Asap overview
Asap overviewAsap overview
Asap overview
 
SAP Business Workflow - Best Practices
SAP Business Workflow - Best PracticesSAP Business Workflow - Best Practices
SAP Business Workflow - Best Practices
 
What is an_sap_business_blueprint
What is an_sap_business_blueprintWhat is an_sap_business_blueprint
What is an_sap_business_blueprint
 
What is an_sap_business_blueprint
What is an_sap_business_blueprintWhat is an_sap_business_blueprint
What is an_sap_business_blueprint
 
BPM and SAP Whitepaper
BPM and SAP WhitepaperBPM and SAP Whitepaper
BPM and SAP Whitepaper
 
Accelerate Your Test Automation Journey with Process Mining for SAP
Accelerate Your Test Automation Journey with Process Mining for SAPAccelerate Your Test Automation Journey with Process Mining for SAP
Accelerate Your Test Automation Journey with Process Mining for SAP
 
Jon Reed BPX Skills For ASUG
Jon Reed BPX Skills For ASUGJon Reed BPX Skills For ASUG
Jon Reed BPX Skills For ASUG
 
Workflow tecnologies
Workflow tecnologiesWorkflow tecnologies
Workflow tecnologies
 
Lucidchart Connect Seattle: Why I Love Business Process & How I Fell in Love ...
Lucidchart Connect Seattle: Why I Love Business Process & How I Fell in Love ...Lucidchart Connect Seattle: Why I Love Business Process & How I Fell in Love ...
Lucidchart Connect Seattle: Why I Love Business Process & How I Fell in Love ...
 
Communicating Processes, Kristin Werner
Communicating Processes, Kristin WernerCommunicating Processes, Kristin Werner
Communicating Processes, Kristin Werner
 
Drools & jBPM Workshop Barcelona 2013
Drools & jBPM Workshop  Barcelona 2013Drools & jBPM Workshop  Barcelona 2013
Drools & jBPM Workshop Barcelona 2013
 
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
 
Advanced Process Optimization - Services
Advanced Process Optimization - ServicesAdvanced Process Optimization - Services
Advanced Process Optimization - Services
 
Mind Mapping for Project Management
Mind Mapping for Project ManagementMind Mapping for Project Management
Mind Mapping for Project Management
 
Project Management Using Mind Maps
Project Management Using Mind MapsProject Management Using Mind Maps
Project Management Using Mind Maps
 
Sap bods online training
Sap bods online trainingSap bods online training
Sap bods online training
 
Symphony Driver Essay
Symphony Driver EssaySymphony Driver Essay
Symphony Driver Essay
 
SOCIALIZE YOUR SAP ERP THROUGH INTEGRATE D DIGITAL EXPERIENCE PLATFORMS
SOCIALIZE YOUR SAP ERP THROUGH INTEGRATE D DIGITAL EXPERIENCE PLATFORMSSOCIALIZE YOUR SAP ERP THROUGH INTEGRATE D DIGITAL EXPERIENCE PLATFORMS
SOCIALIZE YOUR SAP ERP THROUGH INTEGRATE D DIGITAL EXPERIENCE PLATFORMS
 
SAP - Achievements and Badges
SAP - Achievements and BadgesSAP - Achievements and Badges
SAP - Achievements and Badges
 

Mehr von Eric Stajda

Integrating SAP EasyDMS With cProjects
Integrating SAP EasyDMS With cProjectsIntegrating SAP EasyDMS With cProjects
Integrating SAP EasyDMS With cProjects
Eric Stajda
 

Mehr von Eric Stajda (20)

LeverX Engineering Control Center (ECTR) Brochure
LeverX Engineering Control Center (ECTR) BrochureLeverX Engineering Control Center (ECTR) Brochure
LeverX Engineering Control Center (ECTR) Brochure
 
LeverX - Live Engineering with IoT on SAP Leonardo
LeverX - Live Engineering with IoT on SAP LeonardoLeverX - Live Engineering with IoT on SAP Leonardo
LeverX - Live Engineering with IoT on SAP Leonardo
 
LeverX Integrated Process Solution (IPS)
LeverX Integrated Process Solution (IPS)LeverX Integrated Process Solution (IPS)
LeverX Integrated Process Solution (IPS)
 
LeverX IQ Product Work Center (PWC)
LeverX IQ Product Work Center (PWC)LeverX IQ Product Work Center (PWC)
LeverX IQ Product Work Center (PWC)
 
LeverX BMAX - BOM & Material Allocation Extension Tool
LeverX BMAX - BOM & Material Allocation Extension Tool LeverX BMAX - BOM & Material Allocation Extension Tool
LeverX BMAX - BOM & Material Allocation Extension Tool
 
LeverX IQ Launch
LeverX IQ LaunchLeverX IQ Launch
LeverX IQ Launch
 
LeverX IQ Discussion - Collaboration Add-On For SAP
LeverX IQ Discussion - Collaboration Add-On For SAPLeverX IQ Discussion - Collaboration Add-On For SAP
LeverX IQ Discussion - Collaboration Add-On For SAP
 
LeverX IQ DMS - Simplify Access to SAP DMS and Improve User Productivity
LeverX IQ DMS - Simplify Access to SAP DMS and Improve User ProductivityLeverX IQ DMS - Simplify Access to SAP DMS and Improve User Productivity
LeverX IQ DMS - Simplify Access to SAP DMS and Improve User Productivity
 
LeverX IQ Product Work Center (SAP GUI)
LeverX IQ Product Work Center (SAP GUI)LeverX IQ Product Work Center (SAP GUI)
LeverX IQ Product Work Center (SAP GUI)
 
LeverX Brief - 10 Key Concepts - SAP Engineering Record
LeverX Brief - 10 Key Concepts - SAP Engineering RecordLeverX Brief - 10 Key Concepts - SAP Engineering Record
LeverX Brief - 10 Key Concepts - SAP Engineering Record
 
LeverX IQ Product Work Center (Fiori)
LeverX IQ Product Work Center (Fiori)LeverX IQ Product Work Center (Fiori)
LeverX IQ Product Work Center (Fiori)
 
CIMdata Commentary: LeverX - SAP PLM Preferred Consulting Partner
CIMdata Commentary: LeverX - SAP PLM Preferred Consulting PartnerCIMdata Commentary: LeverX - SAP PLM Preferred Consulting Partner
CIMdata Commentary: LeverX - SAP PLM Preferred Consulting Partner
 
LeverX IQ DMS Overview - SAP DMS Simplified
LeverX IQ DMS Overview - SAP DMS SimplifiedLeverX IQ DMS Overview - SAP DMS Simplified
LeverX IQ DMS Overview - SAP DMS Simplified
 
LeverX IQ DMS - SAP DMS Simplified
LeverX IQ DMS - SAP DMS SimplifiedLeverX IQ DMS - SAP DMS Simplified
LeverX IQ DMS - SAP DMS Simplified
 
LeverX - Making Use of SAP Guided Structure Synchronization In Your Environment
LeverX - Making Use of SAP Guided Structure Synchronization In Your EnvironmentLeverX - Making Use of SAP Guided Structure Synchronization In Your Environment
LeverX - Making Use of SAP Guided Structure Synchronization In Your Environment
 
SAP PLM BOM (Bill of Material) Redlining
SAP PLM BOM (Bill of Material) RedliningSAP PLM BOM (Bill of Material) Redlining
SAP PLM BOM (Bill of Material) Redlining
 
SAP StreamWork Webinar
SAP StreamWork WebinarSAP StreamWork Webinar
SAP StreamWork Webinar
 
Integrating SAP EasyDMS With cProjects
Integrating SAP EasyDMS With cProjectsIntegrating SAP EasyDMS With cProjects
Integrating SAP EasyDMS With cProjects
 
LeverX SAP PLM Rapid Prototype Case Study
LeverX SAP PLM Rapid Prototype Case StudyLeverX SAP PLM Rapid Prototype Case Study
LeverX SAP PLM Rapid Prototype Case Study
 
LeverX SAP PLM 7.0 Webinar
LeverX SAP PLM 7.0 WebinarLeverX SAP PLM 7.0 Webinar
LeverX SAP PLM 7.0 Webinar
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Kürzlich hochgeladen (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Methods To Leverage SAP Workflow

  • 1. Methods to Leverage and Optimize SAP Business Workflow in Your SAP PLM Environment Eric Stajda LeverX © 2008 Wellesley Information Services. All rights reserved.
  • 2. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 1
  • 3. Introduction — Today’s Discussion Learn how to use SAP Workflow in your engineering • environment to improve processes such as document approvals, engineering change management, and master data creation, and make them faster and less error-prone. Find out how to use SAP’s Visual Workflow Builder to • create workflows that map to your organization’s product development processes. Gain insight into how much workflow functionality you • can deploy out-of-the-box to support a PLM scenario. Learn how to locate standard business objects quickly • and easily and how to put them to use in creating a PLM workflow. 2
  • 4. Introduction — Today’s Discussion (cont.) Determine if and when it makes sense to custom- • develop additional business objects, methods, and events. Step through a live demo of how to create PLM • workflows that route documents for approval and expedite the creation of the material master with multiple views. Learn what type of roles you will require in your • organization to build and maintain efficient PLM workflows. 3
  • 5. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 4
  • 6. Why SAP Workflow? Here is my mantra about SAP Workflow • It is all about getting the right information to the right people at the right time Many processes are still based on paper or email • Not efficient SAP Workflow can take these processes and formalize • them with many benefits Let’s take a look at some benefits 5
  • 7. Benefits of SAP Workflow The quality of the process is assured by pushing the • relevant information together with links to related transactions directly to the user. Cycle time is reduced by pushing the process directly to • the users. The users receive notification of a task immediately. The tasks are performed consistently and diligently by • the users. The workflow system pushes all the necessary information needed to perform a task, including a clear description of what has to be done, how to do it, and the impact this task has on the business process for your company. 6
  • 8. Benefits of SAP Workflow (cont.) The process instance is transparent. • At any time, any user can check how far the process has progressed and which stage the process has reached. Deadline handing ensures that users perform the tasks • within the time planned. Intelligent reporting highlights the weaknesses of a • process. The process definition is transparent. • You can see at a glance how the process works and who will be selected to perform the different tasks. 7
  • 9. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 8
  • 10. SAP Workflow in the Engineering Environment There are many places where workflow can be used in • the engineering environment Many processes require data being sent for review or for • further processing Getting the data to the right person at the right time is • the key Some example processes where workflow can be used • Document reviews Requesting a new material number Engineering change management process BOM review More details on next slides • 9
  • 11. SAP Workflow in the Engineering Environment (cont.) Document reviews • Scenario: A document is created in the SAP Document Management system. At a certain point, it must be sent to an individual for review. This can be accomplished by a status change or manually starting a given workflow. Once reviewed, the document is set to be released. Requesting a new material number • Scenario: At a certain point in the design process, new material numbers are required. A workflow process could be created to allow input of required material data to be input into a form and then sent over to a department that creates the material master in the SAP system. 10
  • 12. SAP Workflow in the Engineering Environment (cont.) Engineering change management process • This is the main process that usually gets workflow enabled during a project Processes are typically somewhat similar, and usually an industry standard However, each company usually has minor tweaks based on business requirements BOM review • Scenario: Similar to a document review. Once the SAP BOM is created, you may want to send it to another individual for review. This is to make sure that the content and structure is correct. 11
  • 13. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 12
  • 14. Basic Workflow Concepts With SAP Business Workflow you can map business • processes in the SAP system and process them (several times if required) under the control of the workflow system A workflow management system can process and • monitor structured processes that: Encompass a sequence of activities Reoccur in the same or similar forms Involve several people or groups of people Require a lot of coordination 13
  • 15. Key Elements Workflow definition • Triggering event Workflow template Tasks Elements of the task • Business object Methods Events If you understand the key elements, you will know • everything necessary to build a workflow 14
  • 16. What Is a Triggering Event? A triggering event identifies when the workflow is to • start 15
  • 17. What Is a Workflow Definition? A workflow definition is a combination of single-step • tasks 16
  • 18. What Are Tasks? Tasks are made from business objects and events • 17
  • 19. What Are Business Objects and Methods? Business objects and methods are used to act upon an • object For example, the business object “DRAW” is for the document information record. In the business object, we have a method called “Display.” If we execute this method, it will display a document information record. 18
  • 20. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 19
  • 21. Tools Available SAP provides standard tools for developing workflows • in the system The main tool is the SAP Visual Workflow Builder • Graphical modeler with drag-and-drop functionality 20
  • 22. Tools Available (cont.) Any process imagined can be modeled • through the workflow builder Standard steps that can be inserted • provide a great deal of flexibility Some of the steps that can inserted • include: User Decision Condition Container operation Event creation Process Control Loop Fork 21
  • 23. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 22
  • 24. Table of Standard Business Objects SAP provides you with many standard tasks, business • objects, methods, and events The table below shows the most important business • objects in SAP PLM Business Object Association DRAW Document management BUS1001 Material Master BUS1080 BOM ECM Change Master BUS1003 Class BUS7051 Notification 23
  • 25. What’s Out-of-the-Box and What’s Custom? For each business object, SAP provides a standard set of • events and methods for acting upon the object Methods: Change, Display, Create, Get Details Events: Created, Changed Standard events and methods can vary by business object • What is considered custom? • Business objects you create Your own methods or events that you add to a standard business object Example: I would like to set a certain status on all documents associated with an engineering change master when it is set to the status of closed For this example, you would have a custom method that could be called through a task to set all documents associated to a change master to a certain status 24
  • 26. Demo: What’s Out-of-the-Box and What’s Custom? 25
  • 27. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 26
  • 28. Creating a Simple Workflow Now I’ll show you a simple demonstration of creating a • workflow in the SAP system Workflow scenario • When the status of document information record changes from “Draft” to “Review,” I would like to be sent a notification to review the document Elements we will use: • SAP Workflow Builder Business object “DRAW” with method “Changed” Standard SAP Task SAP Document Management to create and change a document SAP Inbox 27
  • 29. Demo: Live Demo of Creating a Simple Workflow 28
  • 30. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 29
  • 31. Types of Resources Required As demonstrated, workflow can be very simple or • complex Your resource requirements will be based on the • complexity of the workflows you intend to implement Resource requirements could be met by one individual • or many You may find or have a resource that can configure the system, build workflows, and write any of the required ABAP In any workflow implementation, there is usually a small • amount of Basis team support required for the initial configuration in the system 30
  • 32. Types of Resources Required (cont.) Workflow Complexity Resources Simple: Only use standard SAP business SAP Workflow Creator objects, methods, and events Complex: Use standard plus custom-developed SAP Workflow Creator SAP business objects, methods, and ABAP events After go-live, plan to have a workflow administrator to • monitor the system for workflow errors, provide support if a task cannot be executed, or execute reporting requirements 31
  • 33. What We’ll Cover … Introduction • Thinking about SAP Workflow? • Using SAP Workflow in the engineering environment • Reviewing basic workflow concepts • Looking at available tools • Comparing out-of-the-box and custom methods and • events Demo: Creating a simple workflow • Determining types of resources required • Wrap-up • 32
  • 34. Resources Book: Alan Rickayzen, Jocelyn Dart, Carsten Brennecke, • Markus Schneider, Practical Workflow for SAP (SAP PRESS, 2002). Put together by the Developers Of SAP Workflow #1 Book anyone interested in SAP Workflow should have www.sappress.com/product.cfm?account=&product=H950 The SAP Fan Club has a very active forum on SAP • Workflow www.sapfans.com SAP Business Workflow FAQ from SAP SDN • www.sdn.sap.com/irj/sdn/wiki?path=/display/HOME/SAP%2bB usiness%2bWorkflow%2bFAQ 33
  • 35. 7 Key Points to Take Home SAP Workflow is all about getting the right information to the • right people at the right time SAP Workflow can be used in the engineering environment • to help formalize and manage the processes surrounding document management, engineering changes, material creation, and other PLM processes SAP provides a graphical Workflow Builder for modeling • your processes There are many standard tasks, business objects, methods, • and events that can be used Standard items delivered by SAP can be enhanced to • facilitate additional process requirements As demonstrated, creating a workflow in SAP can be simple • Resource requirements will be based on the complexity of • the workflow you plan to implement 34
  • 36. Your Turn! Questions? How to contact me: Eric Stajda http://www.linkedin.com/in/estajda 35