Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.

Slides:



Advertisements
Similar presentations
Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology 1.
Advertisements

DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Monitor & Analyse System
Visit : Call Us: US: , India:
Visit : Call Us: US: , India:
Database Architectures and the Web
Visit : Call Us: US: , India:
Visit : Call Us: US: , India:
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
DEPARTMENT OBJECTIVES 1. To Identify and deploy information technology to meet business objective at CKPL. 2.To Provide support to users for systems usage.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
University of Southern California Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology Instructor: Richard W. Vawter.
Interpret Application Specifications
The Architecture of Transaction Processing Systems
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
.NET, and Service Gateways Group members: Andre Tran, Priyanka Gangishetty, Irena Mao, Wileen Chiu.
Hands-On Microsoft Windows Server 2008 Chapter 1 Introduction to Windows Server 2008.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
WINDOWS SERVICES. Introduction You often need programs that run continuously in the background Examples: – servers –Print spooler You often need.
Module 13: Configuring Availability of Network Resources and Content.
SAP R/3 System: Client Server Overview (Buck-Emden & Galimow, 1998) Dr. K. Palaniappan.
Architecture of the R/3 System Chapter 14 C & L Chapter 8 M & W.
SAP Overview SAP? Company ERP Software package –R/2 –R/3.
University of Management & Technology 1 Operating Systems & Utility Programs.
Module 7: Fundamentals of Administering Windows Server 2008.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Introduction  Client/Server technology is seen by many as the solution to the difficulty of linking together the various departments of corporation.
Module 9: Preparing to Administer a Server. Overview Introduction to Administering a Server Configuring Remote Desktop to Administer a Server Managing.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
Computer Emergency Notification System (CENS)
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Operating-System Structures System Components Operating System Services.
- Ahmad Al-Ghoul Data design. 2 learning Objectives Explain data design concepts and data structures Explain data design concepts and data structures.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Computers Operating System Essentials. Operating Systems PROGRAM HARDWARE OPERATING SYSTEM.
Ihr Logo Operating Systems Internals & Design Principles Fifth Edition William Stallings Chapter 2 (Part II) Operating System Overview.
0 UMN 2011 ERP Terapan SAP BASIS System Monitoring (CCMS) Session # 5.
Operating System Principles And Multitasking
Switch Features Most enterprise-capable switches have a number of features that make the switch attractive for large organizations. The following is a.
Process Architecture Process Architecture - A portion of a program that can run independently of and concurrently with other portions of the program. Some.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
IBM Global Services © 2005 IBM Corporation SAP Legacy System Migration Workbench| March-2005 ALE (Application Link Enabling)
Oracle Architecture - Structure. Oracle Architecture - Structure The Oracle Server architecture 1. Structures are well-defined objects that store the.
Introduction to ABAP/4 A dvanced B usiness A pplication P rogram – Release 4 Why Use ABAP? –Programming language of SAP –Main purpose is to provide additional.
1 Chapter Overview Monitoring Access to Shared Folders Creating and Sharing Local and Remote Folders Monitoring Network Users Using Offline Folders and.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTERSTAGE BPM ARCHITECTURE BPMS.
SAP R/3 User Administration1. 2 User administration in a productive environment is an ongoing process of creating, deleting, changing, and monitoring.
Career Oriented SAP BASIS training in India,uk,usa Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING.
Online | classroom| Corporate Training | certifications | placements| support Contact: USA : , India.
CTS Change & Transport System. Introduction The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP.
Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology Instructor: Richard W. Vawter.
SQL Database Management
SAP Overview.
Module 9: Preparing to Administer a Server
Chapter 2: System Structures
Designing Database Solutions for SQL Server
Database Architectures and the Web
Data Networking Fundamentals
#01 Client/Server Computing
An Introduction to Computer Networking
Tiers vs. Layers.
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
Overview SAP Basis Functions
Why Background Processing?
Module 9: Preparing to Administer a Server
#01 Client/Server Computing
Presentation transcript:

Overview SAP Basis Functions

SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating between the various work processes Understanding the basic functions of the Basis Module

SAP Technical Overview The Software-Oriented View of R/3

SAP Technical Overview The SAP R/3 System Architecture Implications for Application Programming –Separate presentation and application layers implies that when you run an application program that requires user interaction, control of the program is continually passed backwards and forwards between layers. –When a screen is ready for user input, the presentation layer is active, and the application server is inactive with regard to that particular program. –As a consequence, the program logic in an application program that occurs between two screens is known as a DIALOG STEP.

SAP Technical Overview

Application Layer (cont.) –Application Server R/3 programs run on application servers The APPLICATION SERVER communicate with the presentation components, the database, and also with each other, using a MESSAGE SERVER. Main components: –Work Processes (Dialog, Update, Enqueue, Batch, Spool) –Dispatcher –Gateway –Message Server The SAP R/3 System Architecture

What happens when I send a request to SAP?

SAP Technical Overview Application Server Presentation... Internet Application Database Communication SAPGUI InternetOffice Work-process Work-process Work-process Dispatcher TCP/IP Remote SQL IPCIPC Local Buffer for R/3 Data, DW-Objects,ABAP-Objects

SAP Technical Overview Dispatcher Program which manages resources of the R/3 applications Receives requests from user and passes them to the corresponding work processes Only one dispatcher per application server

SAP Technical Overview Dispatcher Tasks Balances the workload between the processes Buffer management in main memory Connection with the presentation level Organization of the communication processes

SAP Technical Overview Work Process Responsible for executing R/3 application tasks Database Interface Task Handler ABAP/4 Processor Dialog Interpreter Work Process

