<?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 events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691862#M303901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;events of classical and interactive repoting in terms of priority&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 12:30:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T12:30:49Z</dc:date>
    <item>
      <title>events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691862#M303901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;events of classical and interactive repoting in terms of priority&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691862#M303901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691863#M303902</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;&lt;/P&gt;&lt;P&gt;Check&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="774908"&gt;&lt;/A&gt;&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="2074296"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to award points for helpful answers. Thanks. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691863#M303902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691864#M303903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the Descriptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events in Reporting :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following events occur at runtime of a typical report program which uses logical databases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event keyword					Event&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;&amp;lt;b&amp;gt;INITIALIZATION 	&amp;lt;/b&amp;gt;	Point before the selection screen is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you start a program in which a selection screen is defined (either in the program itself or in the linked logical database program), the system normally processes this selection screen first. If you want to execute a processing block before the selection screen is processed, you can assign it to the event keyword INITIALIZATION. &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; 	Point after processing user input on the selection screen while the selection screen is still active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event keyword AT SELECTION-SCREEN provides you with several possibilities to carry out processing blocks while the system is processing the selection screen.&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; 	Point after processing the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event START-OF-SELECTION gives you the possibility of creating a processing block after processing the selection screen and before accessing database tables using a logical database. You can use this processing block, for example, to set the values of internal fields or to write informational statements onto the output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the START-OF-SELECTION event, also all statements are processed that are not attached to an event keyword except those that are written behind a FORM-ENDFORM block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET &amp;lt;table&amp;gt;&amp;lt;/b&amp;gt;					Point at which the logical database &lt;/P&gt;&lt;P&gt;offers a line of the database table &amp;lt;table&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important event for report programs with an attached logical database is the moment at which the logical database program has read a line from a database table (see Accessing Data Using Logical Databases ). To start a processing block at this event, use the GET statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET &amp;lt;table&amp;gt; [FIELDS &amp;lt;list&amp;gt;].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;After this statement, you can work with the current line of the database table &amp;lt;table&amp;gt;. The data is provided in the table work area &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET &amp;lt;table&amp;gt; LATE&amp;lt;/b&amp;gt; 				Point after processing all tables which &lt;/P&gt;&lt;P&gt;are hierarchically subordinate to the database table &amp;lt;table&amp;gt; in the structure  of the logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start a processing block at the moment after the system has processed all database tables of a logical database that are hierarchically inferior to a specific database table, use the event keyword GET as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;GET &amp;lt;table&amp;gt; LATE [FIELDS &amp;lt;list&amp;gt;]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In analogy to report programs that use only SELECT statements (see table in Comparison of Access Methods ), the processing block of a GET &amp;lt;table&amp;gt; LATE statement would appear directly before the ENDSELECT statement in the SELECT loop for the database table &amp;lt;table&amp;gt;.&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; 			Point after processing all lines offered &lt;/P&gt;&lt;P&gt;by the logical database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To define a processing block after the system has read and processed all database tables of a logical database, use the keyword END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following events occur during the processing of the output list of a report program:&lt;/P&gt;&lt;P&gt;Event keyword					Event&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TOP-OF-PAGE	&amp;lt;/b&amp;gt;			Point during list processing when &lt;/P&gt;&lt;P&gt;a new page is started&lt;/P&gt;&lt;P&gt;END-OF-PAGE				Point during list processing when a page &lt;/P&gt;&lt;P&gt;is ended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following events occur during the display of the output list of a report program:&lt;/P&gt;&lt;P&gt;Event keyword					Event&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT LINE-SELECTION&amp;lt;/b&amp;gt;			Point at which the user selects a line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND	Point at which the user presses a function key or enters a command in the command field.&lt;/P&gt;&lt;P&gt;AT PF&amp;lt;nn&amp;gt;					Point at which the user presses the &lt;/P&gt;&lt;P&gt;function key with the function code 		PF&amp;lt;n&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691864#M303903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691865#M303904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initialization,&lt;/P&gt;&lt;P&gt; At selection-screen, &lt;/P&gt;&lt;P&gt;Start-of-selection, &lt;/P&gt;&lt;P&gt;end-of-selection, &lt;/P&gt;&lt;P&gt;top-of-page, &lt;/P&gt;&lt;P&gt;end-of-page, &lt;/P&gt;&lt;P&gt;At line-selection, &lt;/P&gt;&lt;P&gt;Top of page During at line selection&lt;/P&gt;&lt;P&gt;At user-command,&lt;/P&gt;&lt;P&gt;At PF, Get,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691865#M303904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691866#M303905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order for different events is:&lt;/P&gt;&lt;P&gt;1 . Initialization &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;5 . End-of-selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from these there are other events like &lt;/P&gt;&lt;P&gt;a. Top-of-page&lt;/P&gt;&lt;P&gt;b. End-of-page&lt;/P&gt;&lt;P&gt;c. At user-command&lt;/P&gt;&lt;P&gt;d. At pfkey&lt;/P&gt;&lt;P&gt;e. At line selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you...&lt;/P&gt;&lt;P&gt;Forum points appriciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/events/m-p/1691866#M303905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:39:14Z</dc:date>
    </item>
  </channel>
</rss>

