SlideShare a Scribd company logo
1 of 40
Overview
SAP Basis Functions
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
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
What happens when I
send a request to SAP?
Application Server
SAP Technical Overview
Presentation . . . Internet
Application
Database
Communication
SAPGUI
SAPGUI Internet
Office
Work-
process
Work-
process
Work-
process
Dispatcher
TCP/IP
Remote SQL
IPC
Local Buffer
for R/3 Data,
DW-Objects,
ABAP-Objects
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
SAP Technical Overview
Database
Interface
Task Handler
ABAP/4
Processor
Dialog
Interpreter
Work Process
Different Kind of Work Processes for different Tasks
SAP Technical Overview
Dialog
SAP Dispatcher
Batch
Spool
Update
Enqueue
S
12
9
6
3
11 1
7 5
8 4
2
10
B
M
G
Message
Gateway
R/2 R/3
V
E
Dialog Work Processes
SAP Technical Overview
Dialog
• 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
Background Work Processes
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
12
9
6
3
11 1
7 5
8 4
2
10
B
Spool Work Processes
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
Enqueue Work Processes
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
Update Work Processes
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
V1 vs. V2 Update Processes
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
Message Server
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
Gateway Server
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
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
SAP Technical Overview
Presentation . . . Internet
Application
Database
Communication
SAPGUI
SAPGUI Internet
Office
Work-
process
Work-
process
Work-
process
Dispatcher
TCP/I
P
Remote SQL
IPC
Local Buffer
for R/3 Data,
DW-Objects,
ABAP-Objects
Processing of a SAP Transaction (1)
SAP Technical Overview
TCP/I
P
Presentation . . . Internet
Application
Database
Communication
SAPGUI
Work-
process
Work-
process
Work-
process
Dispatcher
Remote SQL
IPC
Local Buffer
for R/3 Data,
DW-Objects,
ABAP-Objects
Start
Transaction
Assign User
request to
Workprocess
Fetch data from buffer/database
Re-
turn
data
for
next
step
1
2
3
4
5
Processing of a SAP Transaction (2)
SAP Technical Overview
Presentation . . . Internet
Application
Database
Communication
SAPGUI
Work-
process
Work-
process
Work-
process
Dispatcher
TCP/IP
Remote SQL
IPC
Local Buffer
for R/3 Data,
DW-Objects,
ABAP-Objects
1
2
3
5
6
8
Fetch data from
buffer/database
9
7
10
Assign User
request to
Workprocess
Re-
turn
data
for
next
step
Processing of a SAP Transaction (3)
SAP Technical Overview
Presentation . . . Internet
Application
Database
Communication
SAPGUI
Work-
process
Work-
process
Work-
process
Dispatcher
TCP/IP
Remote SQL
IPC
Local Buffer
for R/3 Data,
DW-Objects,
ABAP-Objects
1
2
3
4
5
6
8
9
7
10
11
12
13 14
Update data
on database
End transaction
Request
for update
SAP Communication Interfaces
SAP Technical Overview
High
Level
Low
level
SAP Technology
Communication Interface
Communication System
Mail
MAPI
SMTP
X.400
EDI
Business API
RFC
CPI-C
Q-API
IDOC
ALE
OLE
Business Framework
SAP Technical Overview
Business
Component
BAPI
ALE
BAPI
Business
Component
• Business Component - contains business
functionality
• BAPI - interface between the components
• ALE - integration of components
Business API (BAPI)
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
Other Interfaces
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
Basic Functions of Basis
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
SAP Technical Overview
R/3
System
R/3
System
R/3
System
Development Production
Quality
Assurance
Change
Request
Moving changes from one R/3 system to another
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)
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
Computer Center Management
System (CCMS) functions
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

More Related Content

Similar to SAP BASIS Simplified Learning with End to End

Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstrainingkeylabstraining
 
05. sap architecture final and os concepts (1)
05. sap architecture  final and os concepts (1)05. sap architecture  final and os concepts (1)
05. sap architecture final and os concepts (1)Tarek Hossain Chowdhury
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringLinh Nguyen
 
Notes1
Notes1Notes1
Notes1C-DAC
 
Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Ajith Narayanan
 
ebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfElboulmaniMohamed
 
Sap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit SanghaviSap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit SanghaviParikshit Sanghavi
 
Sap security online training
Sap security online trainingSap security online training
Sap security online trainingsapscmit
 
Oracle apps scm online training
Oracle apps scm online trainingOracle apps scm online training
Oracle apps scm online trainingsaptpmit
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questionsKranthi Kumar
 
Resume_ashok
Resume_ashokResume_ashok
Resume_ashokASHOK MP
 
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14p6academy
 
Basics SAP
Basics SAPBasics SAP
Basics SAPitplant
 
SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01Argos
 

Similar to SAP BASIS Simplified Learning with End to End (20)

Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstraining
 
Abap reports
Abap reportsAbap reports
Abap reports
 
05. sap architecture final and os concepts (1)
05. sap architecture  final and os concepts (1)05. sap architecture  final and os concepts (1)
05. sap architecture final and os concepts (1)
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload Monitoring
 
Notes1
Notes1Notes1
Notes1
 
Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14
 
Sap overview
Sap overviewSap overview
Sap overview
 
ebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdf
 
2007 SAPTech Ed
2007 SAPTech Ed2007 SAPTech Ed
2007 SAPTech Ed
 
Sapbasic
SapbasicSapbasic
Sapbasic
 
Sap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit SanghaviSap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit Sanghavi
 
Sap security online training
Sap security online trainingSap security online training
Sap security online training
 
Oracle apps scm online training
Oracle apps scm online trainingOracle apps scm online training
Oracle apps scm online training
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questions
 
1000 sap-interview-qa
1000 sap-interview-qa1000 sap-interview-qa
1000 sap-interview-qa
 
Resume_ashok
Resume_ashokResume_ashok
Resume_ashok
 
SAP
SAPSAP
SAP
 
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
 
Basics SAP
Basics SAPBasics SAP
Basics SAP
 
SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01
 

Recently uploaded

Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 

SAP BASIS Simplified Learning with End to End

  • 1.
  • 3. 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
  • 4. SAP Technical Overview The Software-Oriented View of R/3
  • 5. 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.
  • 7. 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
  • 8. What happens when I send a request to SAP?
  • 9. Application Server SAP Technical Overview Presentation . . . Internet Application Database Communication SAPGUI SAPGUI Internet Office Work- process Work- process Work- process Dispatcher TCP/IP Remote SQL IPC Local Buffer for R/3 Data, DW-Objects, ABAP-Objects
  • 10. 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
  • 11. 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
  • 12. Work Process • Responsible for executing R/3 application tasks SAP Technical Overview Database Interface Task Handler ABAP/4 Processor Dialog Interpreter Work Process
  • 13. Different Kind of Work Processes for different Tasks SAP Technical Overview Dialog SAP Dispatcher Batch Spool Update Enqueue S 12 9 6 3 11 1 7 5 8 4 2 10 B M G Message Gateway R/2 R/3 V E
  • 14. Dialog Work Processes SAP Technical Overview Dialog • 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
  • 15. Background Work Processes 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 12 9 6 3 11 1 7 5 8 4 2 10 B
  • 16. Spool Work Processes 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
  • 17. Enqueue Work Processes 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
  • 18. Update Work Processes 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
  • 19. V1 vs. V2 Update Processes 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
  • 20. Message Server 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
  • 21. Gateway Server 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
  • 22. 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
  • 23. Application Server SAP Technical Overview Presentation . . . Internet Application Database Communication SAPGUI SAPGUI Internet Office Work- process Work- process Work- process Dispatcher TCP/I P Remote SQL IPC Local Buffer for R/3 Data, DW-Objects, ABAP-Objects
  • 24. Processing of a SAP Transaction (1) SAP Technical Overview TCP/I P Presentation . . . Internet Application Database Communication SAPGUI Work- process Work- process Work- process Dispatcher Remote SQL IPC Local Buffer for R/3 Data, DW-Objects, ABAP-Objects Start Transaction Assign User request to Workprocess Fetch data from buffer/database Re- turn data for next step 1 2 3 4 5
  • 25. Processing of a SAP Transaction (2) SAP Technical Overview Presentation . . . Internet Application Database Communication SAPGUI Work- process Work- process Work- process Dispatcher TCP/IP Remote SQL IPC Local Buffer for R/3 Data, DW-Objects, ABAP-Objects 1 2 3 5 6 8 Fetch data from buffer/database 9 7 10 Assign User request to Workprocess Re- turn data for next step
  • 26. Processing of a SAP Transaction (3) SAP Technical Overview Presentation . . . Internet Application Database Communication SAPGUI Work- process Work- process Work- process Dispatcher TCP/IP Remote SQL IPC Local Buffer for R/3 Data, DW-Objects, ABAP-Objects 1 2 3 4 5 6 8 9 7 10 11 12 13 14 Update data on database End transaction Request for update
  • 27. SAP Communication Interfaces SAP Technical Overview High Level Low level SAP Technology Communication Interface Communication System Mail MAPI SMTP X.400 EDI Business API RFC CPI-C Q-API IDOC ALE OLE
  • 28. Business Framework SAP Technical Overview Business Component BAPI ALE BAPI Business Component • Business Component - contains business functionality • BAPI - interface between the components • ALE - integration of components
  • 29. Business API (BAPI) 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
  • 30. Other Interfaces 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
  • 32. 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
  • 33. Hardware and Database Administration • Hardware upgrades - adding memory or servers • Database backup and recovery • Database optimization • Disaster Recovery SAP Technical Overview
  • 34. User Administration • Create users and assign profiles • Modify, lock and unlock users • Develop authorizations and profiles SAP Technical Overview
  • 35. Client Maintenance • Create clients • Copy and refresh clients • Client imports and exports • Delete and remove clients • Modify change options SAP Technical Overview
  • 36. Correction and Transport System SAP Technical Overview R/3 System R/3 System R/3 System Development Production Quality Assurance Change Request Moving changes from one R/3 system to another
  • 37. 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
  • 38. Performance Monitoring and Tuning • Check database usage and storage capabilities • Dialog response time • Investigate ABAP short dumps • Optimize performance characteristics SAP Technical Overview
  • 39. Computer Center Management System (CCMS) 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
  • 40. Computer Center Management System (CCMS) functions 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