SAP Technical Overview Different Kind of Work Processes for different Tasks Dialog D SAP Dispatcher Batch Spool Update Enqueue S B M G Message Gateway R/2 R/3 V E

SAP Technical Overview Dialog Work Processes Dialog D Responsible for the interactive tasks of the R/3 system Dialog work processes execute only one dialog step at a time and are immediately freed for the next user request Constantly switching between users

SAP Technical Overview Background Work Processes Responsible for executing ABAP programs submitted for background execution Batch jobs schedule the sequence of program execution Used for running long and time consuming programs Batch B

SAP Technical Overview Spool Work Processes Responsible for formatting the data for printing and passing it to the host spool system Only one spool work process allowed per server Spool

SAP Technical Overview Enqueue Work Processes Responsible for the lock management system Synchronizes database access for the multiple application servers and work processes Only one enqueue process per R/3 system to ensure data integrity Enqueue E

SAP Technical Overview Update Work Processes Responsible for making database changes requested by dialog and background processes For better performance, this process should be on the database server Update V

SAP Technical Overview V1 vs. V2 Update Processes Time-critical processes are inside V1 and less critical ones within V2 Error situations in –V1 : changes rolled back and V2 components not executed –V2 : only changes of V2 components rolled back Update V

SAP Technical Overview Message Server Used by different application servers to exchange data and internal messages Routes messages, such as update or batch job starts, between application servers One message server per system M Message

SAP Technical Overview Gateway Server Allows communication between R/3, R/2, and external applications Exchanges large amounts of information between application servers Gateway can reside on any of the connected systems G Gateway R/2 R/3

SAP Technical Overview Work Processes Number of work processes can only be changed after restarting the system Should have at least two dialog work processes Need to have at least one V1 and V2 processes Number of spool processes cannot be changed

SAP Technical Overview Application Server Presentation... Internet Application Database Communication SAPGUI InternetOffice Work-process Work-process Work-process Dispatcher TCP/I P Remote SQL IPCIPC Local Buffer for R/3 Data, DW-Objects,ABAP-Objects

SAP Technical Overview TCP/I P Processing of a SAP Transaction (1) Presentation... Internet Application Database Communication SAPGUI Work-process Work-process Work-process Dispatcher Remote SQL IPCIPC Local Buffer for R/3 Data, DW-Objects,ABAP-Objects StartTransaction Assign User request to Workprocess Workprocess Fetch data from buffer/database Re-turndatafor next nextstep

SAP Technical Overview Processing of a SAP Transaction (2) Presentation... Internet Application Database Communication SAPGUI Work-process Work-process Work-process Dispatcher TCP/IP Remote SQL IPCIPC Local Buffer for R/3 Data, DW-Objects,ABAP-Objects Fetch data from buffer/database Assign User request to Workprocess Re-turndatafor next nextstep

SAP Technical Overview Processing of a SAP Transaction (3) Presentation... Internet Application Database Communication SAPGUI Work-process Work-process Work-process Dispatcher TCP/IP Remote SQL IPCIPC Local Buffer for R/3 Data, DW-Objects,ABAP-Objects Update data on database End transaction Request for update

SAP Technical Overview SAP Communication Interfaces High Level Low level Communication Interface Communication System Mail MAPI SMTP X.400 EDI Business API RFC CPI-C Q-API IDOC ALE OLE

SAP Technical Overview Business Framework Business Component BAPI ALE BAPI Business Component Business Component - contains business functionality BAPI - interface between the components ALE - integration of components

SAP Technical Overview Business API (BAPI) Defined method of a business object Standardized methods allow customers to integrate their software with R/3 Object-oriented in nature BAPIs from all development platforms that support the SAP Remote Function Call (RFC) protocol

SAP Technical Overview Other Interfaces Application Link Enabled (ALE) - Interface that links different SAP systems and external application systems –Transport special data structures known as IDOCS (Intermediate Documents) Object Linking and Enabled (OLE) - enables desktop users to access SAP data from many OLE client programs

Basic Functions of Basis

SAP Technical Overview Basis Functions Hardware and Database Administration User and Security Administration Client Maintenance Correction and Transport System (CTS) Data Dictionary Online Service System (OSS) Performance Monitoring and Tuning

SAP Technical Overview Hardware and Database Administration Hardware upgrades - adding memory or servers Database backup and recovery Database optimization Disaster Recovery

SAP Technical Overview User Administration Create users and assign profiles Modify, lock and unlock users Develop authorizations and profiles

SAP Technical Overview Client Maintenance Create clients Copy and refresh clients Client imports and exports Delete and remove clients Modify change options

SAP Technical Overview Correction and Transport System R/3 System Development ProductionQuality Assurance Change Request Moving changes from one R/3 system to another

SAP Technical Overview Online Service System (OSS) OSS is a set of SAP’s online services such as bug fixes and useful implementation information OSS Notes Hotpacks Remote Connections Send questions to SAP ABAP registration

SAP Technical Overview Performance Monitoring and Tuning Check database usage and storage capabilities Dialog response time Investigate ABAP short dumps Optimize performance characteristics

SAP Technical Overview Computer Center Management System (CCMS) Manages the entire system - database, application, operating system Collection of tools and utilities which allow you to monitor and manage the R/3 system Allows monitoring of multiple R/3 systems Comes FREE with each SAP system

SAP Technical Overview Computer Center Management System (CCMS) functions Starting and stopping instances Monitoring and analyzing workload Alert capabilities Operation modes and work process automatic reconfiguration Instance profile checking and maintenance Logon load balancing