Architecture of the R/3 System Chapter 14. Problems of Enterprise-Wide Computing Slow response time during peak traffic loads Different time zones, systems,

Slides:



Advertisements
Similar presentations
Leveraging an Integrated ERP and CRM System - Featuring Sage MAS 500 ERP and Sage SalesLogix CRM.
Advertisements

Aligning Support Process & Software With Customer Communication Preferences Rusty Coleman, VP Sales & Marketing This presentation advances on mouse click.
Database Architectures and the Web
Chapter 9 Achieving Operational Excellence and Customer Intimacy: Enterprise Applications Video Cases Video Case 1a: What Is Workday: Enterprise Software.
SAP Overview SAP Solutions. 2 Agenda for the overview Introduction to the SAP R/3 system SAP system’s functionality SAP implemenation methodology mySAP.com.
DEPARTMENT OBJECTIVES 1. To Identify and deploy information technology to meet business objective at CKPL. 2.To Provide support to users for systems usage.
Technical Architectures
Chapter 7 Enterprise-Wide Information Systems
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Enterprise Resource Planning Dr. Djamal Ziani. Customer Relationship Management CHAPTER 3.
SE 464: Industrial Information systems Systems Engineering Department Industrial Information System LAB 02: Introduction to SAP.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.
Hosted by SAP 2003: Your Technology and Business Roadmap Jim Shepherd Senior Vice President AMR Research.
The Architecture of Transaction Processing Systems
Enterprise Applications and Business Process Integration
Public SAP NetWeaver & SAP Business Suite Fabian Dias Principal SAP NetWeaver Consultant.
Lecture-9/ T. Nouf Almujally
Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.
Module 3: Business Information Systems Enterprise Systems.
WELCOME good day Alexandru Doszlop
Corporate Profile Contact Arvind Verma
Enterprise Systems & Architectures. Enterprise systems are mainly composed of information systems. Business process management mainly deals with information.
第三組 Produce a report on 1.SAP NetWeaver 2.SAP Web Application Server 3. SAP Solution Manager ~ Team member ~ 何承恩 謝岳霖 徐翊翔 陳鼎昇.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
BUSINESS DRIVEN TECHNOLOGY
Hosted by SAP 2003: Your Technology and Business Roadmap Jim Shepherd Senior Vice President AMR Research.
Architecture of the R/3 System Chapter 14 C & L Chapter 8 M & W.
Support Package. SAP System consists of different software layers, also called Software components All of these layers are regularly updated using Support.
Customer Relationship Management (CRM) Chapter 3 IT for customer relationship Management Learning Objectives The origins of CRM technology The size and.
Microsoft Dynamics Snap Michael McClary ISV Developer Evangelist Microsoft Corporation.
SAP Overview SAP? Company ERP Software package –R/2 –R/3.
Customer Relationship Management Wagner & Zubey (2007) 11 Copyright (c) 2006 Prentice-Hall. All rights reserved. Copyright 2007 Thomson Publishing: All.
Chapter 6 Supporting Processes with ERP Systems Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 6-1.
CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)
SAP 2003: Your Technology and Business Roadmap
Building Tomorrow’s Corporate Portal David C. Hastings Director, Solutions Management
Jan/98 SAP & Microsoft Internet Integration.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 12 Integrating the Organization from End to End – Enterprise Resource Planning.
1 Chapter 12 Enterprise Computing. Objectives Overview Discuss the special information requirements of an enterprise-sized corporation Identify information.
Dr. William P. Wagner Villanova University SAP NetWeaver EAI Technology Framework for the Future.
Types/Levels of Integration Chao-Hsien Chu, Ph.D. School of Information Sciences and Technology The Pennsylvania State University Presentation Data Functional.
PEOPLESOFT. COMPANY PROFILE PeopleSoft was established in 1987 to provide innovative software solution that meet the changing business demands of enterprises.
Chapter 4 Intranets and Extranets. Awad –Electronic Commerce 2/e © 2004 Pearson Prentice Hall 2 OBJECTIVES Introduction Technical Infrastructure Planning.
Reporting & Analytics Stephen Chan Senior Solution Consultant.
Chapter7 TELECOMMUNICATIONS AND NETWORKS. Content e-Business Systems – Cross-Functional Enterprise Applications – Enterprise Application Integration –
Microsoft Partner Conference Integrated Innovation Don Kerr Partner Technology Specialist.
Momentum. Strategy & Roadmapping Business Analysis Information Architecture Usability / User Experience Rich Media Social Media (Web 2.0) Interface Design.
Integrating the Mainframe Liberating Enterprise Data.
Overview of SAP Products & Components SAP AG – An Overview World’s Leading Provider of Business Management Software Established in Headquarters.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
SAP NetWeaver™ Copyright ⓒ 2005 Samsung SDS Co., Ltd. All rights reserved | Confidential SAP XI Overview.
Enterprise Processes and Systems MIS 2000 Instructor: Bob Travica Updated 2016 Class 16.
MQ Series Cross Platform Dominant Messaging sw – 70% of market
The Self-Service Business Intelligence Suite
SAP Overview.
Software Solutions for E-Business
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Discovering Computers 2010: Living in a Digital World Chapter 14
Enterprise Processes and Systems
The Self-Service Business Intelligence Suite
How businesses use information systems (Part 2)
History of IS within Organizations
Enterprise Resource Planning
Manufacturing Roots of ERP
Advent Systems Company Profile Aug 2013.
MQ Series Cross Platform Dominant Messaging sw – 70% of market
Chapter 15: Accounting and Enterprise Software
Chapter 9 Web Hosting and E-Business Software
Enterprise Resource Planning Systems
Presentation transcript:

