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

schedule job programatically which should trigger based on event

Former Member
0 Likes
375

Dear experts,

i want to trigger the background job based on the event trigger.

Kindly let me know how to shedule the job programmatically which should trigger based on event.

Regards,

Manoj

Moderator message: please search for available information/documentation before asking.

Edited by: Thomas Zloch on Dec 13, 2010 6:03 PM

1 REPLY 1
Read only

Pawan_Kesari
Active Contributor
0 Likes
311

Jobs are scheduled programatically using function modules JOB_OPEN, JOB_SUBMIT and JOB_CLOSE.

If you like job to start based on event then specify the event name in parameter EVENT_ID of JOB_CLOSE function module.

more info is available in function module documentation.

Regards,

Pawan.