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

Trigger job using an event

Former Member
0 Likes
310

Hi

Could anyone tell me the steps involved in triggering a job in R/3 using an event.It would be very helpful if somebody could enumerate the steps.

Points will be awarded.

Regards

Ankit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Follow these steps:

Step1: Create event from transaction SM62.

Step2: Create a program that triggers this event by calling the FM u2018BP_EVENT_RAISEu2019.

Step3: Configure the background job from transaction SM36.

For details pl. see my blog in this given link.

http://www.saptechnical.com/Tutorials/ABAP/BackgroundJob/OnEvent.htm

Regards,

Joy.

1 REPLY 1
Read only

Former Member
0 Likes
280

Follow these steps:

Step1: Create event from transaction SM62.

Step2: Create a program that triggers this event by calling the FM u2018BP_EVENT_RAISEu2019.

Step3: Configure the background job from transaction SM36.

For details pl. see my blog in this given link.

http://www.saptechnical.com/Tutorials/ABAP/BackgroundJob/OnEvent.htm

Regards,

Joy.