<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Global class event handler not called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732058#M898205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what I did... Probaby was a bad data set. The code is infact working.&lt;/P&gt;&lt;P&gt;I put the SET HANDLER XXXXXXX. (static event) and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Rich!! You are the man!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2008 16:58:57 GMT</pubDate>
    <dc:creator>LeonardoAraujo</dc:creator>
    <dc:date>2008-05-01T16:58:57Z</dc:date>
    <item>
      <title>Global class event handler not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732054#M898201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a problem where I created a function module that instatiates an application log class. This application log class has methods ON_* for public events of other classes.&lt;/P&gt;&lt;P&gt;The function module then processes its routines and as a result some of these events are raised. Ex: The function module creates a Purchase order and in that class I have a public even PO_CREATED that is raised upon succesfull creation of the PO. The global class APPLICATION_LOG I created has a method ON_PO_CREATED for event PO_CREATED of class ZCL_MAT_PO.&lt;/P&gt;&lt;P&gt;I put a break point in the APPLICATION LOG method but is os not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy idea of what Iam doing wrong or missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 16:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732054#M898201</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2008-05-01T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Global class event handler not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732055#M898202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo, did you set the handler method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET HANDLER &amp;lt;method_name&amp;gt; FOR &amp;lt;object&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 16:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732055#M898202</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-01T16:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Global class event handler not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732056#M898203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey RICH!! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In my function module, I put:&lt;/P&gt;&lt;P&gt;  SET HANDLER: o_log-&amp;gt;on_sto_created,&lt;/P&gt;&lt;P&gt;               o_log-&amp;gt;on_goods_issue_posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 16:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732056#M898203</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2008-05-01T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Global class event handler not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732057#M898204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to mention that I created the events as static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 16:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732057#M898204</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2008-05-01T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Global class event handler not called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732058#M898205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what I did... Probaby was a bad data set. The code is infact working.&lt;/P&gt;&lt;P&gt;I put the SET HANDLER XXXXXXX. (static event) and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Rich!! You are the man!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 16:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-class-event-handler-not-called/m-p/3732058#M898205</guid>
      <dc:creator>LeonardoAraujo</dc:creator>
      <dc:date>2008-05-01T16:58:57Z</dc:date>
    </item>
  </channel>
</rss>

