Online | classroom| Corporate Training | certifications | placements| support www.magnifictraining.com Contact: USA :+1-6786933994,+1-6786933475 India.

Slides:



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

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:
DEPARTMENT OBJECTIVES 1. To Identify and deploy information technology to meet business objective at CKPL. 2.To Provide support to users for systems usage.
University of Southern California Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology Instructor: Richard W. Vawter.
The Architecture of Transaction Processing Systems
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
WINDOWS SERVICES. Introduction You often need programs that run continuously in the background Examples: – servers –Print spooler You often need.
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.
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.
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)
0 UMN 2011 ERP Terapan SAP BASIS System Monitoring (CCMS) Session # 5.
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
IBM Global Services © 2005 IBM Corporation SAP Legacy System Migration Workbench| March-2005 ALE (Application Link Enabling)
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.
ONLINE KNOWLEDGE PRODUCT OF SAP GRC Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA
SAP BASIS ONLINE TRAINING Online | Corporate Training | certifications | placements| CONTACT US Call: USA : IND : E Mail:
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTERSTAGE BPM ARCHITECTURE BPMS.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
SAP R/3 User Administration1. 2 User administration in a productive environment is an ongoing process of creating, deleting, changing, and monitoring.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
BECOME A SAP CRM CONSULTANT & JOB PROFILE Online | classroom| Corporate Training | certifications | placements| support
Career Oriented SAP BASIS training in India,uk,usa Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING.
Click here to download this powerpoint template : Green Floral Background Powerpoint TemplateGreen Floral Background Powerpoint Template For more templates.
CRM Training Courses &Online Courses and Salesforce Online | classroom| Corporate Training | certifications | placements| support.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
TFS Training TFS Training. Introduction to Team Foundation Server Team Foundation Server Team Foundation Server is a Microsoft product which provides.
ONLINE | CLASSROOM| CORPORATE TRAINING | CERTIFICATIONS | PLACEMENTS| SUPPORT CONTACT US: MAGNIFIC TRAINING INDIA USA :
SAP GRC(Governance Risk and Compliance)/SECURITY ONLINE TRAINING  Magnific Name : SAP GRC/SECURITY 24*7 Technical support  faculty : Real time Experience.
SAP Security Online Training Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
TIBCO Business Events Online Training. Introduction to TIBCO BE Tibco Business Events is complex event processing software with a powerful engine enables.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
Magnific training India USA : , Online | classroom| Corporate.
SAP SCM: ERP Procurement certification course in online training Online | classroom| Corporate Training | certifications | placements| support CONTACT.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
Sap Apo Online Training And Certification Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA.
www. magnifictraining.com Online | classroom| Corporate Training | certifications | placements| support Online | classroom| Corporate.
Online | classroom| Corporate Training | certifications | placements| support Contact: USA : ,
1. About us : Online IT Guru is a comprehensive repository for online courses offering high quality, state-of-the-art IT and business related e-learning.
BECOME A SAP CRM CONSULTANT & JOB PROFILE Online | classroom| Corporate Training | certifications | placements| support
Specto training SAP SRM Online Training Contact us: Ph: Mail:
SAP security online training CONTACT US: MAGNIFIC TRAINING INDIA USA : CONTACT US: MAGNIFIC TRAINING INDIA
CONTACT US: USA: , INDIA: ,
SQL Server DBA Online TrainingSQL Server DBA Online Training.
Techverze Oracle Hyperion Planning Online Training.
Enterprise Wide Information Systems SAP R/3 Overview & Basis Technology Instructor: Richard W. Vawter.
SAP Overview.
Module 9: Preparing to Administer a Server
OracleDataIntegrator(ODI) Training
Chapter 2: System Structures
SAP ABAP Online Training
#01 Client/Server Computing
An Introduction to Computer Networking
Overview SAP Basis Functions
MS Dynamics AX Technical Online Training
Module 9: Preparing to Administer a Server
#01 Client/Server Computing
Presentation transcript:

Online | classroom| Corporate Training | certifications | placements| support Contact: USA : , India : , ,

 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

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 SAP Technical Overview The SAP R/3 System Architecture

SAP Technical Overview 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

 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

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

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

SAP Technical Overview Dialog D SAP Dispatcher Batch Spool Update Enqueue S B M G Message Gateway R/2 R/3 V E

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 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 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 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 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 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 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 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

 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

SAP Technical Overview 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 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 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 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 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 Component BAPI ALE BAPI Business Component Business Component - contains business functionality BAPI - interface between the components ALE - integration of components

SAP Technical Overview 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 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

 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 upgrades - adding memory or servers  Database backup and recovery  Database optimization  Disaster Recovery SAP Technical Overview

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

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

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

 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

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

SAP Technical Overview 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 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

 We offer you: 1. Interactive Learning at Learners convenience 2. Industry Savvy Trainers 3. Learn Right from Your Place 4. Customized Curriculum 5. 24/7 system access 6. Highly Affordable Courses 7. Support after Training a. Resume Preparation b. Certification Guidance c. Interview assistance

  -sap scm online training contact us:  or  By Real Time Experts from Hyderabad,  Bangalore ,India,USA,Canada,UK, Australia,South  Africa.

Thank you ! Contact: USA : , India : , ,