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

background

Former Member
0 Likes
359

hi,

define backgound job?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
337

Hope this would explain better :

<a href="http://www2.warwick.ac.uk/services/finance/sap/help/howtoguides/backgroundjobs/">BACKGROUND</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7ed1505211d189550000e829fbbd/content.htm">Background Processing: Concepts and Features</a>

<a href="http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm">Scheduling Background Jobs</a>

Puneet Gupta.

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi,

You can use the background work processes for long-running tasks. These

are sometimes also called batch work processes.Here user interaction is not required.

Normally, background processing is used not only for long-running, but also

for recurrent tasks. Examples of this type of task are the daily database backup or the month end work for financial accounting.

For examle Dialog work processes should be able to respond to end users requests quickly. Dialog resources should therefore not be burdened with long-running programs. This can lead to bottlenecks in the dialog response time. The

system profile parameter <b>rdisp/max_wprun_time</b> exists for this reason. It limits the maximum runtime of a dialog step within a dialog work process. This

should ensure that dialog work processes are not blocked by long-running

programs, interfering with online operation. After the maximum runtime the program is terminated.

It won't happend in background.You can define background jobs in <b>SM36</b> and you can monitor the jobs status in <b>SM37</b>.

I hope it will help you.Any issues plz post.

kiran kumar.v

Read only

Former Member
0 Likes
338

Hope this would explain better :

<a href="http://www2.warwick.ac.uk/services/finance/sap/help/howtoguides/backgroundjobs/">BACKGROUND</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7ed1505211d189550000e829fbbd/content.htm">Background Processing: Concepts and Features</a>

<a href="http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm">Scheduling Background Jobs</a>

Puneet Gupta.