<?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: initialization &amp; at selection-screen (difference) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714934#M312542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;what it means. plz explain? with one example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 11:02:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T11:02:10Z</dc:date>
    <item>
      <title>initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714927#M312535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;we can also initialize the value of selection screen in at selection screen.&lt;/P&gt;&lt;P&gt;so what is the difference in initializing the value of selection screen in Initialization&lt;/P&gt;&lt;P&gt;&amp;amp; at selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714927#M312535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714928#M312536</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 is the event which is used to validate the entries of the selection screen data, there how can you initialize the values. That should be done in initilization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714928#M312536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714929#M312537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     The order of events is the key here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first event is INITILIZATION and then you get the selection-screen&lt;/P&gt;&lt;P&gt;and then you will AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO initially on the selectoin screen if you want to display some default values then you code them in INITILIZATION. Basically you will do GET PARAMETER stuff here. And these values will be there only for the first display of the screen once you change them you can not retain them as INITILIZATION is excuted only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN is PAI of the selection screen.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON OUTPUT can be used to give default values.&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, 15 Nov 2006 10:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714929#M312537</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-15T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714930#M312538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALIZATION			  &lt;/P&gt;&lt;P&gt;Before the standard selection screen is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event occurs before the standard selection screen is called. During this event block, the input fields of the standard selection screen can only be initialized once after the program has been started.&lt;/P&gt;&lt;P&gt;&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;After user input on a selection screen has been processed, but while the selection screen is still active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event AT SELECTION-SCREEN is the basic form of a whole series of events that occur while the selection screen is being processed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714930#M312538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714931#M312539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjeev...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization  value is like default value.&lt;/P&gt;&lt;P&gt;at selection screen value you can decide on some condtions and give or change the value of parameter or select-option.&lt;/P&gt;&lt;P&gt;like you can change the value depend on the other value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714931#M312539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714932#M312540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjeev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another important difference is that event INITIALIZATION will be passed only &amp;lt;b&amp;gt;once&amp;lt;/b&amp;gt; when you start your report. However, AT SELECTION-SCREEN can be passed several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714932#M312540</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-11-15T10:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714933#M312541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. U are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But the problem will arise,&lt;/P&gt;&lt;P&gt;   when the user press ENTER once or many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. When the user presses ENTER,&lt;/P&gt;&lt;P&gt;   AT selection screen &lt;/P&gt;&lt;P&gt;   will be fired once again,&lt;/P&gt;&lt;P&gt;   and again initialize the value of the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (If the value is going to remain same, then its ok, then no problem)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But if the value is supposed to be changed by user,&lt;/P&gt;&lt;P&gt;    then it won't serve our purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   INITIALIZATION is called ONLY ONCE.&lt;/P&gt;&lt;P&gt;  AT SELECTION-SCREEN is called AS MANY TIMES ENTER IS PESSED (OR some fcode happens)&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714933#M312541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714934#M312542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;what it means. plz explain? with one example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714934#M312542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714935#M312543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714935#M312543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection-screen (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714936#M312544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALIZATION &lt;/P&gt;&lt;P&gt;Before the standard selection screen is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event occurs before the standard selection screen is called. During this event block, the input fields of the standard selection screen can only be initialized once after the program has been started.&lt;/P&gt;&lt;P&gt;&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;After user input on a selection screen has been processed, but while the selection screen is still active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event AT SELECTION-SCREEN is the basic form of a whole series of events that occur while the selection screen is being processed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-difference/m-p/1714936#M312544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:39:27Z</dc:date>
    </item>
  </channel>
</rss>

