cancel
Showing results for 
Search instead for 
Did you mean: 

Central Instance, Dialog Instance.

Former Member
0 Kudos

Hi Guys,

Could you pls tell me whats Central Instance, Dialog instance and database instance and what are the possible ways of combining them?

Thanks,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

ravi_raman2
Active Contributor
0 Kudos

Central instance is your app Server, Database instance is your database, dialogue instance comes with the central instance for single host installs and thats what talks between the database instance and central instance, In a distributed system you can decentralize and have an additional dialog instance to improve performance.

Hope that helps

Regards

Ravi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashish

The SAP is basically known as 3 tier that is why it is named as R/3 architecture

1. Presentation where user interaction

2. Central Instance so called application server where all the sap program,reports

and all repository are store in it.

3. Database instance MSQL, ORACLE , MAXDB

The application server is added based on the company load and user requirement

you can add more then one application layer that is why it is famous for scalability

when the user send request it will send to application server then it will check the free workprocess availble to listen the request and send to user

In this way there will be no load on the database and the system will run smoothly

Never ever install printers on application server it will slow down the dialog process and the user will get slow speed. rather then used separate server

Hope that helps u lot for understanding between R/3

Former Member
0 Kudos
agasthuri_doss
Active Contributor
0 Kudos

Hi,

Through Dialog Instance we connect to the Central instance thru which the database Instance is acted. We can have couple of Dialog Instance.

Regards

Agasthuri Doss