<?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: about selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486236#M560696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;START-OF-SELECTION&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Event keywords for defining event blocks for reporting events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;START-OF-SELECTION.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;After the selection screen has been processed, the runtime environment triggers the LOAD-OF-PROGRAM event, and the corresponding event block is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;AT SELECTION-SCREEN&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User actions on a selection screen or on a list trigger certain events in the ABAP runtime environment. This event key word helps to validate the parameters/select-options on the Selection screen.&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 09:44:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T09:44:47Z</dc:date>
    <item>
      <title>about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486230#M560690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where to use at selection sreen.&lt;/P&gt;&lt;P&gt;and whats the difference b/w start of selection and at selction screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486230#M560690</guid>
      <dc:creator>MohitSingh</dc:creator>
      <dc:date>2007-07-09T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486231#M560691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;to validate the selection-screen we use at selection-screen.&lt;/P&gt;&lt;P&gt;start-of-selection is used to retrieve the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486231#M560691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486232#M560692</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 is basically used for validations n all.&lt;/P&gt;&lt;P&gt;it is triggred wen u click on any gui item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of -selection is basically to retrieve the data,by default always it is triggred even if u dont use ny events in ur report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486232#M560692</guid>
      <dc:creator>S0025444845</dc:creator>
      <dc:date>2007-07-09T09:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486233#M560693</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 event is used for validating the screen fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex when u wanna display text buttons based on selecting radio buttons in such caes we go for AT SELECTION-SCREEN EVENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERALLY AT SELECTION-SCREEN EVENT  is triggered before start-of-selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt; if screen-name = 'p1'.&lt;/P&gt;&lt;P&gt;      screen-required = 1.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = 'p2'.&lt;/P&gt;&lt;P&gt;       screen-input = 0.&lt;/P&gt;&lt;P&gt;       modify  screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above ex p1 screen field is mandatory.  system wont allow u 2 process further with out giving value to it.&lt;/P&gt;&lt;P&gt;            p2 is disabled while selection screen display for user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to have such conditions we go for at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection event is used for selecting data from database tables into user defined tables or to  structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: Start-of-selection.&lt;/P&gt;&lt;P&gt;             select * from mara into table itab where ................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection event in reporting is the default event that will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486233#M560693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486234#M560694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At selection screen is used to validated the selection field contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486234#M560694</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-07-09T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486235#M560695</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection&amp;#151;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the first event for your list once all the events are triggered in selection screen the data is retirve from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REPORT statement always executes a START-OF-SELECTION implcitly. Consequently all processing logic between the REPORT statement and the next event keyword is automatically processed in the START-OF-SELECTION event. &lt;/P&gt;&lt;P&gt;Immediately afterwards, the system processes the statements that belong to an explicit START-OF-SELECTION block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At-selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN is used process the user commands &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELCTION-SCREEN OUPUT is used for the display/change mode of selection screen fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***do rewards if usefull&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486235#M560695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486236#M560696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;START-OF-SELECTION&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Event keywords for defining event blocks for reporting events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;START-OF-SELECTION.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;After the selection screen has been processed, the runtime environment triggers the LOAD-OF-PROGRAM event, and the corresponding event block is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;AT SELECTION-SCREEN&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User actions on a selection screen or on a list trigger certain events in the ABAP runtime environment. This event key word helps to validate the parameters/select-options on the Selection screen.&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486236#M560696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486237#M560697</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 is basically used for validations n all.&lt;/P&gt;&lt;P&gt;it is triggred wen u click on any gui item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of -selection is basically to retrieve the data,by default always it is triggred even if u dont use ny events in ur report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486237#M560697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486238#M560698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at selection-screen is basically used for validations n all.&lt;/P&gt;&lt;P&gt;it is triggred wen u click on any gui item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of -selection is basically to retrieve the data,by default always it is triggred even if u dont use ny events in ur report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/2486238#M560698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:47:05Z</dc:date>
    </item>
  </channel>
</rss>

