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 Trigger

Former Member
0 Likes
534

HI All,

I have called the FM BP_EVENT_RAISE to call an event. But it has stopped triering the event after 1 April.

Can anybody sugest the solution for this?

Regards

Saurabh

4 REPLIES 4
Read only

Former Member
0 Likes
504

Hi,

Not sure why??

Make sure the Job which will be triggered after the EVENT raise is there in SM37

Thanks,

Naren

Read only

0 Likes
504

I can see that job is in released state. But it has been in released state before 1st April. Is there any way of activating the event?

Read only

0 Likes
504

The job needs to be in a Scheduled state. Make sure that the job is defined as Periodic (the checkbox at the bottom of the "Start Condition" page). Then it will run ANY time the event is triggered.

Also, make sure that the raised trigger's parameter matches the start condition.

Read only

Former Member
0 Likes
504

tx