Answer Posted / 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 |
Post New Answer View All Answers
What will exactly the hide statement do?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
How to create a link between modified form and modified print program?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to debug rfc function module?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What does a lock object involve?