In SAP R/3 architecture dispatchers have a very essential role. Dispatcher resides in the application server. When request coming from presentation layer then dispatcher takes the request and assigns the request to the freely available work process, then the work process executes the request. After execution of the request result will be sent back and then the work process becomes free and ready to take another request for execution.
Post a Comment