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

code for delete create job in sm37

Former Member
0 Likes
690

   hi,,

I have created job using  job_open FM.

But , At one scenario , i want to delete that job.

So , Is there any FM or code to delete that created job.

Thanx ,

Satyen Trivedi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
661

i think you can use FM "BP_JOB_DELETE" .. hopefully this will help

   hi,,

I have created job using  job_open FM.

But , At one scenario , i want to delete that job.

So , Is there any FM or code to delete that created job.

Thanx ,

Satyen Trivedi

4 REPLIES 4
Read only

Aashish28
Contributor
0 Likes
661

Hiii,

       Use this FM -  RSPO_R_RDELETE_SPOOLREQ pass spool id in this .

Read only

Former Member
0 Likes
662

i think you can use FM "BP_JOB_DELETE" .. hopefully this will help

Read only

0 Likes
661

Thanx Nishant.

Job is deleted with this FM.

Read only

0 Likes
661

Thanks Satyan. Infact this info is easily available on google . try out by yourself.