<?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 Event Triggered? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800850#M914062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Please tell me in the below code i mentioned which is the first event that gets triggered.I think its AT-SELECTION-SCREEn event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRE_5 .&lt;/P&gt;&lt;P&gt;tables:s026.&lt;/P&gt;&lt;P&gt;parameters:wrbtr1 type bseg-wrbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen .&lt;/P&gt;&lt;P&gt;if wrbtr1 is initial.&lt;/P&gt;&lt;P&gt;MESSAGE 'Please enter a value' TYPE 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;Write:/ 'Hi1'.&lt;/P&gt;&lt;P&gt;Write:/ 'Hi2'.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 04:58:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T04:58:45Z</dc:date>
    <item>
      <title>Event Triggered?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800850#M914062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Please tell me in the below code i mentioned which is the first event that gets triggered.I think its AT-SELECTION-SCREEn event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRE_5 .&lt;/P&gt;&lt;P&gt;tables:s026.&lt;/P&gt;&lt;P&gt;parameters:wrbtr1 type bseg-wrbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen .&lt;/P&gt;&lt;P&gt;if wrbtr1 is initial.&lt;/P&gt;&lt;P&gt;MESSAGE 'Please enter a value' TYPE 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;Write:/ 'Hi1'.&lt;/P&gt;&lt;P&gt;Write:/ 'Hi2'.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 04:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800850#M914062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T04:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Event Triggered?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800851#M914063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You right. Simply method - set break-point in both events and tested &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 05:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800851#M914063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Event Triggered?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800852#M914064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, At selection-screen will triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your references see the below event sequences triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow of the Executable Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SUBMIT statement loads the called program in a separate session internal session and starts the series of processes in the ABAP routine environment that trigger events of actions in the called program in the following order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Program constructor event LOAD-OF-PROGREAM.&lt;/P&gt;&lt;P&gt;2.  Setting the Default values of the PARAMETERS and SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;3.  Reporting Event INITIALIZATION.&lt;/P&gt;&lt;P&gt;4.  AT SELECTION-SCRENN OUTPUT.&lt;/P&gt;&lt;P&gt;     (Order triggering of at selection-screen)&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection-screen output.&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection-screen on &amp;lt;f1&amp;gt;&lt;/P&gt;&lt;P&gt;          -&amp;gt; At selection-screen on &amp;lt;f2&amp;gt; ...&lt;/P&gt;&lt;P&gt;          -&amp;gt; At selection-screen on &amp;lt;fn&amp;gt;&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection screen on end of &amp;lt;f1&amp;gt;&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection screen on block &amp;lt;b1&amp;gt;&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection screen on radio button group &amp;lt;rbg1&amp;gt;&lt;/P&gt;&lt;P&gt;     -&amp;gt; At selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Report event START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;6. GET: If the called program linked with the LDB's.&lt;/P&gt;&lt;P&gt;7. Reporting event END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishvesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, rewards it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 05:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-triggered/m-p/3800852#M914064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T05:17:51Z</dc:date>
    </item>
  </channel>
</rss>

