<?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: selection-screen output , initialaization confusion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915842#M686442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The different events in a report Program are:&lt;/P&gt;&lt;P&gt;Load-of-program&lt;/P&gt;&lt;P&gt;Triggers the associated event in an internal session after loading a program of type 1, M, F, or S. Also runs the associated processing block once and once only for each program and internal session. The processing block LOAD-OF-PROGRAM has roughly the same function for an ABAP program of type 1, M, F or S as a constructor has for classes in ABAP Objects&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;This event is executed before the selection screen is displayed .&lt;/P&gt;&lt;P&gt;Initialization of all the values. &lt;/P&gt;&lt;P&gt;You can assign different values other than the values defaulted on the selection screen .&lt;/P&gt;&lt;P&gt;You can fill your selection screen with some values at runtime.&lt;/P&gt;&lt;P&gt;At Selection-Screen.&lt;/P&gt;&lt;P&gt;The event is processed when the selection screen has been processed (at the end of PAI ). &lt;/P&gt;&lt;P&gt;Validation &amp;amp; Checks of inputted values happen here&lt;/P&gt;&lt;P&gt;Extras :&lt;/P&gt;&lt;P&gt;&amp;#133;ON VALUE-REQUEST FOR psel_low_high . &lt;/P&gt;&lt;P&gt;The pushbutton for F4 (Possible entries) appears beside the appropriate field. &lt;/P&gt;&lt;P&gt;... ON HELP-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;. ... OUTPUT &lt;/P&gt;&lt;P&gt;This event is executed at PBO of the selection screen every time the user presses ENTER&lt;/P&gt;&lt;P&gt;Start-of-Selection.&lt;/P&gt;&lt;P&gt;Here the program starts selecting values from tables.&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;After all the data has been selected this event writes the data to the screen.&lt;/P&gt;&lt;P&gt;Interactive Events&lt;/P&gt;&lt;P&gt;Used for interactive reporting. It is used to create a detailed list from a basic list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events in an ABAP/4 Report Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-Of-Selection&lt;/P&gt;&lt;P&gt;Processing block is executed after processing the selection screen&lt;/P&gt;&lt;P&gt;All the data is selected in this block.&lt;/P&gt;&lt;P&gt;All the main processing on the data except for interactive reporting is handled in this block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-Of-Selection&lt;/P&gt;&lt;P&gt;Data which is selected and has been processed is printed to the screen in this block.&lt;/P&gt;&lt;P&gt;List Processing happens in this block&lt;/P&gt;&lt;P&gt;Top-of-Page.&lt;/P&gt;&lt;P&gt;New-Page.&lt;/P&gt;&lt;P&gt;End-of-Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events during List Processing&lt;/P&gt;&lt;P&gt;Top-of-Page.&lt;/P&gt;&lt;P&gt;Triggered by the first write statement in the program&lt;/P&gt;&lt;P&gt;It is used to have a standard header in the program for all the pages.&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE is only executed before outputting the first line on a new page &lt;/P&gt;&lt;P&gt;New-Page.&lt;/P&gt;&lt;P&gt;Can be used when one wants to display different data on different pages&lt;/P&gt;&lt;P&gt;Terminates the current page and continues output on a new page.&lt;/P&gt;&lt;P&gt;Will not trigger the Top-of-Page or End-of-Page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-of-Page.&lt;/P&gt;&lt;P&gt;It is used to have a standard footer for all the pages.&lt;/P&gt;&lt;P&gt;Triggered by the program if the number of records exceed the line-count of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understood....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 12:01:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T12:01:47Z</dc:date>
    <item>
      <title>selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915834#M686434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have selectionscreen output, initialization events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first initializatuion,&lt;/P&gt;&lt;P&gt;than at selection-screen output&lt;/P&gt;&lt;P&gt;execute it, than we pressed f3 came bact  to  selection-screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than which event  ll trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;kals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915834#M686434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915835#M686435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="413469"&gt;&lt;/A&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;&lt;/P&gt;&lt;P&gt;Allan Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915835#M686435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915836#M686436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalayan , &lt;/P&gt;&lt;P&gt; The event will be triggred in the following order&lt;/P&gt;&lt;P&gt;1. Initilization&lt;/P&gt;&lt;P&gt;2. At selection screen output&lt;/P&gt;&lt;P&gt;3. At Selection Screen&lt;/P&gt;&lt;P&gt;4. Start of selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915836#M686436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915837#M686437</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;cehck teh below thread,,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915837#M686437</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-11T11:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915838#M686438</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;When you run the program, Initialization gets trigerred only once. After this At Selection-screen output gets trigerred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you press any button or press enter, At Selection-screen will be trigerred and then again At selection-screen Ouput will be trigerred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until you press F8/F9 or click on execute button, after the At selection-screen, output event will be trigerred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915838#M686438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915839#M686439</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;initialization will be triggered only at the beginning of that program execution.&lt;/P&gt;&lt;P&gt;at selection screen output will be triggered every time before the appearance of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915839#M686439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915840#M686440</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;      After pressing F3 also first Initialization and then AT selection screen output will trigger. If you have any doubt just place a break point inside the initialization and At selection screen output then you understand the flow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915840#M686440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915841#M686441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Selection Screen if u press the F3 (Back ) or any other button it will first trigger the event:&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;reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 12:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915841#M686441</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-11T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen output , initialaization confusion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915842#M686442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The different events in a report Program are:&lt;/P&gt;&lt;P&gt;Load-of-program&lt;/P&gt;&lt;P&gt;Triggers the associated event in an internal session after loading a program of type 1, M, F, or S. Also runs the associated processing block once and once only for each program and internal session. The processing block LOAD-OF-PROGRAM has roughly the same function for an ABAP program of type 1, M, F or S as a constructor has for classes in ABAP Objects&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;This event is executed before the selection screen is displayed .&lt;/P&gt;&lt;P&gt;Initialization of all the values. &lt;/P&gt;&lt;P&gt;You can assign different values other than the values defaulted on the selection screen .&lt;/P&gt;&lt;P&gt;You can fill your selection screen with some values at runtime.&lt;/P&gt;&lt;P&gt;At Selection-Screen.&lt;/P&gt;&lt;P&gt;The event is processed when the selection screen has been processed (at the end of PAI ). &lt;/P&gt;&lt;P&gt;Validation &amp;amp; Checks of inputted values happen here&lt;/P&gt;&lt;P&gt;Extras :&lt;/P&gt;&lt;P&gt;&amp;#133;ON VALUE-REQUEST FOR psel_low_high . &lt;/P&gt;&lt;P&gt;The pushbutton for F4 (Possible entries) appears beside the appropriate field. &lt;/P&gt;&lt;P&gt;... ON HELP-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;. ... OUTPUT &lt;/P&gt;&lt;P&gt;This event is executed at PBO of the selection screen every time the user presses ENTER&lt;/P&gt;&lt;P&gt;Start-of-Selection.&lt;/P&gt;&lt;P&gt;Here the program starts selecting values from tables.&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;After all the data has been selected this event writes the data to the screen.&lt;/P&gt;&lt;P&gt;Interactive Events&lt;/P&gt;&lt;P&gt;Used for interactive reporting. It is used to create a detailed list from a basic list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events in an ABAP/4 Report Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-Of-Selection&lt;/P&gt;&lt;P&gt;Processing block is executed after processing the selection screen&lt;/P&gt;&lt;P&gt;All the data is selected in this block.&lt;/P&gt;&lt;P&gt;All the main processing on the data except for interactive reporting is handled in this block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-Of-Selection&lt;/P&gt;&lt;P&gt;Data which is selected and has been processed is printed to the screen in this block.&lt;/P&gt;&lt;P&gt;List Processing happens in this block&lt;/P&gt;&lt;P&gt;Top-of-Page.&lt;/P&gt;&lt;P&gt;New-Page.&lt;/P&gt;&lt;P&gt;End-of-Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events during List Processing&lt;/P&gt;&lt;P&gt;Top-of-Page.&lt;/P&gt;&lt;P&gt;Triggered by the first write statement in the program&lt;/P&gt;&lt;P&gt;It is used to have a standard header in the program for all the pages.&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE is only executed before outputting the first line on a new page &lt;/P&gt;&lt;P&gt;New-Page.&lt;/P&gt;&lt;P&gt;Can be used when one wants to display different data on different pages&lt;/P&gt;&lt;P&gt;Terminates the current page and continues output on a new page.&lt;/P&gt;&lt;P&gt;Will not trigger the Top-of-Page or End-of-Page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-of-Page.&lt;/P&gt;&lt;P&gt;It is used to have a standard footer for all the pages.&lt;/P&gt;&lt;P&gt;Triggered by the program if the number of records exceed the line-count of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understood....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 12:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-output-initialaization-confusion/m-p/2915842#M686442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T12:01:47Z</dc:date>
    </item>
  </channel>
</rss>

