<?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 report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929703#M690313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in reports,what's major difference b/w logical database and query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one pls send the code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx and regrads,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 06:22:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T06:22:39Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929703#M690313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in reports,what's major difference b/w logical database and query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one pls send the code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx and regrads,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929703#M690313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929704#M690314</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;LDB: is an hierachical logical relation between the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query : U can make it any way. no need of hierachical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the simplest diffrence.&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929704#M690314</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-10-16T06:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929705#M690315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A &amp;lt;b&amp;gt;logical database&amp;lt;/b&amp;gt; is a reusable read routine that, once defined, can be used by multiple developers in multiple applications. The structure of a logical database defines the hierarchy, and thus the read  sequence of the nodes. The depth of data read depends upon a report program &lt;/P&gt;&lt;P&gt;GET events. The logical database reads down to the deepest GET event of all&lt;/P&gt;&lt;P&gt;nodes that lie in the direct access path. The GET events are processed several times in the program ,  that is, a GET statement is really like loop processing. Therefore, you should not program a SELECT statement within a GET event, as this ultimately corresponds to a nested SELECT. Due to the predefined read sequence, you should avoid programming GET events that refer to deeper hierarchy nodes but do not require the data from higher nodes in the hierarchy. The LDB always reads the key fields of these nodes as well (the SPFLI and SFLIGHT fields in the example). In this situation, it is better to program the SELECT statements yourself than to use the logical database. When formulating the GET statement, you should always use the FIELDS addition (at least with wider tables) if you do not need all the fields in your program. The GET FIELDS f1 f2 statement corresponds to&lt;/P&gt;&lt;P&gt;a SELECT f1 f2, and must be appraised accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2929705#M690315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T06:31:17Z</dc:date>
    </item>
  </channel>
</rss>

