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: 

To change the status of background job

Former Member
0 Kudos

Hello,

I need to change the status of background job from 'SCHEDULED' to 'ACTIVE' logically.

Can anyone tell me some FM which will change the status of background job?

Regards,

Mani

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

The référence should be in online documentation : Programming with the Background Processing System (BC-CCM-BTC), look for FM like BP_JOB_READ or _MODIFY. You could also look at utilities like report RSBTCRTE.

Why do you need this function ?

Regards,

Raymond

3 REPLIES 3

Former Member
0 Kudos

raymond_giuseppi
Active Contributor
0 Kudos

The référence should be in online documentation : Programming with the Background Processing System (BC-CCM-BTC), look for FM like BP_JOB_READ or _MODIFY. You could also look at utilities like report RSBTCRTE.

Why do you need this function ?

Regards,

Raymond

0 Kudos

Thanks Raymond. It worked