Application Development 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: 

What is work process

Former Member
0 Kudos

What is Process ? For SYnchronous and Asynchronous updates where do data store temporarly ? and for local update also?

Regards,

Prasad

4 REPLIES 4

Former Member
0 Kudos

Work processes execute the individual dialog steps in R/3 applications.Work processes execute the dialog steps of application programs.

Types of WP:

Dialog Work Process

Dialog work processes deal with requests from an active user to execute dialog steps.

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 the R/3 System and is an important part of the SAP LUW concept. In an R/3 System, you may only have one lock table. You may therefore also only have one application server with enqueue work processes.

Spool Work Process

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

Former Member
0 Kudos

hi,

<b>work process</b>

Work processes execute the individual dialog steps in R/3 applications. The next two sections describe firstly the structure of a work process, and secondly the different types of work process in the R/3 System.

<b>Types of Work Process</b>

<b>Dialog Work Process</b>

Dialog work processes deal with requests from an active user to execute dialog steps.

<b>Update Work Process</b>

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.

<b>Background Work Process</b>

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

<b>Enqueue Work Process</b>

The enqueue work process administers a lock table in the shared memory area. The lock table contains the logical database locks for the R/3 System and is an important part of the SAP LUW concept. In an R/3 System, you may only have one lock table. You may therefore also only have one application server with enqueue work processes.

<b>Spool Work Process</b>

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

The services offered by an application server are determined by the types of its work processes. One application server may, of course, have more than one function. For example, it may be both a dialog server and the enqueue server, if it has several dialog work processes and an enqueue work process.

You can use the system administration functions to switch a work process between dialog and background modes while the system is still running. This allows you, for example, to switch an R/3 System between day and night operation, where you have more dialog than background work processes during the day, and the other way around during the night.

hope it will help u

chetan vishnoi

Former Member
0 Kudos

hi,

give me ur mail i sed to u PPT of work process

thanks

chetan