2006 Oct 30 7:21 AM
Hi!
what is sap architecture. Could you give me the pictorial representation of this.
Thanks & regards.....
Hi!
what is sap architecture. Could you give me the pictorial representation of this.
Thanks & regards.....
2006 Oct 30 9:17 AM
hi,
SAP R/3 system consists of 3 layers:
Database --> Application --> Presentation
2006 Oct 30 9:20 AM
SAP based the architecture of R/3 on a three-tier client/server model.
<b>Presentation Server</b>
The presentation server is actually a program named sapgui.exe. It is usually installed on a user's workstation. To start it, the user double-clicks on an icon on the desktop or chooses a menu path. When started, the presentation server displays the R/3 menus within a window. This window is commonly known as the SAPGUI, or the user interface (or simply, the interface). The interface accepts input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server to be processed. The application server sends the results back to the SAPGUI which then formats the output for display to the user.
<b>Application Server</b>
An application server is a set of executables that collectively interpret the ABAP/4 programs and manage the input and output for them. When an application server is started, these executables all start at the same time. When an application server is stopped, they all shut down together. The number of processes that start up when you bring up the application server is defined in a single configuration file called the application server profile.
Each application server has a profile that specifies its characteristics when it starts up and while it is running. For example, an application sever profile specifies:
Number of processes and their types
Amount of memory each process may use
Length of time a user is inactive before being automatically logged off
The application server exists to interpret ABAP/4 programs, and they only run there-the programs do not run on the presentation server. An ABAP/4 program can start an executable on the presentation server, but an ABAP/4 program cannot execute there.
If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server.
<b>Database Server</b>
The database server is a set of executables that accept database requests from the application server. These requests are passed on to the RDBMS (Relation Database Management System). The RDBMS sends the data back to the database server, which then passes the information back to the application server. The application server in turn passes that information to your ABAP/4 program.
There is usually a separate computer dedicated to house the database server, and the RDBMS may run on that computer also, or may be installed on its own computer.
<b>Configuration of servers</b>
In a three-tier client/server configuration, the presentation servers, applications servers, and database server all run on separate machines. This is the most common configuration for large systems, and is common in production.
In the distribution presentation configuration, the application and database servers are combined on one computer and the presentation servers run separately. This is used for smaller systems, and is often seen on a development system.
In the two-tier client/server configuration, the presentation and application servers are combined and the database server is separate. This configuration is used in conjunction with other application servers. It is used for a batch server when the batch is segregated from the online servers. A SAPGUI is installed on it to provide local control.
When all servers are combined onto a single machine, you have a central configuration. This is rarely seen because it describes a standalone R/3 system with only a single user.
The simplest definition of an R/3 system is "one database." In one R/3 system, there is only one database. To expand the definition, R/3 is considered to be all of the components attached to that one database. One R/3 system is composed of one database server accessing a single database, one or more application servers, and one or more presentation servers. By definition, it is all of the components attached to one database. If you have one database, you have one system. If you have one system, you have one database. During an implementation, there is usually one system (or one database) assigned to development, one or more systems designated for testing, and one assigned to production.
I hope it gives you idea of sap architecture.
Best Regards,
Vibha
*Please mark all the helpful answers
2006 Oct 30 9:25 AM
hi,
http://www.hp.com/hpbooks/prentice/chapters/0130280844.pdf
http://help.sap.com/saphelp_nw2004s/helpdata/en/84/54953fc405330ee10000000a114084/frameset.htm
<i>for pictorial view..
http://help.sap.com/saphelp_nw04/helpdata/en/17/f1b640c9aa054fa12493e48912909c/frameset.htm</i>;
rgds
anver
<i>
if hlpful pls mark points</i>
Message was edited by: Anversha s
2006 Oct 30 8:22 PM
hi
SAP is based on 3 tier client-server architecture.
They are
1.Presentation Layer-SAPGui,BSP,WebDynpro
2.Application Layer- Where ur application runs
3.Database Layer-For managing data.
Plz check http://help.sap.com for further details..
Cheers,
Abdul Hakim