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: 

API for scheduling background jobs

Former Member
0 Kudos
530

Hello friends,

What is the API provided by R/3 to schedule background jobs, apart from the internal transactions, sm36 ?

regards,

Tanmay.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
200

Hi,

There are FMs to create and schedule jobs instead of manually going to transaction SM36.

JOB_OPEN (create a job)

JOB_SUBMIT (attach program to be scheduled and set other scheduling parameters)

JOB_CLOSE (finally release it for use)

Hope your question is answered...

Regards, Tapas

<Pls reward if useful or answered>

2 REPLIES 2

Sm1tje
Active Contributor
0 Kudos
200

Look at function modules from function group BTCH.

Former Member
0 Kudos
201

Hi,

There are FMs to create and schedule jobs instead of manually going to transaction SM36.

JOB_OPEN (create a job)

JOB_SUBMIT (attach program to be scheduled and set other scheduling parameters)

JOB_CLOSE (finally release it for use)

Hope your question is answered...

Regards, Tapas

<Pls reward if useful or answered>