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 Process

Former Member
0 Likes
323

What is the minimum/ maximum number of every work process in

a)one application server

b)all application server in a R/3 system?

2 REPLIES 2
Read only

Former Member
0 Likes
297

It Depends upon your System Memory

ex: 8GB RAM, you may have 10 Dialog WP, 6 Background WP, 2 Spool WP, 1 update, 1 message, 1 gateway, 1 enqueue. ( this is optional)

where as for Appl Servers, u need to have the same WP, except message and gateway. 1 spool 1 enqueue ( This is optional)

Read only

Former Member
0 Likes
297

hi,

Dialog Work Process

Dialog work processes deal with requests from an active user to execute dialog steps (see also Dialog Programming).

Update Work Process

Update work processes execute database update requests. Update requests are part of an SAP LUW that bundle the database operations resulting from the dialog in a database LUW for processing in the background.

Background Work Process

Background work processes process programs that can be executed without user interaction (background jobs).

Enqueue Work Process

The enqueue work process administers a lock table in the shared memory area. The lock table contains the logical database locks for NetWeaver AS ABAP and is an important part of the SAP LUW concept. In NW AS, you may only have one lock table. You may therefore also only have one ABAP application server with enqueue work processes. Normally, a single enqueue work process is sufficient to perform the required tasks.

Spool Work Process

The spool work process passes sequential datasets to a printer or to optical archiving. Each ABAP application server may contain only one spool work process.

Hope this helps, Do reward.