Architecture of the R/3 System Chapter 14

Problems of Enterprise-Wide Computing Slow response time during peak traffic loads Different time zones, systems, upgrades Heterogeneous database problem Multiple platforms

R/3 and Enterprise Computing Development of “middleware” enables portability across platforms –Technologies include: Db replication, messaging, XML, remote procedures R/3 supports: –TCP/IP –RFC –SQL & ODBC –OLE, MAPI, EDI

R/3 Server Installations 3-tier C/S preferred –Homogeneous - same OS on one or more platforms –Heterogeneous - a variety of platforms ex. UNIX, NT, Windows on application server UNIX with Oracle, Informix, DB2 on db server –R/3 solves the distributed multiple heterogeneous platform problem with “middleware”

Benefits of Multiple Application Servers An alternate server can be automatically selected if one is unavailable “Load balancing” of clients to least busy server Can optimize queries and reduce load on db server to improve response time Because it is scalable, servers can be added as more processing capability is needed

C/S Scenarios Centralized host computer performs all tasks including db, applications, and presentation 2-tier C/S - db server is separate from “thick client” which processes apps and presentation 3-tier C/S - separate systems for db, apps, and presentation (preferred by R/3) N-tier C/S – extension using servers on Internet

SAP R/3 Basis System

R/3 Middleware Transfer Protocols Front-end (presentation tier) –R/3 GUI uses resident OS resources to cut flow of data to 1-2 KB –whole screens are not passed but only logical control information and user inputs DB interface (between app and db servers) –SAP SQL within ABAP/4 environment –then translates queries into “native” SQL

More Middleware Functions Interprogram communications –synchronous vs. asynchronous Synchronous uses CPI-C, from IBM in the late ’80s –RFC/RPC libraries and DLLs to call R/3 functions/modules –SAP is closely aligned with COM from MS Transaction management –ALE -distributes db availability to several sites routes data, maintains security creates IDOC master which contains info about the data SAP experimenting with XML for internal messaging

Application Linking & Enabling (ALE) Allows users to set up applications and databases at distributed locations Not only routes data, but knows what data are needed in given situations; “intelligent middleware” –ALE checks for consistency of data, updates –uses IDOCS to send message between loosely coupled systems, with possibly dif. R/3 ver. –Asynchronous RFC means if system is down on target it will retry again

R/3 Distribution Scenarios Initially, R/3 was designed with one centralized db in mind (from late ’80s) ALE technology was developed to enable different integration scenarios –Contained in Business Blueprint Centralized, integrated DB and application server Centralized by module on servers Completely decentralized R/3 with central db “Next Generation” architecture

System Landscape for SAP R/3 Implementation CUST DEV QASPRD TESTSANDQTSTTRNGQTST

Next Generation ERP Architecture What is Internet ERP? –N-tier –EC, K Mgt, CRM, data mining, DSS, BI functionality on top of back office –Integrated tools include BW with OLAP APO Sales Force Automation CRM B2B SCM

Enterprise Application Integration (EAI) EAI Server DW environments Visual Basic MS Office Java Legacy Applications ERP ApplicationsCRM, etc

NetWeaver Adoption SAP anticipates that NetWeaver will redefine the company in a global manner –About 3000 of more than 24,000 potential companies have put some portion of NetWeaver into play –Early stage of maturity –IBM and MicroSoft supporting NetWeaver –SAP committed heavily to grow this in 2004 and 2005

NetWeaver Components SAP NetWeaver 2004 Synchronized Release as a single package –SAP WAS 6.4 –SAP EP 6.0 –SAP XI 3.0 –SAP BW 3.5 –SAP MI 2.5 (SAP MDM limited usage at this point) All sold and shipped together and can be installed in one procedure –Still possible to run individually –Ramp up was April 2004

… SAP NetWeaver™ INFORMATION INTEGRATION Master Data Management Bus. IntelligenceKnowledge Mgmt Composite Application Framework PEOPLE INTEGRATION Multi channel access PortalCollaboration APPLICATION PLATFORM J2EE DB and OS Abstraction ABAP Life Cycle Mgmt PROCESS INTEGRATION Integration Broker Business Process Management SAP EP SAP MI SAP BI SAP XI SAP MDM SAP WAS

