<?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: Types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878705#M675949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Classical and Interactive are the two types of reports we can develop in ABAP&lt;/P&gt;&lt;P&gt;we can develop them in different ways&lt;/P&gt;&lt;P&gt;by using SQL querries like SELECT,MODIFY etc&lt;/P&gt;&lt;P&gt;using LOGICAL DATABASES&lt;/P&gt;&lt;P&gt;Using Report Painter/Writer&lt;/P&gt;&lt;P&gt;Using ABAP query etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We generally use the reports at the top management level to overview the orgn/dept growth/profits/sales  at different levels/different countrywise/different region wise etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 11:16:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T11:16:11Z</dc:date>
    <item>
      <title>Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878704#M675948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the type of reports available in SAP?&lt;/P&gt;&lt;P&gt;Diff each and every typef of reports?&lt;/P&gt;&lt;P&gt;Also tell me the real time applications of reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878704#M675948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878705#M675949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Classical and Interactive are the two types of reports we can develop in ABAP&lt;/P&gt;&lt;P&gt;we can develop them in different ways&lt;/P&gt;&lt;P&gt;by using SQL querries like SELECT,MODIFY etc&lt;/P&gt;&lt;P&gt;using LOGICAL DATABASES&lt;/P&gt;&lt;P&gt;Using Report Painter/Writer&lt;/P&gt;&lt;P&gt;Using ABAP query etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We generally use the reports at the top management level to overview the orgn/dept growth/profits/sales  at different levels/different countrywise/different region wise etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878705#M675949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878706#M675950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 type of reports. They are: &lt;/P&gt;&lt;P&gt;1. Interactive report &lt;/P&gt;&lt;P&gt;2. Classic reports &lt;/P&gt;&lt;P&gt;In classic reports,we can see the output in single list where as in interactive reports we can see the output in multiple list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, there are a total of 7 types of reports. They are: &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;· ALV Reports (ALV stands for ABAP List Viewer) &lt;/P&gt;&lt;P&gt;· Report Writer/Report Painter &lt;/P&gt;&lt;P&gt;· Views (There are different types of views also) &lt;/P&gt;&lt;P&gt;Classical Reports &lt;/P&gt;&lt;P&gt;These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop. &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. &lt;/P&gt;&lt;P&gt;Events In Classical Reports. &lt;/P&gt;&lt;P&gt;· INTIALIZATION: This event triggers before selection screen display. &lt;/P&gt;&lt;P&gt;· AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode. &lt;/P&gt;&lt;P&gt;· START OF SELECTION: Start of selection screen triggers after proceesing selection screen. &lt;/P&gt;&lt;P&gt;· END-OF-SELECTION : It is for Logical Database Reporting. &lt;/P&gt;&lt;P&gt;Interactive Reports &lt;/P&gt;&lt;P&gt;As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers. &lt;/P&gt;&lt;P&gt;And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed. &lt;/P&gt;&lt;P&gt;We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21). &lt;/P&gt;&lt;P&gt;Events associated with Interactive Reports are: &lt;/P&gt;&lt;P&gt;1. AT LINE-SELECTION &lt;/P&gt;&lt;P&gt;2. AT USER-COMMAND &lt;/P&gt;&lt;P&gt;3. AT PF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878706#M675950</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-09-24T11:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878707#M675951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shori&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 type of reports. They are: &lt;/P&gt;&lt;P&gt;1. Interactive report &lt;/P&gt;&lt;P&gt;2. Classic reports &lt;/P&gt;&lt;P&gt;In classic reports,we can see the output in single list where as in interactive reports we can see the output in multiple list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, there are a total of 7 types of reports. They are: &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;· ALV Reports (ALV stands for ABAP List Viewer) &lt;/P&gt;&lt;P&gt;· Report Writer/Report Painter &lt;/P&gt;&lt;P&gt;· Views (There are different types of views also) &lt;/P&gt;&lt;P&gt;Classical Reports &lt;/P&gt;&lt;P&gt;These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop. &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. &lt;/P&gt;&lt;P&gt;Events In Classical Reports. &lt;/P&gt;&lt;P&gt;· INTIALIZATION: This event triggers before selection screen display. &lt;/P&gt;&lt;P&gt;· AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode. &lt;/P&gt;&lt;P&gt;· START OF SELECTION: Start of selection screen triggers after proceesing selection screen. &lt;/P&gt;&lt;P&gt;· END-OF-SELECTION : It is for Logical Database Reporting. &lt;/P&gt;&lt;P&gt;Interactive Reports &lt;/P&gt;&lt;P&gt;As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers. &lt;/P&gt;&lt;P&gt;And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed. &lt;/P&gt;&lt;P&gt;We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21). &lt;/P&gt;&lt;P&gt;Events associated with Interactive Reports are: &lt;/P&gt;&lt;P&gt;1. AT LINE-SELECTION &lt;/P&gt;&lt;P&gt;2. AT USER-COMMAND &lt;/P&gt;&lt;P&gt;3. AT PF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878707#M675951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878708#M675952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There are mainy 3 types of reports (Classical,Interactive and ALV).In classical only one list can be dispalyed.In case of interactive if we can have secondary list also.In case ALV reports we can use certain function modules like REUSE_ALV_LIST_DISPLAY for displaying the report. ALV report will be far better in case performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 05:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/2878708#M675952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T05:36:32Z</dc:date>
    </item>
  </channel>
</rss>

