<?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 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/2266874#M491978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference b/t &lt;/P&gt;&lt;P&gt;At selection screen and&lt;/P&gt;&lt;P&gt;At selection screen output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 16:19:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T16:19:40Z</dc:date>
    <item>
      <title>AT SELECTION SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266874#M491978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference b/t &lt;/P&gt;&lt;P&gt;At selection screen and&lt;/P&gt;&lt;P&gt;At selection screen output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266874#M491978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:19:40Z</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/2266875#M491979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeevan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Both events are fired,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. but the main diffence is that &lt;/P&gt;&lt;P&gt;   we can change selection screen valeus,&lt;/P&gt;&lt;P&gt;  in at selection screen output only.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266875#M491979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:22:53Z</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/2266876#M491980</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;At selectio screen output is used for modifying the selection screen parameters. this event is triggered when the user performs any action (like pressing any radiobutiion, pressing enter...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection screen is used for validating the values entered in the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266876#M491980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:25:31Z</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/2266877#M491981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have given a user-command to any one of the parameters like&lt;/P&gt;&lt;P&gt;Parameters : p_matnr like mara-matnr user-command ucom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when you click that parameter, both AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN gets triggered before the other one and AT SELECTION-SCREEN OUTPUT gets trigerred just before returning to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not capture value of SY-UCOMM in AT SELECTION-SCREEN OUTPUT, it has to be done in AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not change the Screen in AT SELECTION-SCREEN, it has to be done in AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;let me know if you need specific info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266877#M491981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:26:07Z</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/2266878#M491982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At selection screen and At selection screen output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen event will trigger when you want to validate selection-screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using this event - you will get F4 Value,F1 Help and Screen field validation like whether data is available or not when user enters in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output-it is dynamic validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to keep field as Password,or disable,intensified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use Screen internal table and it has 16 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266878#M491982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:36:37Z</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/2266879#M491983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jeevan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_selec.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_selec.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 16:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/2266879#M491983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T16:46:16Z</dc:date>
    </item>
  </channel>
</rss>

