<?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: alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576347#M588783</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;ABAP/4 report programs are event driven programs&lt;/P&gt;&lt;P&gt;The different events&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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Initialization.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;At Selection-Screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Start-of-Selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the program starts selecting values from tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;End-of-selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 12:03:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T12:03:43Z</dc:date>
    <item>
      <title>alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576343#M588779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the main events that are used in alv report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576343#M588779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T11:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576344#M588780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this sdn link.&lt;/P&gt;&lt;P&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="3853508"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Slis_ev_item_data_expand TYPE slis_formname VALUE 'ITEM_DATA_EXPAND'. &lt;/P&gt;&lt;P&gt;2. Slis_ev_reprep_sel_modify TYPE slis_formname VALUE 'REPREP_SEL_MODIFY'.&lt;/P&gt;&lt;P&gt;3. Slis_ev_caller_exit_at_start TYPE slis_formname VALUE 'CALLER_EXIT'.&lt;/P&gt;&lt;P&gt;4. Slis_ev_user_command TYPE slis_formname VALUE 'USER_COMMAND'.&lt;/P&gt;&lt;P&gt;5. Slis_ev_top_of_page TYPE slis_formname VALUE 'TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;6. Slis_ev_top_of_coverpage TYPE slis_formname VALUE 'TOP_OF_COVERPAGE'&lt;/P&gt;&lt;P&gt;7. Slis_ev_end_of_coverpage TYPE slis_formname VALUE 'END_OF_COVERPAGE'. &lt;/P&gt;&lt;P&gt;8. Slis_ev_foreign_top_of_page TYPE slis_formname VALUE &amp;#145;FOREIGN_TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;9. Slis_ev_foreign_end_of_page TYPE slis_formname VALUE 'FOREIGN_END_OF_PAGE'. &lt;/P&gt;&lt;P&gt;10. Slis_ev_pf_status_set TYPE slis_formname VALUE 'PF_STATUS_SET'.&lt;/P&gt;&lt;P&gt;11. Slis_ev_list_modify TYPE slis_formname VALUE 'LIST_MODIFY'. &lt;/P&gt;&lt;P&gt;12. Slis_ev_top_of_list TYPE slis_formname VALUE 'TOP_OF_LIST'. &lt;/P&gt;&lt;P&gt;Information output at the start of the list &lt;/P&gt;&lt;P&gt;13. Slis_ev_end_of_page TYPE slis_formname VALUE 'END_OF_PAGE'.&lt;/P&gt;&lt;P&gt;Information output at the end of a page. This is only called for printing.&lt;/P&gt;&lt;P&gt;14. Slis_ev_end_of_list TYPE slis_formname VALUE 'END_OF_LIST'. &lt;/P&gt;&lt;P&gt;15. Slis_ev_after_line_output TYPE slis_formname VALUE 'AFTER_LINE_OUTPUT'.&lt;/P&gt;&lt;P&gt;16. Slis_ev_before_line_output TYPE slis_formname VALUE 'BEFORE_LINE_OUTPUT'.&lt;/P&gt;&lt;P&gt;17. Slis_ev_subtotal_text TYPE slis_formname VALUE 'SUBTOTAL_TEXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sumi Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576344#M588780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576345#M588781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EVENTS used in ALV Report depends on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display Header then you can use TOP-OF-PAGE EVENT.&lt;/P&gt;&lt;P&gt;If you want to display Footer you can use END-OF-PAGE EVENT.&lt;/P&gt;&lt;P&gt;There are many more existing. You can have a look of Events existing in &lt;/P&gt;&lt;P&gt;TYPE-POOL - SLIS from SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can append these events manually to the internal table for events and pass it to the REUSE_ALV function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can use the function module for getting events. I guess it it REUSE_ALV_GET_EVENTS (Not sure, we can search for the same in SE37).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Reward points for helpful answers.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576345#M588781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576346#M588782</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;Events in ALV are as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALLER_EXIT &lt;/P&gt;&lt;P&gt;USER_COMMAND &lt;/P&gt;&lt;P&gt;TOP_OF_PAGE &lt;/P&gt;&lt;P&gt;TOP_OF_COVERPAGE &lt;/P&gt;&lt;P&gt;END_OF_COVERPAGE &lt;/P&gt;&lt;P&gt;FOREIGN_TOP_OF_PAGE &lt;/P&gt;&lt;P&gt;FOREIGN_END_OF_PAGE &lt;/P&gt;&lt;P&gt;PF_STATUS_SET &lt;/P&gt;&lt;P&gt;LIST_MODIFY &lt;/P&gt;&lt;P&gt;TOP_OF_LIST &lt;/P&gt;&lt;P&gt;END_OF_PAGE &lt;/P&gt;&lt;P&gt;END_OF_LIST &lt;/P&gt;&lt;P&gt;AFTER_LINE_OUTPUT &lt;/P&gt;&lt;P&gt;BEFORE_LINE_OUTPUT &lt;/P&gt;&lt;P&gt;REPREP_SEL_MODIFY &lt;/P&gt;&lt;P&gt;SUBTOTAL_TEXT &lt;/P&gt;&lt;P&gt;GROUPLEVEL_CHANGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, you can try this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-are-the-events-in-alv.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-are-the-events-in-alv.htm&lt;/A&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576346#M588782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576347#M588783</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;ABAP/4 report programs are event driven programs&lt;/P&gt;&lt;P&gt;The different events&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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Initialization.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;At Selection-Screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Start-of-Selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the program starts selecting values from tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;End-of-selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2576347#M588783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:03:43Z</dc:date>
    </item>
  </channel>
</rss>

