‎2010 Dec 13 4:19 PM
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
‎2010 Dec 13 4:42 PM
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.