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 troubleshooting and wher u can use this TS?
What are the input parameters to be passed to the BAPI 'BAPI_QUOTATION_CREATEFROMDATA'
What is the function of a data element?
What is ps structure? : abap hr
WHAT IS DOCUMENTATION?WHY IT IS USED?
while creating table in ECC 6.0,it'll ask for enhancement Catagory?What is that?
Uses of runtime analysis and sql trace with example(coding).
What kind of BDC programs are written ?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
what is basic difference between BDC&dialogprogramming? what is basic difference between reports&dialogprogramming?
what will happen if you don't give occurs clause while creating an internal table ?
How do you differentiate tax for different countries? : sap abap hr