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

How do we raise event in custom program

Former Member
0 Likes
1,052

Hi

I have defined an event in SM64 , Now I need to raise this event in my program, I remember their is a function module to raise it, could any one please help with the name of the function module?

Thanks In Advance

best regards

Satich Kumar K

3 REPLIES 3
Read only

Former Member
0 Likes
629

Try the fm: BP_EVENT_RAISE

Regards,

ravi

Read only

0 Likes
629

Thanks ravi

I got it

Read only

0 Likes
629

I have created a trigger in SM62, created a custom ABAP program calling function module: BP_EVENT_RAISE to raise the event, and created job in BMV0. However, when the ABAP program is executed, it appears to have raised the event( which should trigger a BMV0 job to start) but the job never starts. Did I miss something?