<?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 Catch event in a different program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239565#M1210774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a modul pool, it's possible that in this modul-pool i catch a event raised in another function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a Z-Class with a static event and a method that raises the event&lt;/P&gt;&lt;P&gt;In the modul-pool i've created a local class to receive the events&lt;/P&gt;&lt;P&gt;In this local class i've declared a method called HANDLE_EVENT for event ... of class Z-CLASS...&lt;/P&gt;&lt;P&gt;i implement this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the modul pool i put the set handler WITHOUT FOR ADITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is another function (launched through XI) that call the method of the ZCLASS that raises the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'm not able to link the raise of this event to the method HANDLE_EVENT of my local class in my modul pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody bring some light to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanbks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 12:42:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T12:42:14Z</dc:date>
    <item>
      <title>Catch event in a different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239565#M1210774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a modul pool, it's possible that in this modul-pool i catch a event raised in another function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a Z-Class with a static event and a method that raises the event&lt;/P&gt;&lt;P&gt;In the modul-pool i've created a local class to receive the events&lt;/P&gt;&lt;P&gt;In this local class i've declared a method called HANDLE_EVENT for event ... of class Z-CLASS...&lt;/P&gt;&lt;P&gt;i implement this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the modul pool i put the set handler WITHOUT FOR ADITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is another function (launched through XI) that call the method of the ZCLASS that raises the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'm not able to link the raise of this event to the method HANDLE_EVENT of my local class in my modul pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody bring some light to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanbks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239565#M1210774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catch event in a different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239566#M1210775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, what you want is not possible, cause your local class is not "alive" during the call of your zclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To catch the event with your local class, you need to create an object of that class, that is available in your Zclass Method, raised by XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 14:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239566#M1210775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Catch event in a different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239567#M1210776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved this issue using shared object memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's similar to EXPORT TO MEMORY / IMPORT FROM MEMORY but it offers more posibilities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 09:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-event-in-a-different-program/m-p/5239567#M1210776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T09:10:50Z</dc:date>
    </item>
  </channel>
</rss>

