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 two different ways to add fields to sap tables?
What is function group?
What are the different methods of bdc? : abap bdc
Difference between top-of-page and top-of-page during at line- selection?
What are the system fields you have worked with? Explain?
What is database utility? : abap data dictionary
What is payroll area
What are the events used in abap in the order of execution?
In sap scripts, how will you link form with the event driven?
Does sap handle multiple currencies?
how to create view in bdc..??
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What are your ways to performance optimization?
What is the use of enqueue function module? : sap abap data dictionary
What is sap luw or update transaction?