what is Application server?
Answers were Sorted based on User's Feedback
Answer / shreeshaildiggi
Application server :
Part of the application layer of an ABAP-based SAP System.
If the system is distributed to several application
servers, these are usually installed on different computers
whose operating systems do not need to be identical.
However, several application servers of one or more ABAP-
based SAP Systems may run on one computer.
Application servers communicate with the presentation
layer, the database layer, and with each other via the
message server. The most important components of an
application server are its work processes, the number and
type of which are determined when the ABAP-based SAP System
is started. An ABAP program is executed by a suitable
application server work process. The storage areas of an
application server, which can be accessed in the ABAP
programs, are the shared memory, the SAP memory, the ABAP
memory and the roll area in the internal session.
Thank's and Regards
Shreeshail Diggi
SAP Technical Consultant Infinite India
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkadesh
Application server:
This is the our ABAP code execution part,this done by Task handler and Work processor.Taskhandler allocate the work to Work processor (at the time which processor is free) based on first in first out basis.Asper the code Application server send request to Database server for fetching data from it and it pass these data to presentation server.
Is This Answer Correct ? | 1 Yes | 0 No |
IT IS A SOFTWARE COMPONENT WHERE THE ACTUAL APPLICATIONS
USED TO RUN AND THESE STATEMENTS WILL BE EXECUTED BY THE
BASIS OS AND THEN IT SENDS TO THE ACTUAL OS INTHE SYSTEM
SO CALLED PLATFORM INDEPENDENT.
Is This Answer Correct ? | 0 Yes | 0 No |
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How to transfer legacy data into base tables by scheduling a time frame using bdc?
what are customizing?have u created any customizing table? for what purpose?
What is the function of a domain? : abap data dictionary
What does a lock object involve?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
Explain MM and SD flow from ABAP point of view?
What are the attributes of the data? : abap data dictionary
what is the use of SLIS type pool in alv reports?
what class is used to display the ALV grid control?
Which FM do you use to find out who is reporting to whom