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 tcode to create indexes?
What is delivery class? : abap data dictionary
What are the differences between se01, se09 and se10?
What is partner selection?
Did you create secondary index?
Define dispatcher?
What are the events used for logical database?
How will you read from internal table records in a given value range (without using loop)
Do you know any other patterns if yes.. explain
What are the pooled and cluster tables?
What is the bitwise operator in the sap abap?
What is a function group? : abap modularization
Why we are using Macros instead of Function Modules
What is example class
What is the difference between leave transaction and call transaction?