Explain about roll area , Dispatcher, ABAP-Processor?
Answer Posted / veena
Application server contains Dispather.
Dispatcher contains queue file and workprocessors.
When we execute object, the request goes to dispatcher and
dispatcher sends it to queue file. after that dispatcher
allocates the request to available work proecessor to
process the request.
The work processor contains screen processor, abap
processor and flow logic.
ABAP processor process the abap code.
For each request in workprocessor contains user context and
roll area.
Roll area contains program name, variables, memory area,
dyanmic variables, etc.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are local objects?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What is a predefined type in abap?
What are the components in sap application server?
What are internal tables? How do you get the number of lines in an internal table?
where are the passwords for ITS stores?
What is foreign key relationship? : abap hr
What are the types of table fields in the sap abap?
Select up to 1 row and select single difference ?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is the difference between open_form and close_form?
What is an rdbms?