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: 

How to determine the background job status?

Former Member
0 Kudos

Hi Gurus,

My program is as follows:

1. I have used FM job_open to open a new job.

2. SUBMIT to call another program which creates the file on application server.

3. FM job_close to trigger that job.

Now I want to determine the status of that triggered job (Not through SM37), Once I get a status for complete or cancelled I will be coding based on that.

So could you please help me out for the issue?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi ,

check table TBTCO.

YES. u can check for STATUS = P- Schedule/S---Released

regards

Prabhu

Edited by: Prabhu Peram on Sep 18, 2008 6:43 PM

7 REPLIES 7

Former Member
0 Kudos

Use table : TBTCO and field - STATUS

Former Member
0 Kudos

hi ,

check table TBTCO.

YES. u can check for STATUS = P- Schedule/S---Released

regards

Prabhu

Edited by: Prabhu Peram on Sep 18, 2008 6:43 PM

Former Member
0 Kudos

Hi,

You can check the Job status in the table

TBTCO - Job Status Overview Table

Thanks,

Ruthra

Former Member
0 Kudos

Hi,

Check table TBTCO

Regards,

Surinder

0 Kudos

Thanks for the reply & time But can you please tell me how we can work out for this...will the job name stays in the table TBTCO for long time??

0 Kudos

record stays there for long time ..... these record are not cleared that regulary by the basis team , i could see data for jobs that ran in 2001.

valter_oliveira
Active Contributor
0 Kudos

Check table TBTCO with jobname and jobcount and get field status (F - OK / A - Aborted).

Regards,

Valter Oliveira.