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

Program in background Jobs

Former Member
0 Likes
1,442

HI

Can anybody please let me know how to find out the program scheduled in a job, as either the job may not be run for long time or not even scheduled?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,411

Hi Sameer,

Please check table TBTCP for program name.

Regards,

Ferry Lianto

10 REPLIES 10
Read only

Former Member
0 Likes
1,411

SM37?

Thanks,

Santosh

Read only

Former Member
0 Likes
1,411

Hi,

You can check table TBTCO and field STATUS.

The values are ...

A - Cancelled

F - Completed

P - Scheduled

R - Active

S - Released

Regards,

Ferry Lianto

Read only

0 Likes
1,411

Hi Ferry

Thanks for the reply but if I dont find the job in the table, does that mean the job is not at all defined?

Others: I already tried SM36 and SM37 it does not help.

Thanks

Read only

Former Member
0 Likes
1,411

HI sameer

Did u tried

transaction <b>SM36</b> for defining background jobs

and <b>SM37</b> for displaying all background jobs that you want

Regards Rk

Message was edited by:

Rk Pasupuleti

Read only

Former Member
0 Likes
1,411

Hi,

You are correct ...

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,411

I found the answer is not fully correct

Read only

0 Likes
1,411

Hi Ferry,

But I found that the table contains only a months data??? and I have the ref about the jobs. But not getting the program name.

Read only

Former Member
0 Likes
1,412

Hi Sameer,

Please check table TBTCP for program name.

Regards,

Ferry Lianto

Read only

0 Likes
1,411

Hi Ferry,

I already did that and found no entries. I am confused the document with me says the jobs are defined and SAP does not show it. Anyway thanks for the reply.

Thanks

Sameer

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,411

To access job list use sm37 or FM bp_job_select.

Use view v_op to get link between job header and steps.

(Look at source LBTCHFXX of function group BTCH related to jobs, FORM beginning with DO_SELECT)

Regards