<?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: hi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829655#M920930</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;STRONG&gt;Classical reports&lt;/STRONG&gt;:User cannot interact with the list in the reports.&lt;/P&gt;&lt;P&gt;List is nothing but the output of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interacive reports&lt;/STRONG&gt;:User can interact with the list in these reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e   if u double click on the basis list then u will go to secondary list.like this u can get 20 secondary lists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 05:37:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T05:37:33Z</dc:date>
    <item>
      <title>hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829648#M920923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;difference bet'n simple and interactive reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829648#M920923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829649#M920924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interaction with user or no interaction with user, just display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829649#M920924</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-12T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829650#M920925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the below related threads&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="2879821"&gt;&lt;/A&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="2880046"&gt;&lt;/A&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="3890731"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829650#M920925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829651#M920926</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;From a theoretical perspective there are two type of reports &lt;/P&gt;&lt;P&gt;Classical Reports , and &lt;/P&gt;&lt;P&gt;Interactive Reports .&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;classical reports&lt;/STRONG&gt; are simple lists that display the data entries &lt;/P&gt;&lt;P&gt;in a simple format on one screen ( also called as basic list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of &lt;STRONG&gt;Interactive reports&lt;/STRONG&gt; , it is possible to transition/ move from the basic&lt;/P&gt;&lt;P&gt;list to secondary lists on triggering a command event like double_click ,&lt;/P&gt;&lt;P&gt;at line selection .&lt;/P&gt;&lt;P&gt;In interactive reports , on display of a secondary report , a new header can be &lt;/P&gt;&lt;P&gt;specified , as a different select query is executed for it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV reports are an expample of interactive reports .&lt;/P&gt;&lt;P&gt;ALC are of two kinds &lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt; list and grid display .&lt;/P&gt;&lt;P&gt;These r basically used for customized data formatting and display.&lt;/P&gt;&lt;P&gt;Gris ALV has option for header details and provies a faciity for summing numering fields , or performing certain arithmetic oprns on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alv reports can further b interactive where a secondary display is possible.&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829651#M920926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829652#M920927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Simple report just display the list no interaction with user exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interctive report are nothing but drill down reports.&lt;/P&gt;&lt;P&gt;Based on the user interaction it displays many more reports.&lt;/P&gt;&lt;P&gt;Upto 20 interactive reports we can display and one basic report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829652#M920927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829653#M920928</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;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. 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;&lt;/P&gt;&lt;P&gt;In Simple 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;Events associated with Interactive Reports are: &lt;/P&gt;&lt;P&gt;&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 PF&amp;lt;key&amp;gt; &lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829653#M920928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829654#M920929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An interactive report generally works in the following fashion: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Basic list is displayed. &lt;/P&gt;&lt;P&gt;2. User double clicks on any valid line &lt;/P&gt;&lt;P&gt;    or &lt;/P&gt;&lt;P&gt;    User selects a line and presses as button on the tool bar. &lt;/P&gt;&lt;P&gt;3. The corresponding event is triggered &lt;/P&gt;&lt;P&gt;4. Then in the code, the line on which action was done, is read. &lt;/P&gt;&lt;P&gt;5. Depending on the values in that selected line, a secondary list is displayed. &lt;/P&gt;&lt;P&gt;6. Steps from 2-5 are repeated till the end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With drilldown reporting(Interactive Report), SAP provides you with an interactive information system to let you evaluate the data collected in your application. This information system is capable of analyzing all the data according to any of the characteristics that describe the data. You can also use any key figures you wish to categorize your data. You can display a number of objects for a given key figure, or a number of key figures for a given object. In addition, the system lets you carry out any number of variance analyses (such as plan/actual comparisons, fiscal year comparisons, comparisons of different objects, and so on). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can produce both simple, data-directed lists (basic reports) and complex, formatted lists in drilldown reporting (form reports). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drilldown report provides you with comfortable functions for navigating through your data. For example, you can jump to the next level of detail or the next report object on the same level, hide individual levels and switch between the detail and drilldown lists. It also provides a number of additional functions which let you process lists interactively (sorting, conditions, ranking lists, and so on). SAP Graphics, SAPmail and the Excel List Viewer are also integrated into drilldown reporting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drilldown functions are divided into three groups which differ in the number of functions available. That way each user can choose the functional level most suited for his requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the online functions for displaying reports, drilldown reporting also provides functions which let you print reports. A number of formatting functions are available to let you determine the look of your printed reports (page breaks, headers and footers, underscores, and so on). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The menus and the functions available directly on the drilldown report make it easy to use the information system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Please Reward points if found useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829654#M920929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829655#M920930</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;STRONG&gt;Classical reports&lt;/STRONG&gt;:User cannot interact with the list in the reports.&lt;/P&gt;&lt;P&gt;List is nothing but the output of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interacive reports&lt;/STRONG&gt;:User can interact with the list in these reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e   if u double click on the basis list then u will go to secondary list.like this u can get 20 secondary lists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3829655#M920930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:37:33Z</dc:date>
    </item>
  </channel>
</rss>

