Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

client server architecture

Former Member
0 Kudos

sap is a client server architecture?what is mean?plz tell

2 REPLIES 2

Former Member
0 Kudos

HI

The task of the client/server technology components is to provide a reusable runtime environment for other components that use the client server technology as the basis on which to process requests. The focus is on optimizing operating system resources (CPU, memory, etc.), in terms of performance, scalability, and robustness.

In addition to the components in the SAP kernel there are programs that regulate data traffic in the network, such as the SAProuter and the SAP Web Dispatcher, as well as smaller monitoring and test programs.

The SAP client/server architecture is developed on the SAP Web Application Server.

http://help.sap.com/saphelp_nw04/helpdata/en/16/99fc3f37c2e569e10000000a155106/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/16/99fc3f37c2e569e10000000a155106/frameset.htm

http://web.mit.edu/its-alive/it_partners102500/sld004.htm

http://web.mit.edu/its-alive/it_partners102500/tsld004.htm

SAP R/3 is based on a three tier client/server technology. Typically, it is made up of three functionally distinct layers namely: the user interface, business logic and database.

The user interface, which is otherwise known as the presentation server displays the interface for users' communication with the SAP system. It is often referred to as the SAP GUI. As a matter of fact, it is a program called sapgui.exe. The application server is where the business logic and data manipulation takes place. Data processing, SAP administration tasks and client request/feedback management are handled within the business layer. The database layer is synonymous to the database server and it typically acts as a data repository for tables and other database objects and structures.

Ideally, an R/3 system is composed of one database server, one or more application servers and one or more presentation servers. SAP Business One on the other hand is composed of a database server and one or more presentation servers.

http://www.sts.tu-harburg.de/pw-and-m-theses/2004/xiao04.pdf

Former Member
0 Kudos

Hi Srinath,

The task of the client/server technology components is to provide a reusable runtime environment for other components that use the client server technology as the basis on which to process requests. The focus is on optimizing operating system resources (CPU, memory, etc.), in terms of performance, scalability, and robustness.

In addition to the components in the SAP kernel there are programs that regulate data traffic in the network, such as the SAProuter and the SAP Web Dispatcher, as well as smaller monitoring and test programs.

The SAP client/server architecture is developed on the SAP Web Application Server.

Please read the following link :

help.sap.com/saphelp_nw04/helpdata/en/16/99fc3f37c2e569e10000000a155106/frameset.htm

Reward if useful.