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
How will you define org structure in MM?
Where do you create indexes in abap?
Explain about drill down report?
What is an “on input filed” statements?
What is alv programming in abap?
Explain get pernr concept when we use logical data base? : abap hr
How do you get the number of lines in an internal table?
What is the process to enhance the Infotype
Explain the Types of Select statements?
What are the difference between call screen and leave screen?
how do you transport lsmw data from one system to another?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the types of search helps? : sap abap data dictionary
How to add a column to a table control while using alphanumerical layout editor ?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.