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. [LeetCode] Combinations 回溯

    Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For exampl ...

  2. 第20章 HOOK和数据库访问

    转自: https://blog.csdn.net/u014162133/article/details/46573873 通过安装Hook过程,可以用来屏蔽消息队列中某些消息 The SetWind ...

  3. FIRST SCRAPY PRJ

    zpc@Lenovo-PC:/prj/pyscrapy/a$ scrapy startproject helloword New Scrapy project 'helloword' created ...

  4. linux 路由表设置 之 route 指令详解【转】

    转自:http://blog.csdn.net/vevenlcf/article/details/48026965 目录(?)[-] 种路由类型 主机路由 网络路由 默认路由 配置静态路由 route ...

  5. MFC CString GetBuffer/ReleaseBuffer 的使用条件

      今天为了通过串口往单片机里写一个16进制字符去控制单片机的adc的起停,结果糊涂到把'\x01'误写成'\0x01',怎么也得不到意想的结果,程序员有时候会犯低级错误,有时候怎么也跳不出去,这时候 ...

  6. cannot load shared object file undefined symbol

    cannot load shared object file undefined symbol 场景: 共享库里引用了主程序一个符号,结构编译的时候没问题,运行时用 dlopen 打开共享库报上述错误 ...

  7. HTTP GET与POST区别

    HTTP定义了与服务器交互的不同方法,最基本的方法是 GET 和 POST. HTTP-GET和HTTP-POST是使用HTTP的标准协议动词,用于编码和传送变量名/变量值对参数,并且使用相关的请求语 ...

  8. python--websocket数据解析

    # websocket实现原理 ''' 1.服务端开启socket,监听ip和端口 2.客户端发送连接请求(带上ip和端口) 3.服务端允许连接 4.客户端生成一个随机字符串,和magic strin ...

  9. hdu 5124(区间更新+单点求值+离散化)

    lines Time Limit: 5000/2500 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submi ...

  10. Ajax不能跨域访问的解决方案

      文章介绍 这是一篇,引导文吧... 因为写这篇文章时,实在想不出该如何分序.因此以实现跨域访问为目的,从基础知识往上写.最后以百度搜索智能提示为例,来讲解跨域的具体应用! 内容 首先,我们得明确什 ...