<?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: What is the Diff Classical and Interactive  report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883218#M51988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load of Program is more relevant for the Module Pool Program than for a Report program. It corresponds to the Initialization event of a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical Reports can have these events, in the given order : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;initialization
at selection-screen
start-of-selection
end-of-selection
top-of-page
end-of-page&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition o the above, the following events are possible in case of Interactive Reports - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at line-selection
at user-command
at PFnn.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, obviously, we cannot specify any order for these three events. They would get triggered based on the user action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2005 09:00:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-20T09:00:00Z</dc:date>
    <item>
      <title>What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883213#M51983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello what are the Events in SAP Report ? and what are their sequence ?&lt;/P&gt;&lt;P&gt; What is the Diff Classical and Interactive  report ? is there events which are not in Interactive report but in Classical Report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 05:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883213#M51983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T05:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883214#M51984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive reporting allows for the user to interact with the list. For example, the use can double click on a line of the list (which will trigger the event AT LINE-SELECTION); he can select a list line and click on a pushbutton on the Application toolbar (which will be handled in the AT USER-COMMAND event) or he can click on one of the function keys (which will be handled oin the AT PFnn event).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In classical reporting, there's no user interaction on the list. The program is executed and a list is displayed. The user can just view the list and probably print it. And the events (START-OF-SELECTION, END-OF-SELECTION, TOP-OF-PAGE) are not controlled by the user in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 06:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883214#M51984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883215#M51985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Sir in &lt;/P&gt;&lt;P&gt;  Classical Report we can't have details list? &lt;/P&gt;&lt;P&gt;  Are At-user-commend and At-line-selection work only in Interavtive report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 06:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883215#M51985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T06:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883216#M51986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct. The moment you say "detail lists", there has to be some way for the user to navigate from the basic list to one/more of the detail lists. This warrants a user-interaction. which brings the whole matter into the prerogative of Interactive Reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883216#M51986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883217#M51987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means Classical report is just a simple report with one list output... and the events&lt;/P&gt;&lt;P&gt; Load of progam&lt;/P&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; at user command &lt;/P&gt;&lt;P&gt; at first&lt;/P&gt;&lt;P&gt; at new line&lt;/P&gt;&lt;P&gt; at last line&lt;/P&gt;&lt;P&gt; at end &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works in Interactive report not in Classical report ? Si is this the right sequence of the events? Sir is there any more events in SAP for report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 08:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883217#M51987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883218#M51988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load of Program is more relevant for the Module Pool Program than for a Report program. It corresponds to the Initialization event of a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical Reports can have these events, in the given order : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;initialization
at selection-screen
start-of-selection
end-of-selection
top-of-page
end-of-page&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition o the above, the following events are possible in case of Interactive Reports - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at line-selection
at user-command
at PFnn.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, obviously, we cannot specify any order for these three events. They would get triggered based on the user action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 09:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883218#M51988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883219#M51989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir.. you said that Classical report have only one list output.. then what is the use of "at selection-screen" event ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 09:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883219#M51989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Diff Classical and Interactive  report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883220#M51990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AT SELECTION-SCREEN event is triggerred if your report has a selection screen. Selection screen will appear if there are any PARAMETERS or SELECT-OPITONs for your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is primarily used for user-input validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 10:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-diff-classical-and-interactive-report/m-p/883220#M51990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-20T10:48:32Z</dc:date>
    </item>
  </channel>
</rss>

