<?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: At selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813340#M657751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Order in which AT_SELECTION screen events are triggered are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;2)AT SELECTION-SCREEN VALUE REQUEST&lt;/P&gt;&lt;P&gt;3)AT SELECTION-SCREEN ON field &lt;/P&gt;&lt;P&gt;at last AT SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 04:32:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T04:32:52Z</dc:date>
    <item>
      <title>At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813336#M657747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many At selection-screen Events? and wt is the difference b/n At selection-screen output and At selection-screen on field? And which triggers first? What is the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz explain in detail about selection-screen events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 09:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813336#M657747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813337#M657748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the events and their order of sequence&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON FIELD or ON BLOCK.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 11:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813337#M657748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813338#M657749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At selection-screen output : triggered when the selection screen is loaded in memory before being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen / &amp;lt;field&amp;gt;: before leaving the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can initialize the selection-screen with calculated default values under this event.&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;s_date-high = sy-datum.&lt;/P&gt;&lt;P&gt;s_date-low = sy-datum - 15.&lt;/P&gt;&lt;P&gt;Append s_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can validate all the inputs on selection screen fields under this event.&lt;/P&gt;&lt;P&gt;At selection-screen.&lt;/P&gt;&lt;P&gt;If s_carrid-low is initial or&lt;/P&gt;&lt;P&gt;s_connid-low is initial or&lt;/P&gt;&lt;P&gt;s_date is initial.&lt;/P&gt;&lt;P&gt;&amp;lt; ... code for validation... &amp;gt;.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can validate a particular field input on selection screen under this event.&lt;/P&gt;&lt;P&gt;At selection-screen on s_carrid.&lt;/P&gt;&lt;P&gt;If s_carrid-low &amp;lt; &amp;gt; &amp;#145;LH&amp;#146;.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;#133; code for validation&amp;#133;&amp;gt;&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 19:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813338#M657749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813339#M657750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT. &lt;/P&gt;&lt;P&gt;  This event is triggered before displaying the selection Screen. (PBO)&lt;/P&gt;&lt;P&gt;  So we can use this event to modify the attributes of fields dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;  or&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN on &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt; It is triggered before leaving the Selection Screen.&lt;/P&gt;&lt;P&gt; We can perform the validations in this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 03:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813339#M657750</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-01T03:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813340#M657751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Order in which AT_SELECTION screen events are triggered are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;2)AT SELECTION-SCREEN VALUE REQUEST&lt;/P&gt;&lt;P&gt;3)AT SELECTION-SCREEN ON field &lt;/P&gt;&lt;P&gt;at last AT SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 04:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813340#M657751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T04:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813341#M657752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swati&lt;/P&gt;&lt;P&gt;sequence &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON FIELD or ON BLOCK.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;the main difference betwen at selection screen output and at selection screen on field is &lt;/P&gt;&lt;P&gt;atselection screen output is expensive comparitavly at selection screen on field&lt;/P&gt;&lt;P&gt;in output validate the whole screen&lt;/P&gt;&lt;P&gt;but not in the case of on field&lt;/P&gt;&lt;P&gt;its validate only particular field&lt;/P&gt;&lt;P&gt;reward if u find useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 04:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813341#M657752</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-01T04:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813342#M657753</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;with this link you will get complete idea about the at selection screen events &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT selection0-screen on filed&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This events will be triggered if you do some action on perticular field mentioned in the field option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;at selection-screen output&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever you do any action on the screen then this event wuill trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you click on the field mentioned in the field option then at selection-screen on field will trigger 1st &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you press any button or enter button then at selection-screen output will trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 07:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813342#M657753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813343#M657754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;There are allmost 11 types of AT SELECTION SCREENS  are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output : triggered when the selection screen is loaded in memory before being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen / &amp;lt;field&amp;gt;: before leaving the selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2813343#M657754</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2007-10-01T09:18:03Z</dc:date>
    </item>
  </channel>
</rss>

