<?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: Interactive versus ALV reports.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399202#M193063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ABAP, there are a total of 4 types of reports. They are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical &lt;/P&gt;&lt;P&gt;Interactive &lt;/P&gt;&lt;P&gt;Logical Database &lt;/P&gt;&lt;P&gt;ABAP query &lt;/P&gt;&lt;P&gt;Classical Reports&lt;/P&gt;&lt;P&gt;Classical reports are normal reports. These reports are not having any sub reports.IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT. Events In Classical Reports. INTIALIZATION:This event triggers before selection sreen display. AT-SELECTION-SCREEN:This event triggers after proccesing user input still selection screen is in active mode. START OF SELECTIONS:starrt of selection screen triggers after proceesing selection screen. TOP-OF-PAGE:It provides header for abap reports. END-OF-PAGE:It provides footer for page. AT PF:For predefined function kes AT USER COMMAND:For user defined function keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive Reports&lt;/P&gt;&lt;P&gt;Interactive reports are very accurate reports. These reports contain more than 20 sub reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical Database Reports&lt;/P&gt;&lt;P&gt;Logical database is another tool for ABAP reports. Using LDB we can provide extra features for ABAP reports.(Give Example Also ok understand) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Query Reports&lt;/P&gt;&lt;P&gt;ABAP query is another tool for ABAP. It provides efficency for ABAP reports. These reports are very accurate. For example, ALV and HR ABAP reports. ALV stands for ABAP List Viewer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Report Types&lt;/P&gt;&lt;P&gt;ABAP report types are those ones available in some report's attributes screen, i.e. : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable program &lt;/P&gt;&lt;P&gt;Function group (containing function modules) &lt;/P&gt;&lt;P&gt;Include &lt;/P&gt;&lt;P&gt;Interface pool &lt;/P&gt;&lt;P&gt;Class pool &lt;/P&gt;&lt;P&gt;Module pool &lt;/P&gt;&lt;P&gt;Subroutine pool &lt;/P&gt;&lt;P&gt;Also ALV means ABAP List Viewer. Most convenient way to use it is through reuse library (cf. transaction se83) available from release 4.6 of SAP R/3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV is available in two modes: list and grid. List mode is good old list processing with standard functionnalities, and grid mode is using a new OCX object displaying grids&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2006 03:09:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-14T03:09:10Z</dc:date>
    <item>
      <title>Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399199#M193060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just wanted to clear my doubt.&lt;/P&gt;&lt;P&gt;What is the difference between interactive and ALV reports ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 02:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399199#M193060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T02:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399200#M193061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interactive reports are the normal reports in which we can have upto 20 lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;classical report can have only one list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alv report is the one which does not use write statements for the list display, instead uses function modules which looks very better than noram list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 02:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399200#M193061</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-06-14T02:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399201#M193062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interactive report could be a classical report or even a ALV report. A report that provides you drill down features (when you click on something on the report, it shows further details of the same) is an interactive report. You can do this in ALV report also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV report uses the control frame work technology of SAP either explicity or implicity using REUSE function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 03:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399201#M193062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399202#M193063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ABAP, there are a total of 4 types of reports. They are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical &lt;/P&gt;&lt;P&gt;Interactive &lt;/P&gt;&lt;P&gt;Logical Database &lt;/P&gt;&lt;P&gt;ABAP query &lt;/P&gt;&lt;P&gt;Classical Reports&lt;/P&gt;&lt;P&gt;Classical reports are normal reports. These reports are not having any sub reports.IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT. Events In Classical Reports. INTIALIZATION:This event triggers before selection sreen display. AT-SELECTION-SCREEN:This event triggers after proccesing user input still selection screen is in active mode. START OF SELECTIONS:starrt of selection screen triggers after proceesing selection screen. TOP-OF-PAGE:It provides header for abap reports. END-OF-PAGE:It provides footer for page. AT PF:For predefined function kes AT USER COMMAND:For user defined function keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive Reports&lt;/P&gt;&lt;P&gt;Interactive reports are very accurate reports. These reports contain more than 20 sub reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical Database Reports&lt;/P&gt;&lt;P&gt;Logical database is another tool for ABAP reports. Using LDB we can provide extra features for ABAP reports.(Give Example Also ok understand) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Query Reports&lt;/P&gt;&lt;P&gt;ABAP query is another tool for ABAP. It provides efficency for ABAP reports. These reports are very accurate. For example, ALV and HR ABAP reports. ALV stands for ABAP List Viewer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Report Types&lt;/P&gt;&lt;P&gt;ABAP report types are those ones available in some report's attributes screen, i.e. : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable program &lt;/P&gt;&lt;P&gt;Function group (containing function modules) &lt;/P&gt;&lt;P&gt;Include &lt;/P&gt;&lt;P&gt;Interface pool &lt;/P&gt;&lt;P&gt;Class pool &lt;/P&gt;&lt;P&gt;Module pool &lt;/P&gt;&lt;P&gt;Subroutine pool &lt;/P&gt;&lt;P&gt;Also ALV means ABAP List Viewer. Most convenient way to use it is through reuse library (cf. transaction se83) available from release 4.6 of SAP R/3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV is available in two modes: list and grid. List mode is good old list processing with standard functionnalities, and grid mode is using a new OCX object displaying grids&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 03:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399202#M193063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T03:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399203#M193064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV report and interactive report are not two types of reports. ALV report is an interactive report, or to be more accurate it comes under ABAP Query report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, there are a total of 4 types of reports. They are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical &lt;/P&gt;&lt;P&gt;Interactive &lt;/P&gt;&lt;P&gt;Logical Database &lt;/P&gt;&lt;P&gt;ABAP query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classical Reports&lt;/P&gt;&lt;P&gt;Classical reports are normal reports. These reports are not having any sub reports.IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT. Classical report is the report in which user can sipmly watch the output list and cannot do other than seeing the list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive Reports&lt;/P&gt;&lt;P&gt;Interactive reports are very accurate reports. These reports contain more than 20 sub reports. Interactive reports are reports in which the user can interact with the list such as pressing a function key or double clicking the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical Database Reports&lt;/P&gt;&lt;P&gt;Logical database is another tool for ABAP reports. Using LDB we can provide extra features for ABAP reports.(Give Example Also ok understand) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Query Reports&lt;/P&gt;&lt;P&gt;ABAP query is another tool for ABAP. It provides efficency for ABAP reports. These reports are very accurate. For example, ALV and HR ABAP reports. ALV stands for ABAP List Viewer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link gives an example of an interactive ALV report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/an-interactive-alv-report.htm" target="test_blank"&gt;http://www.sap-img.com/abap/an-interactive-alv-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Susmitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 03:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399203#M193064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T03:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399204#M193065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Interactive and ALV are not two different reports types.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Interctive reports means user can Intercat with the report output.&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;a&amp;lt;/b&amp;gt;.Double clicking on the report output.&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;b&amp;lt;/b&amp;gt;.Clicking on the buttons &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Interactive report can be a Classical report or ALV report&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;ALV is List presentation tool with generic functionality(Std Functions).&lt;/P&gt;&lt;P&gt;Technically If we pass Internal table to Function module or Methods it displays as Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.O&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 03:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399204#M193065</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2006-06-14T03:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive versus ALV reports....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399205#M193066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interactive is an altogether different from ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive Reports first provide a basic list and then a detail list depending on the user interaction for one or more records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interactive reports can be in both classical and ALV Reports. interactive is nothing but Interacting with reports by clicking on report and can drill down to secondary lists. there can be 20 drill down lists.(20 secondary lists) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP List Viewer (ALV) is a flexible tool used to display lists and tabular structures. It provides common list operations as standard functions and can be enhanced by user-specific functions. This allows you to use ALV in a large range of application programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RaviKallem on Aug 31, 2011 8:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 06:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-versus-alv-reports/m-p/1399205#M193066</guid>
      <dc:creator>former_member1249402</dc:creator>
      <dc:date>2011-08-31T06:12:11Z</dc:date>
    </item>
  </channel>
</rss>

