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 get the background job status?

Former Member
0 Kudos

Background job1 will triger the job2, but we want to get the status of the job1, how can I get it? I want to get it in the program.

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

try sm37 tcode...hope it helps u

8 REPLIES 8

kesavadas_thekkillath
Active Contributor
0 Kudos

try sm37 tcode...hope it helps u

0 Kudos

But I what to get it in the program.

Former Member
0 Kudos

if you want the same for each job.. then you can try this..

select the entry with job name and latest job count (highest - in SELECT use order by jobcount descending) with your user name, date, time..etc

you will get the correct record....

Former Member
0 Kudos

Hi Huali,

Better u execute SM37. U can give ur background job name also.

Reward pts if helpfull.

Srimanta

Former Member
0 Kudos

hi

good

try with SM35

reward point if helpful,.

thanks

mrutyun^

Former Member
0 Kudos

hi,

check for sme function modules with keyword as JOB.

i have listed one below check if it works.

BDL_READ_JOB_STATUS

regards,

taher

0 Kudos

can you give me an example?

former_member404244
Active Contributor
0 Kudos

Hi,

check the table BTCJN.Write a select query on this table and get the status..

reward if helpful.

Regards,

nagaraj