<?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: Using Logical Databases and the Tables or Nodes Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847774#M45592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Poornanand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jason DeLuca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2005 14:26:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-30T14:26:27Z</dc:date>
    <item>
      <title>Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847769#M45587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to start using Logical Databases whenever possible, but it seems that I need to use the Tables or Nodes statement for the Get statement to work.  Is there anyway to avoid Tables/Nodes statement since they are obsolete (and still use LDBs)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jason DeLuca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2005 13:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847769#M45587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-30T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847770#M45588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) table statement is obligatory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; look at abap-docu to GET:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;node is a node in the logical database that is assigned to the report (type 1 program) in the program attributes. &amp;lt;b&amp;gt;You must declare the node in the report using the NODES statement (or the TABLES statement, if the node is of the type "table").&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) some ldb-selections from the selection screen &lt;/P&gt;&lt;P&gt;   depends on the table-statement too, i remember...&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 Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2005 13:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847770#M45588</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-03-30T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847771#M45589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try function module LDB_PROCESS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2005 13:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847771#M45589</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-03-30T13:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847772#M45590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.  I now realize that using Select is faster and more efficient.  Before, I thought the opposite.  Do you agree with this statement(that Selects are better)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2005 13:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847772#M45590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-30T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847773#M45591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my experience, I have never used a logical database in any of my programs. I have just learnt the basics of it a couple of years back and that was that. I have always found the SELECTs to be more efficient, simple and straightforward.&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>Wed, 30 Mar 2005 14:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847773#M45591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-30T14:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Logical Databases and the Tables or Nodes Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847774#M45592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Poornanand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jason DeLuca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2005 14:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-logical-databases-and-the-tables-or-nodes-statement/m-p/847774#M45592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-30T14:26:27Z</dc:date>
    </item>
  </channel>
</rss>

