Answer Posted / 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 |
Post New Answer View All Answers
How many main windows are allowed in sapscript?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What is native sql?
How can you access the function code from menu painter?
How do you retrieve the data for repetitive structures ? : abap hr
Which function module reads the data for particular infotype ? : abap hr
The max number of calling modes stacked at one time is?
Explain the advantages/disadvantages of logical databases?
What are the events used in interactive reports?
What are the uses of table pool or table cluster.
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Can there be more than 1 main window in sap script?
What is the syntax for ‘call transaction’?
What are system fields for secondary lists?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.