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: 

Schedule backround jobs

Former Member
0 Kudos

Hi,

If the backround job is failed where can i see the status and how can i run again?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

How did you schedule the job? it wouldnt be hard to find the button for job overview ( SM37) in the same transaction.

6 REPLIES 6

Former Member
0 Kudos

How did you schedule the job? it wouldnt be hard to find the button for job overview ( SM37) in the same transaction.

Former Member
0 Kudos

goto se37-> press execute

next screen

see the error log in list.

lclick->the check box and status bar spool list click.

or see sp01 t_code

spool list sp01

GauthamV
Active Contributor
0 Kudos

hi,

you can see the job status in TBTCO ,TBTCP tables.

also you can use sm37 transaction to see the log and can schedule again from sm36.

Former Member
0 Kudos

Hi, Raja, go to SM37, find the job you wanted, check the job log and detail, maybe you can found the reason caused the job failed.

Former Member
0 Kudos

Hi,

1. u can define background jobs in SM36...

2. And to display the output u can press the 'Own Jobs' button.

there u can see the status of ur job.

3. To get the Output of the finishd jobs, click the checkbox beside the job and press the 'Spool' button.

Former Member
0 Kudos

hi Raja,

simply two transactions.

sm37 - to see the log.

sm36- to schedule again