Business Process and SAP ERP
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的更多相关文章
- 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 ... 
- Modernizing Business Process with Cloud and AI
		The world is awash with digital transformation. Every customer and partner that I talk to, across ev ... 
- SAP ERP 6.0 EHP7 SR2(WINDOWS MSSQL版)安装说明
		原文 by 枫竹丹青 ⋅ 1.安装准备 1.1.版本说明 本文是描述在一个Windows虚拟机.SQL Server数据库环境下,安装SAP ERP 6.0 EHP7 SR2服务器,安装完成虚拟机文件 ... 
- ABAP术语-Business Process
		Business Process 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/11/1035316.html A prepared sce ... 
- 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 ... 
- Java Business Process Management(业务流程管理)  初识环境搭建
		一.简介 (一)什么是jbpm JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理.工作流.服务协作等领域的一个开源的.灵活的.易 ... 
- Dynamic CRM 2013学习笔记(三十九)流程2 - 业务流程(Business Process Flows)用法详解
		业务流程(Business Process Flows)是CRM 2013 里一个新的流程,它提供了可视化的流程表现.业务人员创建有效.流线型的业务流程让最终用户知道当前在哪.下一步要做什么,用户可以 ... 
- SAP ERP SD模块中维护销售人员
		SAP ERP SD模块中维护销售人员信息并分配销售组织 分类: SAPHCM用户指南 在SAP ERP系统,销售和分销(SD)模块中需要创建销售人员(Sales Personnels)消息, ... 
- architecture and business process modelling
		bpmn 架构相关的文章: 转自:https://www.heflo.com/definitions/architecture-business-process-modeling/ BPMN Mode ... 
随机推荐
- 跳石头(NOIP2015) (二分查找)
			原题传送门 好久没更了..昨天去学zkw线段树,被zxyer狠狠地D了一顿.. 来补坑.. 这是一道很奇特的题目. 根据题目可以看出这道题有二分题具有的性质.. 不懂二分性质的可以看我以前的博客 传送 ... 
- 花匠(NOIP2013)(神奇纯模拟)
			原题传送门 这是道很奇怪的题目,真不知道为什么要放到T2. 也许是T1太水了 首先先看题, 题目要求一个数列中下标为偶数的点比临近的下表为奇数的点更大或更小 其实就是说在原数组中找到一个最长的波动数列 ... 
- eclipse块编辑
			1. Windows > Preferences然后键入keys或浏览到General > Keys.根据该键输入filter text的block selection快速找到快捷方式上市 ... 
- V++ MFC  CEdit输出数组  UNICODE TO ASCII码
			MFC怎么在静态编辑框中输出数组 //字符转ASCII码void CUTF8Dlg::OnBnClickedButtonCharAscii(){ // TODO: 在此添加控件通知处理程序代码 Upd ... 
- C语言字节对齐问题详解【转】
			引言 转自:http://www.cnblogs.com/clover-toeic/p/3853132.html 考虑下面的结构体定义: 1 typedef struct{ 2 char c1; 3 ... 
- react 利用react-hammerjs插件实现滑动特效和点击特效
			react-hammerjs是一款由hammer.js的JS插件来实现在react中实现手势滑动的事件插件, 它有各种各样的手势支持效果,这里我们就使用下它最简单的3种效果来实现我们要的动画 分别是点 ... 
- codebolcks设置自动补全[转]
			熟悉使用一些开发类IDE的朋友对代码自动补全一定印象深刻,如Visual studio,eclipse等,我们在程序中定义的那一个个超长的变量函数名只需打出几个字母就可自动补全,但是在codebloc ... 
- EasyUI Datagrid 单元格编辑
			3:对于单元格的编辑 $('#Units').datagrid({ pageNumber: 1, //url: "@ViewBag.Domain/Paper/GetQuestionUnit& ... 
- Spring 依赖注入(控制反转)介绍
			耦合性是软件工程中的一个重要概念.对象之间的耦合性就是对象之间的依赖性.对象之间的耦合越高,维护成本越高.因此对象的设计应使类和构件之间的耦合最小. spring Ioc思想 控制翻转也就是sprin ... 
- 玩转Nuget服务器搭建(一)
			背景 公司项目是分模块进行架构 ... 
