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

back ground

Former Member
0 Likes
503

hi,

define backgound job?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Background jobs are pgms that are scheduled to be run in the Background without user interaction. So this can be done only for Type 1(executable) Program and not for Module-Pool Programs. Typically, a variant is defined and the pgm is run using the same.

The transaction code is sm36 -Define Background job. Using the <b>Start Condition</b> tab you can define when you want the job to run (specific time or if it has to follow after a particular job is done etc.,) Using the <b>Step</b> tab you can assign the pgm name and variant.

After the job is scheduled, you can check the status in sm37, along with the Job log and Spool.

For more info:

http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

3 REPLIES 3
Read only

Former Member
0 Likes
480

Hi

SAP background processing automates routine tasks and helps you optimize your organization’s SAP computing resources. Using background processing, you tell the SAP System to run programs for you. Background processing lets you move long-running or resource-intensive program runs to times when the system load is low. It also lets you delegate to the system the task of running reports or programs.

Britto

Read only

Former Member
0 Likes
481

Background jobs are pgms that are scheduled to be run in the Background without user interaction. So this can be done only for Type 1(executable) Program and not for Module-Pool Programs. Typically, a variant is defined and the pgm is run using the same.

The transaction code is sm36 -Define Background job. Using the <b>Start Condition</b> tab you can define when you want the job to run (specific time or if it has to follow after a particular job is done etc.,) Using the <b>Step</b> tab you can assign the pgm name and variant.

After the job is scheduled, you can check the status in sm37, along with the Job log and Spool.

For more info:

http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

Read only

Former Member