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 are the difference between tables and structures? : abap data dictionary
What is asap methodology? : sap abap hr
What is the use of enqueue function module? : sap abap data dictionary
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What are the difference between call screen and leave screen?
What are the differences between a database index and a match code?
Tell me a scenario where did you use secondary index?
Explain the different types of data dictionary objects?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain what are the different functions used in sap script?
What are system fields for secondary lists?
What is a variable in the sap abap?
What is the meaning of table buffer? This buffer is used by which type oftable?
What are screen painter? Menu painter? Gui status?
How do you retrieve the data for repetitive structures ? : abap hr