<?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 Initialization event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471381#M1059124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the follwoing statements from SAP help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization event can be used to initialize the input fields of the standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event keyword defines an event block whose event is triggered by the ABAP runtime environment during the flow of an executable program, directly after LOAD-OF-PROGRAM and before the selection screen processing of any existing standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my doubt is if a program doesn't have a selection screen does Initialization event would still get called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 17:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T17:49:51Z</dc:date>
    <item>
      <title>Initialization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471381#M1059124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the follwoing statements from SAP help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization event can be used to initialize the input fields of the standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event keyword defines an event block whose event is triggered by the ABAP runtime environment during the flow of an executable program, directly after LOAD-OF-PROGRAM and before the selection screen processing of any existing standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my doubt is if a program doesn't have a selection screen does Initialization event would still get called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 17:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471381#M1059124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T17:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471382#M1059125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will call initialization even if it doesnt have any selection screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA a TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE a .&lt;/P&gt;&lt;P&gt;  a = 9.&lt;/P&gt;&lt;P&gt;  WRITE a.&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;  a = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now answer will be 10 and 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the value for A will be 10 first which is set in intialization event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 17:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471382#M1059125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471383#M1059126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still &lt;STRONG&gt;INITIALIZATION&lt;/STRONG&gt;. will kick off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 18:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event/m-p/4471383#M1059126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T18:03:10Z</dc:date>
    </item>
  </channel>
</rss>

