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

Issue with Event handler call

devrajsingh
Active Participant
0 Likes
606

Hi All,

I have a issue to understand the concept of calling Event handler of a custom class, Please find the attached document to understand my whole scenario.

I appreciate any helpful suggestions.

Regards

Dev

2 REPLIES 2
Read only

Kiran_Valluru
Active Contributor
0 Likes
582

Hi,

It won't trigger the event handler method as there is no set handler for that.!

check this article http://scn.sap.com/docs/DOC-25262

Hope this helps for your requirement. You create a task and call the method which you want to update when the event is triggered.

Regards,

Kiran

Read only

Former Member
0 Likes
582

hi,

You have to register the event handler method in your program using statement

SET HANDLER method FOR [ALL INSTANCES] [INSTANCE].

place the registration statement where it will be processed before raising of the event.

thank you.