<?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: Triggering events in Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844272#M358456</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;Please let us know your requirement in detail..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the events in the selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... ON END OF sel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... ON VALUE-REQUEST FOR psel_low_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... ON HELP-REQUEST FOR psel_low_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... ON RADIOBUTTON GROUP radi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... ON BLOCK block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Feb 2007 06:03:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-03T06:03:09Z</dc:date>
    <item>
      <title>Triggering events in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844271#M358455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is their any transaction to find out which &amp;lt;b&amp;gt;selection screen event&amp;lt;/b&amp;gt; triggerd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- David Boon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 05:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844271#M358455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering events in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844272#M358456</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;Please let us know your requirement in detail..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the events in the selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... ON END OF sel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... ON VALUE-REQUEST FOR psel_low_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... ON HELP-REQUEST FOR psel_low_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... ON RADIOBUTTON GROUP radi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... ON BLOCK block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844272#M358456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering events in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844273#M358457</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 AT SELECTION-SCREEN is the basic form of a whole series of events that occur&lt;/P&gt;&lt;P&gt;while the selection screen is being processed.&lt;/P&gt;&lt;P&gt;The standard selection screen in an executable program or in the logical database linked to it is&lt;/P&gt;&lt;P&gt;automatically called between the INITIALIZATION and START-OF-SELECTION events. When&lt;/P&gt;&lt;P&gt;you call the selection screen, and when users interact with it, the ABAP runtime environment&lt;/P&gt;&lt;P&gt;generates selection screen events, which occur between INITIALIZATION and START-OFSELECTION.&lt;/P&gt;&lt;P&gt;You can define event blocks for these events in your program to change the selection screen or&lt;/P&gt;&lt;P&gt;process user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN is triggered at least twice during actions on selection screens that are linked into another selection screen as a subscreen - first for the linked selection screen itself, and then for the linking selection screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN OUTPUT event is triggered at the screen event PBO of a selection screen. In the event block, the selection screen can be prepared through assignments to the data objects of parameters and selection criteria and through dynamic screen modifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON &amp;lt;field&amp;gt; is triggered when the contents of each individual input field are passed from the selection screen&lt;/P&gt;&lt;P&gt;to the ABAP program. The input field &amp;lt;field&amp;gt; can be checked in the corresponding event block.&lt;/P&gt;&lt;P&gt;If an error message occurs within this event block, the corresponding field is made ready for input&lt;/P&gt;&lt;P&gt;again on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will helpful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844273#M358457</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-03T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering events in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844274#M358458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think u r asking abt the tc to know which selection-screen event triggered.but as far as i concerned we didnt have&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844274#M358458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering events in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844275#M358459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i am in need of TC only ,what SriLatha said . I think their is some tc. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;- David Boon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-events-in-selection-screen/m-p/1844275#M358459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:26:07Z</dc:date>
    </item>
  </channel>
</rss>

