<?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: Logical Database. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328923#M512169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You 'll find all the details here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3168951&amp;amp;messageID=3211596" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3168951&amp;amp;messageID=3211596&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 21:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T21:20:01Z</dc:date>
    <item>
      <title>Logical Database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328922#M512168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Logical Database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it is different then main database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of LDB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example needed with explaination ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why to Logical Database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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>Wed, 13 Jun 2007 21:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328922#M512168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328923#M512169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You 'll find all the details here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=3168951&amp;amp;messageID=3211596" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=3168951&amp;amp;messageID=3211596&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328923#M512169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328924#M512170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically SAP has created some logical Data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex. If you want to see the Open AR report for Customer there is a LDB for that.&lt;/P&gt;&lt;P&gt;Go to SE36, LDB - DDF and look for the structure and the source code. You can use this LDW in the program that you create. Look in attributes for the program created in SE38. You will find option for the LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the above example LDB - DDF, only with the statement GET BSID, you will get all the information releated to the customer.&lt;/P&gt;&lt;P&gt;God and easy to use but might be some performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328924#M512170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328925#M512171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is Logical Database ? &lt;/P&gt;&lt;P&gt;[Ans: Based on the application - logical data bases will be created - it will be in tree structured - basically as nodes]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it is different then main database ?&lt;/P&gt;&lt;P&gt;[These are logically maintained not physical tables]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of LDB ?&lt;/P&gt;&lt;P&gt;[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example needed with explaination ..&lt;/P&gt;&lt;P&gt;[Check this link - &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why to Logical Database ?&lt;/P&gt;&lt;P&gt;[There are lot of advantages - like ... predefined selection-screens, less code comparitive to normal programming...etc ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;*DJ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2328925#M512171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:36:46Z</dc:date>
    </item>
  </channel>
</rss>

