<?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: Events in Bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595908#M1275441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 09:51:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T09:51:01Z</dc:date>
    <item>
      <title>Events in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595906#M1275439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How do Handle the "Events in Bapi "?&lt;/P&gt;&lt;P&gt;Where do we write the code to trigger the Events ?&lt;/P&gt;&lt;P&gt;Please explain me clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595906#M1275439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Events in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595907#M1275440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;u dotn have any events for a BAPI instead u haev events for business objects&lt;/P&gt;&lt;P&gt;and u can check them in trx SWO1 there u can see the events and when ever the object is called the events are triggered&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595907#M1275440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Events in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595908#M1275441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595908#M1275441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Events in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595909#M1275442</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;The Event inside the BAPI (Business Object) can be called by following Function Module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SWE_EVENT_CREATE'
  EXPORTING
    objtype                       = 'ZWOCONT'                   " Business Object Name
    objkey                        = v_objkey                        " Document Number  i.e. Input Parameter
    event                         = 'ZWEMODIFIED'              " Event Name in the BAPI to be called
 EXCEPTIONS
   OBJTYPE_NOT_FOUND             = 1
   OTHERS                        = 2
          .
IF sy-subrc &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 11:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595909#M1275442</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-05-20T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Events in Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595910#M1275443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 11:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events-in-bapi/m-p/5595910#M1275443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T11:18:25Z</dc:date>
    </item>
  </channel>
</rss>

