cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

work process

Former Member
0 Likes
982

Dear experts

What is work process on application server?

What are the different components in work process????

What is their functionality?????

regards

somesh

View Entire Topic
Former Member
0 Likes

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.

check

https://forums.sdn.sap.com/click.jspa?searchID=11569889&messageID=3151742

Regards

Kiran Sure

Former Member
0 Likes

thanks