<?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/3758326#M904182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;initialization&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;start of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And these are statements you use when creating a report with a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Apr 24, 2008 4:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 14:33:48 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-04-24T14:33:48Z</dc:date>
    <item>
      <title>about selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758325#M904181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends&lt;/P&gt;&lt;P&gt; can any one tell me&lt;/P&gt;&lt;P&gt;in initialization,at selection-screen,start of selection flow logic&lt;/P&gt;&lt;P&gt;where we have to use this like calling a screen at that time before the coding which one should come whether initialization or at selection-scren &lt;/P&gt;&lt;P&gt;please answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758325#M904181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:31:15Z</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/3758326#M904182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;initialization&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;start of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And these are statements you use when creating a report with a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Apr 24, 2008 4:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758326#M904182</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-24T14:33: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/3758327#M904183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a report program, you don't have to call the screen unless after the first selection screen is being processed that you want to call another screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it would be dependent on your requirements whether it would go in the AT SELECTION SCREEN or in your START-OF-SELECTION processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758327#M904183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:35:29Z</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/3758328#M904184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u declared any parameters or select-options , this automatically triggers selection screen and always selection screen default number is 1000 , &lt;/P&gt;&lt;P&gt;and if u want to call different screen from a report then &lt;/P&gt;&lt;P&gt;we can use call screen 'XYZ'.&lt;/P&gt;&lt;P&gt;XYZ is a number other than 1000 , &lt;/P&gt;&lt;P&gt;and this code is written in start-of-selection  . &lt;/P&gt;&lt;P&gt;If u want to change any value on selection screen then the coding is to be written in &lt;/P&gt;&lt;P&gt;INITIALIZATION .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758328#M904184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:44: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/3758329#M904185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In classical reports, the order of events is as follows&lt;/P&gt;&lt;P&gt;1. Initialization&lt;/P&gt;&lt;P&gt;2. At selection screen&lt;/P&gt;&lt;P&gt;3. Start of selection.&lt;/P&gt;&lt;P&gt;4. Top-of-page&lt;/P&gt;&lt;P&gt;5. End-of-selection.&lt;/P&gt;&lt;P&gt;6. End-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization event is for providing default initial values for the fields of sel-screen.&lt;/P&gt;&lt;P&gt;It'll trigger after the User executes the program and before load-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen is to provide field validations on selection screen.&lt;/P&gt;&lt;P&gt;It'll trigger at PBO of the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection is the default driver event. But if u mention initialization event in ur program, then u must specify start-of-selection event.&lt;/P&gt;&lt;P&gt;It'll trigger after user give the input values in sel-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this works out for u, reward me points plz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758329#M904185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:58:39Z</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/3758330#M904186</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;before coding Initializatio event triggers first after that start-of-selection event triggers after these two events at-selection screen event triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for better understanding just write simple abap program by using these 3 events after that use debug the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 15:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758330#M904186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T15:01: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/3758331#M904187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one tell me the usage of idoc and its definition&lt;/P&gt;&lt;P&gt;as well as what is segment what is the transaction code for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758331#M904187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:35:27Z</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/3758332#M904188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks my friend ur message really helped me&lt;/P&gt;&lt;P&gt;and point also i awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3758332#M904188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:36:36Z</dc:date>
    </item>
  </channel>
</rss>

