‎2012 Sep 18 10:33 AM
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
‎2012 Sep 18 4:27 PM
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
‎2013 Feb 01 4:36 PM
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.