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

Event after in Background processing

former_member206760
Active Contributor
0 Likes
944

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
756

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

3 REPLIES 3
Read only

Former Member
0 Likes
756

In SM37 give event name , date and username .You will get at least some details.

Thanks ,

Joby

Read only

Former Member
0 Likes
757

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

Read only

Former Member
0 Likes
756

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