Evolution of SAP App development ABAP & SAP Basis Open SQL RFCs/BAPIs ALE & IDocs Report Writer/Query Dynpro, SAP GUI ABAP Workbench WAS and Java Open SQL for ABAP & Java Web Services/WSDL XI, MDM, and XML SAP BI Web Dynpro, EP, MI NetWeaver Developer Studio

mySAP.com Application Hosting Alternative Application Service Providers (ASPs) integrate and combine Evaluation Implementation Operation Service & Support Service offering for all kinds of outsourcing levels such as Business Operation Services Application Management Services Platform Services

mySAP.com Application Hosting Applications Management Enterprise ASP Spending Source: IDC, $ Million $150 MILLION $2 BILLION $ Billion Source: G2 Analysts expect explosive growth in both sectors over next four years Primary Lead Market: US Secondary Lead Market: Europe

mySAP.com Application Hosting Test Drive Your Solution Online Compose Your Solution Online We Implement Your Solution Online Financial Application Services HR Application Services Evaluation Implementation Continuous Improvement We Host Your Solution Online Industry Marketplaces Enterprise-specific Marketplaces We Build And Host Your Business Community / Marketplace Online SAPPartners + SAP AHSAP & Partners Evaluation Implementation Cont. Improvement

SAP’s Portal Play 3rd party services More than 40 partners Added value for business professionals Highly Personalizable

Growing Importance of CRM Based on a recent GartnerGroup survey (Aug 2000) on customer service e-tailing sites, there are many potential areas for improvements. Some are simple; others require significant investments in people, processes and technology. Here are the top-10 pitfalls: 1. Requiring a password to access customer service 2. Lack of a customer service tab 3. Lack of search engines for general customer service 4. Lack of a site map 5. Lack of internationalization 6. Lack of agent support for new channels 7. Lack of working channels 8. Lack of good customer service on the phone 9. Lack of coordination between click and brick 10. Requiring software download for access

Sales Force Automation Customer Care Relationship Marketing Marketing Automation Customer Data Warehousing Enterprise Relationship Front Office Technology Enabled Relationship Direct Mail Telemarketing One to One Marketing Database Marketing Customer Intimacy Customer Segmentation & Analytics CRM Has Many Components

Migrating to a New Model Transaction Driven Access Limited Availability Stand Alone Units Technology Constrained Limited Capabilities Cost Centers Call Centers Customer Driven Multi-Media Access Anytime Availability Fully Integrated Technology Enabled Enterprise Capabilities Profit Centers CRM Centers Prior ViewFuture View

Sales Workbench Opportunity Management Proposal Generation Marketing Encyclopedia Configuration & Pricing Tele Sales Management Analytics Service Workbench Case Management Help Desk Dispatch Management Analytics Routing Scheduling Spare Parts Inventory Business Applications Data Stores Customer/ Prospect/ Employee Touchpoints Marketing Workbench Database Marketing Data Mining Campaign Management Content Management Interactive Marketing Management Analytics FRONT OFFICE DATA WAREHOUSE & OPERATIONAL DATA STORES BACK OFFICE LeadsOpportunitiesCustomersInteractions Order Management Distribution & Logistics Manufacturing Procurement Finance, Accounting, HR Billing MAIL Paper Electronic Fax FACE-TO-FACE SELF SERVICE TELEPHONY Handhelds Tablets Web Kiosks ACD VRU Integrated Touchpoints FRONT OFFICE BACK OFFICE eCRM Technology Architecture

eCRMLive Located in PricewaterhouseCoopers’ CRM Solution Centers, Rosemont, IL, and Philadelphia, PA, eCRMLive demonstrates the successful deployment of best-in-class multi-media customer contact solutions. Customer Telephone Call Web Self-service & Collaboration Internet Switch/ACD CTI Middleware VRUAvailable CSR Case Management Specialist Queue and Capacity Monitoring Workforce Management Supervisory Functions Call Routing Relationship Marketing SFA Customer Database Content Management Legacy Database Call Escalations

eCRM Vendors Vendor Demonstrated Functionality BroadVisionWeb Personalization CenterCoreCall Center Furniture CNTLegacy Middleware Integration Compaq NT servers and Desktop PCs Genesys Computer Telephony Integration, Grahl Ergonomic Call Center Seating Avaya Switch/ACD, Internet Telephony Gateway,Internet Call Center, Call Management Server, Telephones & Headsets MicrosoftMicrosoft ASP Nuance CommunicationsSpeech Recognition Siebel SystemsCustomer Service and Support Application, Sales ForceAutomation Sun Microsystems Unix Servers Symon Communications Reader Board Messaging VignetteWeb Content Management CiscoWeb Collaboration/Integration Xchange Campaign Management Aspect CommunicationsWorkforce Management