‎2010 May 31 10:35 AM
Hi
I m working on a support project which has a background job defined wich is triggered everyday at 4 :00 after a trigger event Z_trigger .
but since few days it is not getting executed..Is it that the event Z_trigger is not triggering...
where do i check the details of event z_trigger..is there any transsaction
‎2010 May 31 10:44 AM
Genrally events are triggered by using FM:BP_EVENT_RAISE. Find out the where used list of that FM:BP_EVENT_RAISE. Maybe this event is triggering from other background job. Please check the backgrouond jobs at 4:00am/pm.
Regards,
Chandra
‎2010 May 31 10:44 AM
In SM37 give event name , date and username .You will get at least some details.
Thanks ,
Joby
‎2010 May 31 10:44 AM
Genrally events are triggered by using FM:BP_EVENT_RAISE. Find out the where used list of that FM:BP_EVENT_RAISE. Maybe this event is triggering from other background job. Please check the backgrouond jobs at 4:00am/pm.
Regards,
Chandra
‎2010 May 31 10:48 AM
Hi tarang,
you can view the events created for Background job in SM62. You can trigger the same from Tcode SM64 ( Right Click on the event --> Even --- > Trigger ). please have a look at the below links.
All these kind of jobs are stored in table BTCEVTJOB.
[http://www.sapfans.com/sapfans/sapfaq/robert.htm]
[http://wiki.sdn.sap.com/wiki/display/ABAP/SAP+Event]
[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e061f728-7c77-2c10-13bd-cddd326ad82e&overridelayout=true]
Edited by: Prasath Arivazhagan on May 31, 2010 11:48 AM