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 many types of data classes are there in sap abap? : abap data dictionary
What is meant by search help? : sap abap data dictionary
What is the modification assistant?
What are the types of indexes in abap?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the function of a domain?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is sapnet?
Advantages and disadvantages of different types of bdc's?
What are field groups?
Is there any method apart from bdc for data upload to sap? : abap bdc
How can we create callable modules of program code within one abap/4 program? : abap modularization
How can we use multiple transactions by using bdc_insert? : abap bdc
What are control tables?
Why cant we use Normal function module for data transfer?