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: 

Cancel a running job

Former Member
0 Kudos

Hi,

How to cancel a running job programatically. Any function modules available for this. I don't want to delete the job, but have to cancel it.

Thanks in advance,

Vishnu Priya

4 REPLIES 4

satykumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can use SM37 and SM50 for this purpose

SM50 - Select corresponding your PID - Process Menu -Cancel without core

Regards,

Satyendra

Former Member
0 Kudos

SM50 -> Select corresponding your PID -> Process (Menu) -> Cancel without core.

Former Member
0 Kudos

Hi Try this program.

RSBDCBTC

Regards,

Sunil

Former Member
0 Kudos

Hi,

Solved the problem. Function module BP_JOB_ABORT to be used to cancel a job.

Regards,

Vishnu Priya