1. Definition of Organisation

- Organizations are created entities within and through which people interact to reach individual and collective goals.

- Organisations are established to achieve some objectives.

-There are a set of business processes involved in each organisation.

2. Business Process

- Business process is a coordinated set of activities and that involve the use of resources to produce valuable products or services.

- Processes are the means through which organizations deliver values to internal and external customers.

- Processes (standards operating procedures) generally reflect years of learning about how to do things efficiently in a given industry or organization.

3. Importance of Business Process Improvement

-Specialization

- specialization of labour

- enabled organizations to produce more products through higher efficiency

- Total Quality Management (TQM)

- focus on reduction of variability and defects on process outputs

- continuous incremental improvement

- Business Process Reengineering (BPR)

- radical and innovative process change

- IT is a critical enabler

4. The Silo Effect

- Each functional areas work in isolation

- Lack of understanding of the big picture

- Inefficient interaction across functions

- Difficult to coordinate activities across functional areas

5. The solution

- Enterprise Systems

- Integrates applications across functional areas

- Enable efficient and effective information sharing across functional areas

- ERP focus on intra-organisational processes

6. Definition of ERP

An Enterprise Resource Planning system is a packaged business software system that allow a company to

- automate and integrate the majority of its business processes

- share common data and practices across the entire organization

- produce and access information in a real-time environment.

SAP ERP

- Enable a company to support and optimize its processes

- Tie together disparate business functions (integrated business solution)

- Help the organization run smoothly

- Real-time environment

- Scalable and flexible

7. Summary

-Effective and efficent organizational processes are essential to organizational success.

-ES/ERP offers benefits to organizations through integration of business processes.

-SAP ERP is a complex software system.

-So-called 'best practices' are practices that have worked well for some other organizations, but not necessarily be best for the organization contemplating implementing the ES.

Business Process and SAP ERP的更多相关文章

  1. 2 Configuring SAP ERP Sales and Distribution -introduction to SAP

    First Steps in SAPWe’ll now discuss some of the basic menus, screens, and transactions that you need ...

  2. Modernizing Business Process with Cloud and AI

    The world is awash with digital transformation. Every customer and partner that I talk to, across ev ...

  3. SAP ERP 6.0 EHP7 SR2(WINDOWS MSSQL版)安装说明

    原文 by 枫竹丹青 ⋅ 1.安装准备 1.1.版本说明 本文是描述在一个Windows虚拟机.SQL Server数据库环境下,安装SAP ERP 6.0 EHP7 SR2服务器,安装完成虚拟机文件 ...

  4. ABAP术语-Business Process

    Business Process 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/11/1035316.html A prepared sce ...

  5. 1 Configuring SAP ERP Sales and Distribution -introduction to SAP

    SAP is one of the most popular enterprise resource planning (ERP) solutions inthe world. It offers a ...

  6. Java Business Process Management(业务流程管理) 初识环境搭建

    一.简介 (一)什么是jbpm JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理.工作流.服务协作等领域的一个开源的.灵活的.易 ...

  7. Dynamic CRM 2013学习笔记(三十九)流程2 - 业务流程(Business Process Flows)用法详解

    业务流程(Business Process Flows)是CRM 2013 里一个新的流程,它提供了可视化的流程表现.业务人员创建有效.流线型的业务流程让最终用户知道当前在哪.下一步要做什么,用户可以 ...

  8. SAP ERP SD模块中维护销售人员

    SAP ERP SD模块中维护销售人员信息并分配销售组织   分类: SAPHCM用户指南   在SAP ERP系统,销售和分销(SD)模块中需要创建销售人员(Sales Personnels)消息, ...

  9. architecture and business process modelling

    bpmn 架构相关的文章: 转自:https://www.heflo.com/definitions/architecture-business-process-modeling/ BPMN Mode ...

随机推荐

  1. artDialog组件与iframe

    背景 组件官网. 未用过的朋友可以先了解下. 当Content参数传递html元素时,官方的解释是: 备注:1.元素不是复制而是完整移动到对话框中,所以原有的事件与属性都将会保留 2.如果隐藏元素被传 ...

  2. SqliteDeveloper 破解

    方法1: 注册表删除 HKEY_CURRENT_USER\SharpPlus\SqliteDev 下的 StartDate 方法2:  安装完成SQLite Developer后,先不要打开软件,下面 ...

  3. android 研究的环境搭建、高效工具、网站资源

    =================  2015 年 10 月 14 号 更新 著名的android开源社区xda有一个帖子,详细描述了android开发和研究环境的初始搭建过程: http://for ...

  4. Xdebug安装对应版本与配置

    Xdebug安装地址https://xdebug.org/download.php,进入下载页面后点击custom installation instructions,可以找到适合的Xdebug版本. ...

  5. html控件使用

    <html> <head> <title>登录页面</title> </head> <body> <form action ...

  6. 关于python浮点数的精度问题。

    若想严格按照四舍五入进行,可使用Decimal,代码如下: from decimal import Decimal, ROUND_HALF_UP def round(x, n): return Dec ...

  7. 部署站点支持Https访问的方法

    1.申请公钥和私钥,放到服务器 2.编辑default配置文件 改为 加上证书路径 ps:泛域名支持admin.xxx.com.demo.xxx.com等等,而免费的Let's Encrypt仅支持w ...

  8. JAVA泛型练手

    公司电脑不能安装JAVA环境,不爽啊. import java.util.List; import java.util.ArrayList; import java.lang.reflect.Meth ...

  9. VS2010安装包制作

    最近对软件安装包制作研究了一下,下面记录了一种比较简单,不用写代码的方法. 1.New Project---->Other Project Types ---->Visual Studio ...

  10. codeforces-103B

    题目连接:http://codeforces.com/contest/103/problem/B B. Cthulhu time limit per test 2 seconds memory lim ...