Friday 11 July 2014

SAP ABAP Request Handling

ABAP Request Handling

1.User Submits he request using GUI.
2.The Request is received by the dispatcher.
3.Dispatcher keeps the request in queue.
4.Dispatcher serves the request base on FIFO.
5.Dispatcher assigns the request to Work process.
6.Work process handles the request using the Work  Process Task handler.
7.Task handler interpret the request and submit the request to database.
8.The Database process the request and response back to the user.

No comments:

Post a Comment