Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

work processor

Former Member
0 Likes
318

what is use of work processor, how we will use and how many types

1 REPLY 1
Read only

Former Member
0 Likes
285

A process that processes a particular SAP request.

To process SAP requests from several front ends, an SAP application server has a dispatcher, which collects the requests and forwards them to work processes for execution.

There are the following types of work process:

Dialog

For executing dialog programs

Update

For asynchronous database updates

Background (batch)

For executing background jobs

Enqueue

For executing lock operations

Spool

For print formatting

Work processes can be assigned to dedicated application servers. In the service overview (SM51), you can see which work process types are provided by the individual servers.

Rgds,

Naren