<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529517#M573428</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 SELECTION-SCREEN ON Is similar to FILED MODULE tha we use in PAI section of the flow logic for normal screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can group some fields by using AT SELECTIOn-SCREEN on block.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;When you raise an error message in AT SELECTION-SCREEN on only that field is open for edit.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 06:16:14 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-07-18T06:16:14Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529514#M573425</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;  what is the differnce between at Selection Screen on field and at Selection on Screen? I know one difference is for validation of the fields and next is for the total screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherthan that any difference between those two?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529514#M573425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529515#M573426</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 basic form of the selection screen events is the AT SELECTION-SCREEN event. This event occurs after the runtime environment has passed all input data from the selection screen to the ABAP program. The other selection screen events allow programmers to modify the selection screen before it is sent and specifically check user input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen On Field is triggered in PAI of selection-screens. &lt;/P&gt;&lt;P&gt;- The input fields can b checked,in the corresponding event block. If an error message occurs within this event block, the corresponding field is made ready for input again on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529515#M573426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529516#M573427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Apart from that what u mentioned the Difference between at selection-screen and at selection-screen on field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.i.e  At selection-screen on field: If you enter wrong value in this field it will disable the remaing fileds (i.e Not allow to enter intput for remaing fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in At selection-screen it still in enable mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the diff b/w at selection-screen and on field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is helpful plz reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rambabu.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529516#M573427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529517#M573428</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 SELECTION-SCREEN ON Is similar to FILED MODULE tha we use in PAI section of the flow logic for normal screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can group some fields by using AT SELECTIOn-SCREEN on block.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;When you raise an error message in AT SELECTION-SCREEN on only that field is open for edit.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529517#M573428</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-18T06:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529518#M573429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT SELECTION-SCREEN. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1. ... ON psel &lt;/P&gt;&lt;P&gt;2. ... ON BLOCK block&lt;/P&gt;&lt;P&gt;3. ... alone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first case, only psel parameter is input-enable in case of error, in the second case the whole block defined between  SELECTION-SCREEN BEGIN and END OF BLOCK block is input-ready, in the third case all field are ready for input.&lt;/P&gt;&lt;P&gt;So if your checking depend on one field or some fields you choose the good syntax, also the cursor if not explicitly written will go on first input ready field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529518#M573429</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-18T06:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529519#M573430</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;&amp;lt;b&amp;gt;At Selection-screen On Field&amp;lt;/b&amp;gt; is triggered in PAI of selection-screens. &lt;/P&gt;&lt;P&gt;- The input fields can b checked,in the corresponding event block. If an error message occurs within this event block, the corresponding field is made ready for input again on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen OUTPUT is trigerred in PBO of selection-screen.   &lt;/P&gt;&lt;P&gt;- This allows you to modify the Selection-screen, before it is displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529519#M573430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529520#M573431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if these help&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="421224"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="452679"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529520#M573431</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-07-18T06:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529521#M573432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&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;&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2529521#M573432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:22:51Z</dc:date>
    </item>
  </channel>
</rss>

