What are work process in ABAP?
Answers were Sorted based on User's Feedback
Answer / buddula15
WORK PROCESS is one of the Application server component.
All requests that come from presentaion server to
application server is allocated to Workprocess. A
workprocess handles the request. There are 7 types of
workprocess. Each handles a specific type of request.
Workprocess Type
=================
Update
Background
message
Enqueue
Spool
Dialog
Gateway
Buddula15
Is This Answer Correct ? | 24 Yes | 7 No |
Answer / ashish
work processes are responsible to execution of the programs. Each request sent from the presentation server is collected by the dispatcher and assigned to different work processes in First In First Out Basis.
There are only 5 work process:
Dialog Work Process - at least 2 work process/ dispatcher
Update Work Process - at least 1 work process/ dispatcher
Spool Work Process - at least 1 work process/ dispatcher
Enqueue Work Process - There is only one Enqueue Work process for each system.
Background Work Process - at least 2 work process/ dispatcher
Message Server, Gateway Server, and ICM are services!
Is This Answer Correct ? | 14 Yes | 3 No |
Answer / vinod kumar
DIA - Work process for executing dialog steps in user
transactions
UPD - Update process for executing update requests
ENQ - Process for executing enqueue requests
BTC - Process for executing batch requests
SPO - Process for executing spool requests
UP2 - Process for executing V2 update requests
Is This Answer Correct ? | 7 Yes | 1 No |
What is an authorization in sap?
Define structure in abap data dictionary?
What are control tables? : abap data dictionary
what is the t-code to link technical and functional operation?
what is a field symbol?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Explain the call transaction method? : abap bdc
How can we use / display table in a screen?
what is direct input method?
types of smartforms? windows in smartforms?
does select single *.. / select * .. affect performance ? how?
A Program calls a Function module. what happens to the ABAP memory allocation used by the functional module when the functional module is completed?