InterviewSolution
| 1. |
Define Dispatcher? |
|
Answer» ACT as a bridge to connect DIFFERENT work processes with the respective users logged on to the SAP R/3 SYSTEM. The request received by the Application Server are first directed to the dispatcher, which enrolls them to a dispatcher queue. The dispatcher then retrieves the request from the queue on the first-in first-out basis, and allocate them to a FREE work PROCESS. Act as a bridge to connect different work processes with the respective users logged on to the SAP R/3 system. The request received by the Application Server are first directed to the dispatcher, which enrolls them to a dispatcher queue. The dispatcher then retrieves the request from the queue on the first-in first-out basis, and allocate them to a free work process. |
|