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

Update Work Process and Background work process

Former Member
0 Likes
1,759

Hi Friends,

I have a doubt regarding the "Update Work Process and Background work process" ......

which one is used at what scenario ?????

If not wrong --> update work process is used when there is an update task .........??? and similarly If background work process is used when there a background task is given explicitly .........???

Can we can update anything through Background>????

If yes .... which workprocess will be selected at that time??????

Expecting your answers ??

Thanks in advance !!

Cheers

R.Kripa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,076

Background WP: If you have scheduled a Background job in SM36. For its status you can go to SM37.

Update WP: They are run by SAP. These can be Database Update. User tcode SM50, to see various jobs running.

Hope this help.

Regards,

Surpreet Bal

4 REPLIES 4
Read only

Former Member
0 Likes
1,077

Background WP: If you have scheduled a Background job in SM36. For its status you can go to SM37.

Update WP: They are run by SAP. These can be Database Update. User tcode SM50, to see various jobs running.

Hope this help.

Regards,

Surpreet Bal

Read only

Former Member
0 Likes
1,076

Your understanding is correct.

Even if u r executing a program in the background which is processed by the BGD work process(wp) when the program calls a function in update task the function is exceuted by the update wp.

You can monitor this in the SM50 transaction.

Kiran

*Please reward useful answers

Read only

Former Member
0 Likes
1,076

Yes, we can update through a background task. The situation arises when the program that is running in background needs to update a table.

In this case, the background process hands over the update to the update process to execute.

This is my understanding, lets see what the forum says.

Sudha