<?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 Oupt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020421#M960693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neliea &lt;/P&gt;&lt;P&gt;Event AT SELECTION SCREEN OUTPUT event triggers before the selection screen  so make sure if you want to validate then what you need to do is to use the event AT SELECTION SCREEN. This will resolve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;******************&lt;STRONG&gt;Reward Point if helpful&lt;/STRONG&gt;*************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 07:41:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T07:41:39Z</dc:date>
    <item>
      <title>At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020416#M960688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Im having a doubt regarding the at selection screen output statment.&lt;/P&gt;&lt;P&gt;I have written a code at the AT SELECTION -SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;and i get a date,after which if this date is not the correct date required by the user he wants to change the input.&lt;/P&gt;&lt;P&gt;But this is not working in my case,since when i change the input and excute again, it triggres the same code nad the field value changes to the same.&lt;/P&gt;&lt;P&gt;ie even if the date propsed by the system is nt correct then i need the date which is given in manually&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020416#M960688</guid>
      <dc:creator>former_member377111</dc:creator>
      <dc:date>2008-06-23T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020417#M960689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use AT SELECTION-SCREEN  &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN  on field events to validate that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN  OUTPUT doesnot work for your criteria.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020417#M960689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020418#M960690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Please use AT SELECTION SCREEN event to validate the field on the 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;Jaya Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020418#M960690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020419#M960691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of at selection-screen output.&lt;/P&gt;&lt;P&gt;pass the date in "initialization" event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:so_budat for mkpf-budat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;so_budat-low = sy-datum.&lt;/P&gt;&lt;P&gt;so_budat-high = sy-datum.&lt;/P&gt;&lt;P&gt;append so_budat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020419#M960691</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-06-23T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020420#M960692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,      &lt;/P&gt;&lt;P&gt;   Give the initial date or the default date in default value of your parameter or if any calculation is there then in INITIALIZATION EVENT and then do the required validation on user input on the AT SELECTION-SCREEN events like on field or on block or at selection screen. &lt;/P&gt;&lt;P&gt;      As  AT SELECTION-SCREEN OUTPUT is a PBO event and is triggered everytime user make a interaction on the screen except F8 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 07:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020420#M960692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020421#M960693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neliea &lt;/P&gt;&lt;P&gt;Event AT SELECTION SCREEN OUTPUT event triggers before the selection screen  so make sure if you want to validate then what you need to do is to use the event AT SELECTION SCREEN. This will resolve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;******************&lt;STRONG&gt;Reward Point if helpful&lt;/STRONG&gt;*************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 07:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020421#M960693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T07:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020422#M960694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Neliea,&lt;/P&gt;&lt;P&gt;  The events Initialization and At selection-screen Output are PBO events and r triggered Before the selection screen is displayed. So if u have to validate the date just keep it in the AT Selection-Screen event and check . this will resolve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 08:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020422#M960694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T08:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020423#M960695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I think  you are initializing that field value in AT SELECTION-SCREEN OUTPUT event. So when you change tha value on selection-screen when you press enter then the event AT SELECTION-SCREEN OUTPUT is triggered again and the value is again changed to  the value you are assigned in this event.&lt;/P&gt;&lt;P&gt;  So, You just assign the value at INITIALIZATION event, not in the AT SELECTION-SCREEN OUTPUT .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 08:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020423#M960695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen Oupt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020424#M960696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved By self&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-oupt/m-p/4020424#M960696</guid>
      <dc:creator>former_member377111</dc:creator>
      <dc:date>2009-04-27T08:49:12Z</dc:date>
    </item>
  </channel>
</rss>

