<?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: Event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079316#M431266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The events are&lt;/P&gt;&lt;P&gt;&amp;#149; INITIALIZATION&lt;/P&gt;&lt;P&gt;&amp;#149; AT SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&amp;#149; AT SELECTION-SCREEN ON &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;#149; START-OF-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; TOP-OF-PAGE&lt;/P&gt;&lt;P&gt;&amp;#149; TOP-OF-PAGE DURING LINE SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; END-OF-PAGE&lt;/P&gt;&lt;P&gt;&amp;#149; END-OF-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; AT USER-COMMAND&lt;/P&gt;&lt;P&gt;&amp;#149; AT LINE-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; AT PF&amp;lt;NN&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;#149; GET&lt;/P&gt;&lt;P&gt;&amp;#149; GET LATE.&lt;/P&gt;&lt;P&gt;&amp;#149; AT User Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 10:14:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T10:14:25Z</dc:date>
    <item>
      <title>Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079313#M431263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to raise an event inside a classicl / Interctive program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079313#M431263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079314#M431264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To raise an event , just code the event at the necessary point of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the list of events.&lt;/P&gt;&lt;P&gt;Through driver program ( user does not have any control of the flow of the events here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can control the event .&lt;/P&gt;&lt;P&gt;Top-of-page.&lt;/P&gt;&lt;P&gt;end-of-page.&lt;/P&gt;&lt;P&gt;top-of-page during line-selection.&lt;/P&gt;&lt;P&gt;&amp;lt;these are for interactive&amp;gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;at user-command.&lt;/P&gt;&lt;P&gt;at pf&amp;lt;nn&amp;gt; ( obsolete).&lt;/P&gt;&lt;P&gt;here as per user interaction or requirement the vent will trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079314#M431264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079315#M431265</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;use bp_event_raise Fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079315#M431265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079316#M431266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The events are&lt;/P&gt;&lt;P&gt;&amp;#149; INITIALIZATION&lt;/P&gt;&lt;P&gt;&amp;#149; AT SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&amp;#149; AT SELECTION-SCREEN ON &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;#149; START-OF-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; TOP-OF-PAGE&lt;/P&gt;&lt;P&gt;&amp;#149; TOP-OF-PAGE DURING LINE SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; END-OF-PAGE&lt;/P&gt;&lt;P&gt;&amp;#149; END-OF-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; AT USER-COMMAND&lt;/P&gt;&lt;P&gt;&amp;#149; AT LINE-SELECTION&lt;/P&gt;&lt;P&gt;&amp;#149; AT PF&amp;lt;NN&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;#149; GET&lt;/P&gt;&lt;P&gt;&amp;#149; GET LATE.&lt;/P&gt;&lt;P&gt;&amp;#149; AT User Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079316#M431266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079317#M431267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain about this event &amp;lt;b&amp;gt;bp_event_raise Fm&amp;lt;/b&amp;gt; ,How to user , When to use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079317#M431267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079318#M431268</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;chk this:&lt;/P&gt;&lt;P&gt;This function module is for use in programs written in ABAP. Triggering an event tells the background processing system to start any background jobs that were scheduled to wait for the event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can trigger an event with or without an event argument, a string that more precisely identifies an event. Jobs can be scheduled to wait for an event for the combination of event and a particular event argument. &lt;/P&gt;&lt;P&gt;Use the program SAPEVT to trigger an event from a program, script, or.bat file that runs outside the R/3 System. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this blog for an example:&lt;/P&gt;&lt;P&gt;/people/krishnakumar.ramamoorthy3/blog/2007/04/12/xi--event-based-message-triggering-with-dependencies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/2079318#M431268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:20:00Z</dc:date>
    </item>
  </channel>
</rss>

