# Explain about roll area , Dispatcher, ABAP-Processor.

Give ansewer...

Showing Answers 1 - 7 of 7 Answers

bond

  • Oct 23rd, 2005
 

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 :  

 

  Was this answer useful?  Yes

johnny

  • Nov 1st, 2005
 

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.

ajay

  • Nov 10th, 2005
 

Explain about roll area , Dispatcher, ABAP-Proce...

  Was this answer useful?  Yes

madhulatha

  • Dec 7th, 2005
 

 

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

  Was this answer useful?  Yes

srinivas reddy

  • Jan 14th, 2006
 

 roll area is a buffer its store the requests temporarily

dispatcher: its application server agent , its collect the client requests

and assign to the processors

abap-processors

update

enque

dialog

messages

gateway

spool

background

  Was this answer useful?  Yes

reddy

  • Aug 24th, 2006
 

Rollarea: It holds the information about execution of a program

Dispatcher: It ia a control agent which manages resources for r/3 system

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions