Showing posts with label application server. Show all posts
Showing posts with label application server. Show all posts

Wednesday, March 23, 2011

Sap Application Server - Sap Interviews Question

Sap Servers 
R/3 programs run on application servers. They are an important component of the R/3 System. 
There are different components in the appication servers

 work process


An application server contains several work processes,that can run an application. Each work process is linked to a memory area containing the settings of the application being run. The setting contains the current data for the application program. This needs to be available in each dialog step.


Each application server contains a dispatcher. The dispatcher is the attach between the work processes and the users logged onto the application server. Its work is to receive requests for dialog steps from the SAP Graphical user interface(presentation server) and direct them to a free work process.
Gateway

 Application server contains a gateway. This is the interface for the R/3 communication protocols (RFC, CPI/C). It can communicate with other application servers in the same R/3 System
 The fact that the individual work processes work independently makes them suitable for a multi-procecssor architecuture. The methods used in the dispatcher to distribute tasks to work processes
 you can read more about  dispatcher in next section



Application server Architecture

1.Presentation layer -:
In the presentation layer, the user interface can be developed with java server pages(JSP), or with web dynpro technology. Web Dynpro is used to design user interfaces for Java and ABAP applications. 
2.Business layer -:
Buisness layer is also  known as domain layer.It differentiate the buisness logic from other modules, such as the data access layer and user interface such as presentation layer
3.Connectivity layer-:
The Internet Communication Manager (ICM) dispatch the query to the presentation layes by using the internet protocols. some protocols used such as Http,Smtp,SSL
4. Persistence layer

Monday, March 21, 2011

Sap Interview Questions - ERP

Q-: What is ERP
Ans-:
ERP is a package with the techniques and concepts for the merged management of business as a whole, for effective use of  resources, for better the efficiency of an enterprise. In begining ERP was targeted for manufacturing industry mainly for planning and managing  business such as  production and financial market, human resources,accounts etc. Sap is itself ERP.


Q-: Different types of ERP ?
Ans-

  1.  SAP, BAAN, JD Edwards, Oracle financial, Siebel, PeopleSoft. mostly companies try to implement the sap in their organization because of number of advantages aver other ERP packages.
Q-: Why do you usually choose to implement SAP? 
Ans- There are number of technical reasons numbers of companies are planning to implement SAP. It’s help organize and command all the data, and functions from main server and provides  highly secure data handling, min data redundancy, max data consistency. so it is adopted by mostly companies such as honda, oil mills, and many more.
Q-:What do you mean by IDES?
Ans - International Demonstration and Education System. Application provided for faster learning and implementation.
Q-: Define SAP R/3?
Ans - A third generation set of highly integrated software modules that performs common business function based on multinational leading practice. it is three tier, includes presentation server, application server, database server seprately.