<?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: Need event example in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598898#M1084155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks i understand ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to learn about Abap events in OO ,&lt;/P&gt;&lt;P&gt;maybe u have simple example how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 07:36:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T07:36:10Z</dc:date>
    <item>
      <title>Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598894#M1084151</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 learn about  event and i want an example how to do it in abap oo,&lt;/P&gt;&lt;P&gt; e.g. trigger event when  sales order is created or something else,&lt;/P&gt;&lt;P&gt;maybe someone can help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 19:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598894#M1084151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T19:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598895#M1084152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Business objects&lt;/STRONG&gt; like sales order (BUS2032, transaction SW01) can have events. However, these are not ABAP-OO related events (like a double-click event within a grid/tree control) but are &lt;STRONG&gt;workflow&lt;/STRONG&gt; related events.&lt;/P&gt;&lt;P&gt;Thus, you have to check the available workflow documentation how to trigger and handle such events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 20:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598895#M1084152</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-25T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598896#M1084153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  Uwe ,&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;&lt;/P&gt;&lt;P&gt;So  there is e.g. like events in Abap OO when something Change in the system (data change)  or...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 20:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598896#M1084153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598897#M1084154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can different "flavours" of events in SAP (examples see below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Workflow Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You define (or use an existing) workflow for approval of purchase requisitions above a certain threshold (proofreading by a second set of eyes). When a purchase requisition is above this level it automatically triggers a workflow which generated a workitem in the approver's inbox (transaction SO01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Message Events (transaction NACE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implemented the following event: As soon as the warehouse confirms that a delivery is ready to be shipped to the customer (message received via inbound IDoc) this triggers automatically triggers the ASN (= Advanced Shipping Notification; outbound DESADV IDoc) for the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Change Pointer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define for various SAP objects (e.g. material master data) so-called changed pointer meaning that if certain changes occurs in a material master this triggers the generation of an outbound IDoc (e.g. to transmit these changes to another SAP system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further readings (not a comprehensive list):&lt;/P&gt;&lt;P&gt;[Event Generation|http://help.sap.com/erp2005_ehp_03/helpdata/EN/04/928c6246f311d189470000e829fbbd/content.htm]&lt;/P&gt;&lt;P&gt;[Using Events|http://help.sap.com/erp2005_ehp_03/helpdata/EN/c5/e4aa8c453d11d189430000e829fbbd/content.htm]&lt;/P&gt;&lt;P&gt;[Important Transaction Codes|http://help.sap.com/erp2005_ehp_03/helpdata/EN/9b/572614f6ca11d1952e0000e82dec10/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this list of event types is likely to be incomplete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 04:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598897#M1084154</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-27T04:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598898#M1084155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks i understand ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to learn about Abap events in OO ,&lt;/P&gt;&lt;P&gt;maybe u have simple example how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598898#M1084155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T07:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need event example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598899#M1084156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean events raised by ABAP classes then you may search the SDN forums for my sample reports (all of them starting with &lt;STRONG&gt;ZUS_SDN_...&lt;/STRONG&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are simplified versions dealing with different kinds of event handling of controls (ALV, Tree).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-event-example/m-p/4598899#M1084156</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-27T07:38:22Z</dc:date>
    </item>
  </channel>
</rss>

