Explain about roll area , Dispatcher, ABAP-Processor?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajkumar
dispatcher is the control agent which manages the
resources for the R/3 applications
Is This Answer Correct ? | 4 Yes | 1 No |
what is EDI ,ALE , Debugging, Smart Forms ,IDOC'S & BDOC'S
2 Answers IBM, Yash Technologies,
How to do find it?
Did u inherit any standard sap programs? what are they? and for what purpose you have done it?
What is sequence of event triggered in report?
I want some questions in SAP -ABAP,programming side
What is the difference between pnp and pnpce? : abap hr
What is the difference between a structure and an append structure?
which state ment is used to move identically named fields between structures?
types of smartforms? windows in smartforms?
What is PAKEY structure, PSHD1 structure and what type of fields it contains
will join conditions in sql queries affect perfomance? how?
what is Bapi?what is the functionality of Bapi?why we go for Bapi?