SlideShare a Scribd company logo
1 of 39
 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
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
 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
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
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
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
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
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
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
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
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 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
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
R/3
System
R/3
System
Development Production
Quality
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

More Related Content

Similar to dokumen.tips_sap-basis-ppt.ppt

Notes1
Notes1Notes1
Notes1C-DAC
 
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
 
Sap abap training !! sap abap online training !! sap abap video training !! ...
Sap abap training !! sap abap online training !! sap  abap video training !! ...Sap abap training !! sap abap online training !! sap  abap video training !! ...
Sap abap training !! sap abap online training !! sap abap video training !! ...sapdocs
 
Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstrainingkeylabstraining
 
Sap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit SanghaviSap overview posted by Parikshit Sanghavi
Sap overview posted by Parikshit SanghaviParikshit Sanghavi
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questionsKranthi Kumar
 
Basics SAP
Basics SAPBasics SAP
Basics SAPitplant
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introductionBunty Jain
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringLinh Nguyen
 
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 dokumen.tips_sap-basis-ppt.ppt (20)

Notes1
Notes1Notes1
Notes1
 
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)
 
Sap abap training !! sap abap online training !! sap abap video training !! ...
Sap abap training !! sap abap online training !! sap  abap video training !! ...Sap abap training !! sap abap online training !! sap  abap video training !! ...
Sap abap training !! sap abap online training !! sap abap video training !! ...
 
Sap overview
Sap overviewSap overview
Sap overview
 
SAP
SAPSAP
SAP
 
1000 sap-interview-qa
1000 sap-interview-qa1000 sap-interview-qa
1000 sap-interview-qa
 
Abap reports
Abap reportsAbap reports
Abap reports
 
Sap abap online training By Keylabstraining
Sap abap online training By KeylabstrainingSap abap online training By Keylabstraining
Sap abap online training By Keylabstraining
 
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
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questions
 
Basics SAP
Basics SAPBasics SAP
Basics SAP
 
Sap overview
Sap overviewSap overview
Sap overview
 
Sap basis slide . pp
Sap basis slide . ppSap basis slide . pp
Sap basis slide . pp
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introduction
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload Monitoring
 
2007 SAPTech Ed
2007 SAPTech Ed2007 SAPTech Ed
2007 SAPTech Ed
 
SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01SAP performance testing & engineering courseware v01
SAP performance testing & engineering courseware v01
 
Resume
ResumeResume
Resume
 
L11 Application Architecture
L11 Application ArchitectureL11 Application Architecture
L11 Application Architecture
 

Recently uploaded

Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfakankshagupta7348026
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 

Recently uploaded (20)

Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdf
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 

dokumen.tips_sap-basis-ppt.ppt

  • 1.
  • 2.  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
  • 3. SAP Technical Overview The Software-Oriented View of R/3
  • 4. 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.
  • 6.  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
  • 7.
  • 8. 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
  • 9.  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
  • 10.  Balances the workload between the processes  Buffer management in main memory  Connection with the presentation level  Organization of the communication processes SAP Technical Overview
  • 11.  Responsible for executing R/3 application tasks SAP Technical Overview Database Interface Task Handler ABAP/4 Processor Dialog Interpreter Work Process
  • 12. 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
  • 13. 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
  • 14. 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
  • 15. 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
  • 16. 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
  • 17. 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
  • 18. 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
  • 19. 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
  • 20. 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
  • 21.  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
  • 22. 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
  • 23. 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
  • 24. 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
  • 25. 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
  • 26. 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
  • 27. SAP Technical Overview Business Component BAPI ALE BAPI Business Component • Business Component - contains business functionality • BAPI - interface between the components • ALE - integration of components
  • 28. 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
  • 29. 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
  • 30.
  • 31.  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
  • 32.  Hardware upgrades - adding memory or servers  Database backup and recovery  Database optimization  Disaster Recovery SAP Technical Overview
  • 33.  Create users and assign profiles  Modify, lock and unlock users  Develop authorizations and profiles SAP Technical Overview
  • 34.  Create clients  Copy and refresh clients  Client imports and exports  Delete and remove clients  Modify change options SAP Technical Overview
  • 35. 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
  • 36.  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
  • 37.  Check database usage and storage capabilities  Dialog response time  Investigate ABAP short dumps  Optimize performance characteristics SAP Technical Overview
  • 38. 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
  • 39. 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