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 occurs in internal table?
how do you transport lsmw data from one system to another?
Explain what is sap script? What is the purpose of sap script?
How to determine the attributes of an internal table?
How many types of tables exist and what are they in data dictionary?
How to transfer the objects? Have to transferred any objects?
How do you connect to the remote server if you are working from the office for the client in remote place?
What is the major difference between pool tables and transparent tables?
What is client in the sap system? : sap abap hr
How to use messages in lists?
What are the events we use in dialog programming and explain them?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Define the various contents of technical specifications ?
How do you find out who has transported a transport request?
What are the data types of the external layer? : abap data dictionary