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

background Job

Former Member
0 Likes
677

Hi frens,

is there any way to change the job Status to Cancelled other than using the FM "BP_JOB_ABORT " or else please give me what parameters need to be passed to that FM.

And is it possible to add a custom message in the Job Log.

thanks..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Hello,

Take a look on the function group BTCH. And in the fm BAPI_XBP_JOB_ABORT. To get the parameters to be passed to the fm BP_JOB_ABORT you can use the fm BP_JOB_READ or BP_FIND_JOBS_WITH_PROGRAM passing the job name or program as parameter.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
603

Hello,

Take a look on the function group BTCH. And in the fm BAPI_XBP_JOB_ABORT. To get the parameters to be passed to the fm BP_JOB_ABORT you can use the fm BP_JOB_READ or BP_FIND_JOBS_WITH_PROGRAM passing the job name or program as parameter.

Regards.

Read only

Former Member
0 Likes
602

Hi..

tahnks for the answer..

Is it possible to add a custom message to the job log ..