<?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: Diff betw Load-of-program and Initialisation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182975#M464466</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;The purpose of load of program is to load the program into system memory so that it can be execute the program and also this is the first event in the program. After executing this event only other events is executed. Other events are &lt;/P&gt;&lt;P&gt;Initialization&lt;/P&gt;&lt;P&gt;start-of-selection&lt;/P&gt;&lt;P&gt;get&lt;/P&gt;&lt;P&gt;end-of-selection&lt;/P&gt;&lt;P&gt;etc all other events are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of Initialization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . In initialization it is not only the parameters default value&lt;/P&gt;&lt;P&gt;which are required/accessed/controlled&lt;/P&gt;&lt;P&gt;in initialization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In a program there are so many variables,&lt;/P&gt;&lt;P&gt;the values of these variables&lt;/P&gt;&lt;P&gt;can be set in intiailization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Such values sometimes cannot be hardcoded.&lt;/P&gt;&lt;P&gt;They may be requried to fetch from database&lt;/P&gt;&lt;P&gt;or do some calculations,&lt;/P&gt;&lt;P&gt;(which is not possible while declaration&lt;/P&gt;&lt;P&gt;data and parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Sometimes, some variant can also be imported&lt;/P&gt;&lt;P&gt;for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.This event is invoked 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;This gives you the one-time opportunity to initialize the input fields of the selection screen, including those defined in the logical database linked with the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When run in background, values initialized in initialization event are considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: if you want to initialize like this:&lt;/P&gt;&lt;P&gt;carrid-sign = 'I'. &lt;/P&gt;&lt;P&gt;carrid-option = 'EQ'. &lt;/P&gt;&lt;P&gt;carrid-low = 'AA'. &lt;/P&gt;&lt;P&gt;carrid-high = 'LH'. &lt;/P&gt;&lt;P&gt;APPEND carrid TO carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot achieve this by giving 'default' or 'value' at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget ot reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 12:04:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-30T12:04:22Z</dc:date>
    <item>
      <title>Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182970#M464461</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;can anyone give me in points the Diff betw Load-of-program and Initialisation events?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful answers wil b rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182970#M464461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182971#M464462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initialization is an event which will trigger before screen and carries the default values to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load-of-program works like an event(Driver program) which controls the flow sequence of all events&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182971#M464462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182972#M464463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavitra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems not so much difference. But INITIALIZATION block is peculiar to executables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INITIALIZATION:&amp;lt;/b&amp;gt; Only occurs in executable programs. The ABAP runtime environment triggers the INITIALIZATION event before the selection screen is processed, at which point the corresponding event block is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOAD-OF-PROGRAM:&amp;lt;/b&amp;gt; When an ABAP program is loaded in an internal session, 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;just refer this link also&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1841525"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="361892"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182972#M464463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182973#M464464</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;Check this link -&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/events-related-to-reporting.htm" target="test_blank"&gt;http://www.sap-img.com/abap/events-related-to-reporting.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Intialization:&lt;/P&gt;&lt;P&gt;This is the first event will be trigerred among all the events. In this event you will assigning values to variables. &lt;/P&gt;&lt;P&gt;For eg: if you want to display comments on the selection -screen. &lt;/P&gt;&lt;P&gt;v1 = 'HAI'. and write this variable in the at selection screen then HAI will be displayed in 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;Reward points if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182973#M464464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T11:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182974#M464465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavatra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intialization event trigger before the selection screen display. it will display values on the selection screen. (what u specified in the intialization event).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load of program is event it will control sequence of all events.&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;P.Naganjana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182974#M464465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182975#M464466</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;The purpose of load of program is to load the program into system memory so that it can be execute the program and also this is the first event in the program. After executing this event only other events is executed. Other events are &lt;/P&gt;&lt;P&gt;Initialization&lt;/P&gt;&lt;P&gt;start-of-selection&lt;/P&gt;&lt;P&gt;get&lt;/P&gt;&lt;P&gt;end-of-selection&lt;/P&gt;&lt;P&gt;etc all other events are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of Initialization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . In initialization it is not only the parameters default value&lt;/P&gt;&lt;P&gt;which are required/accessed/controlled&lt;/P&gt;&lt;P&gt;in initialization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In a program there are so many variables,&lt;/P&gt;&lt;P&gt;the values of these variables&lt;/P&gt;&lt;P&gt;can be set in intiailization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Such values sometimes cannot be hardcoded.&lt;/P&gt;&lt;P&gt;They may be requried to fetch from database&lt;/P&gt;&lt;P&gt;or do some calculations,&lt;/P&gt;&lt;P&gt;(which is not possible while declaration&lt;/P&gt;&lt;P&gt;data and parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Sometimes, some variant can also be imported&lt;/P&gt;&lt;P&gt;for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.This event is invoked 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;This gives you the one-time opportunity to initialize the input fields of the selection screen, including those defined in the logical database linked with the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When run in background, values initialized in initialization event are considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: if you want to initialize like this:&lt;/P&gt;&lt;P&gt;carrid-sign = 'I'. &lt;/P&gt;&lt;P&gt;carrid-option = 'EQ'. &lt;/P&gt;&lt;P&gt;carrid-low = 'AA'. &lt;/P&gt;&lt;P&gt;carrid-high = 'LH'. &lt;/P&gt;&lt;P&gt;APPEND carrid TO carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot achieve this by giving 'default' or 'value' at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget ot reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182975#M464466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182976#M464467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;INITIALIZATION&amp;lt;/b&amp;gt;: Only occurs in executable programs. The ABAP runtime environment triggers the INITIALIZATION event before the selection screen is processed, at which point the corresponding event block is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOAD-OF-PROGRAM&amp;lt;/b&amp;gt;: When an ABAP program is loaded in an internal session, 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;**********************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load-of-program event is absolutely necessary for setting the state of an Object Services based transaction. You must initialize the OO Transaction Model at this event. Initialization is too late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LOAD-OF-PROGRAM                                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load-of-program.&lt;/P&gt;&lt;P&gt;  cl_os_system=&amp;gt;init_and_set_modes(&lt;/P&gt;&lt;P&gt;        i_external_commit = oscon_false&lt;/P&gt;&lt;P&gt;        i_update_mode     = oscon_dmode_update_task_sync ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="48" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182976#M464467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182977#M464468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems not so much difference. But INITIALIZATION block is peculiar to executables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION: Only occurs in executable programs. The ABAP runtime environment triggers the INITIALIZATION event before the selection screen is processed, at which point the corresponding event block is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM: When an ABAP program is loaded in an internal session, 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

The Load-of-program event is absolutely necessary for setting the state of an Object Services based transaction. You must initialize the OO Transaction Model at this event. Initialization is too late.


*----------------------------------------------------------------------*
* LOAD-OF-PROGRAM                                                      *
*----------------------------------------------------------------------*
load-of-program.
  cl_os_system=&amp;gt;init_and_set_modes(
        i_external_commit = oscon_false
        i_update_mode     = oscon_dmode_update_task_sync ).


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182977#M464468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Diff betw Load-of-program and Initialisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182978#M464469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event LOAD-OF-PROGRAM (a kind of program constructor, always triggered when a program is loaded into memory).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization Event-&amp;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. If an executable program declares a standard selection screen the same program will be automatically called again by the system once the selection screen has been executed (see SUBMIT).  This triggers the INITIALIZATION  event again. It is important to note however that the initialization of parameters or selection criteria will not have an effect because at this point the value of the AT SELECTION-SCREEN OUTPUT is assigned using the previous user inputs. Only the remaining global fields which were set during INITIALIZATION are initialized during each program run.&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;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-betw-load-of-program-and-initialisation/m-p/2182978#M464469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:12:40Z</dc:date>
    </item>
  </channel>
</rss>

