<?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 regarding INITIALIZATION event (DOUBT) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633511#M282573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all there&lt;/P&gt;&lt;P&gt;1.apart from asigning or initializing values to variables&lt;/P&gt;&lt;P&gt;of selection screen what we can do in the INITIALIZATION event?&lt;/P&gt;&lt;P&gt;2.which event other than INITIALIZATION can be used to &lt;/P&gt;&lt;P&gt;initialize the value of selection screen?if there is any event then what is the diff btw them?&lt;/P&gt;&lt;P&gt;thanxs &amp;amp; regards&lt;/P&gt;&lt;P&gt;sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 07:28:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T07:28:51Z</dc:date>
    <item>
      <title>regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633511#M282573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all there&lt;/P&gt;&lt;P&gt;1.apart from asigning or initializing values to variables&lt;/P&gt;&lt;P&gt;of selection screen what we can do in the INITIALIZATION event?&lt;/P&gt;&lt;P&gt;2.which event other than INITIALIZATION can be used to &lt;/P&gt;&lt;P&gt;initialize the value of selection screen?if there is any event then what is the diff btw them?&lt;/P&gt;&lt;P&gt;thanxs &amp;amp; regards&lt;/P&gt;&lt;P&gt;sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633511#M282573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633512#M282574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at selection-screen output...this is like PBO of the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633512#M282574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633513#M282575</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;look this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First event -&lt;/P&gt;&lt;P&gt;Initialization : triggered when the report is loaded in memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;At selection-screen output : triggered when the selection screen is loaded in memory before being displayed.&amp;lt;/b&amp;gt; ---&amp;gt; &amp;lt;b&amp;gt;here also u can do decalrations&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen : before leaving the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection : the first event for displaying the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection : after the start-of-selection is completed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633513#M282575</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-25T07:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633514#M282576</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 else you are looking for this event. it is initialization event so it intialize the values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT selection-screen output is called every time some user command occurs in the screen. while 'INITIALIZATION' is called only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM event is called before the 'INITIALIZATION' event and you can do the same in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633514#M282576</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-09-25T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633515#M282577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in ecc 5.0 you can use the event "load-of-program" also.This is the first event that fires prior to initialozation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633515#M282577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633516#M282578</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. apart from asigning or initializing values to variables&lt;/P&gt;&lt;P&gt;of selection screen what we can do in the INITIALIZATION event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do anything, which we do in abap coding.&lt;/P&gt;&lt;P&gt;We can even update Z tables, select query, etc etc.&lt;/P&gt;&lt;P&gt;(BUT IT WILL BE DONE ONLY ONCE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;which event other than INITIALIZATION can be used to &lt;/P&gt;&lt;P&gt;initialize the value of selection screen?if there is any event then what is the diff btw them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;But we have to write some logic of IF condition,&lt;/P&gt;&lt;P&gt;so that our code for&lt;/P&gt;&lt;P&gt;defaulting the value&lt;/P&gt;&lt;P&gt;fires ONLY ONCE&lt;/P&gt;&lt;P&gt;(other wise, whenever the user press ENTER key,&lt;/P&gt;&lt;P&gt;the code will get fired,&lt;/P&gt;&lt;P&gt;and over write the values,&lt;/P&gt;&lt;P&gt;inputted by the user)&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>Mon, 25 Sep 2006 07:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633516#M282578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633517#M282579</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;      Initialization is an Selection-screen events, this is the first events in the selection-screen events,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    this event will trigger before displaying the screen, &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    Manily we r using to put the default values in the screen deponding on the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if it is useful , dont forget to give an point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_One-low = 'Sanjeev'&lt;/P&gt;&lt;P&gt;Append s_one.&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;Justin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: justin jayaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633517#M282579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633518#M282580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt; the name itself indicating initialization.&lt;/P&gt;&lt;P&gt;normally we initialize the variables,parameters... which we used to display the values as default on the selection -screen.&lt;/P&gt;&lt;P&gt;we dont take any other internal tables or any other fields here because we write them in START OF SELECTION EVENT,the actual event,we use for processing the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633518#M282580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding INITIALIZATION event (DOUBT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633519#M282581</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 output is the event triggers twice.&lt;/P&gt;&lt;P&gt;i.e, before selection-screen and after selection-screen&lt;/P&gt;&lt;P&gt;triggers ,so u can use this this event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-initialization-event-doubt/m-p/1633519#M282581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:50:24Z</dc:date>
    </item>
  </channel>
</rss>

