Interview Questions

Explain about roll area , Dispatcher, ABAP-Processor.

SAP ABAP questions and answers


(Continued from previous question...)

Explain about roll area , Dispatcher, ABAP-Processor.

Answer1:
Roll area is nothing but memory allocated by work process. It holds the information needed by R/3 about programs execution such as value of the variables.
Dispatcher :All the requests that come from presentation server will be directed first to dispatcher. Further dispatcher sends this requests to work process on FIFO(First In and First Out) basis.

Answer2:
Dispatcher recieves the request from client and assigns the request to one of the work process.
Roll area: Each workprocess works in a particular memory that memory is known as Role Area, which consists of User context and session data.
ABAP- Processor :is an interpretor which can execute logic

(Continued on next question...)

Other Interview Questions