<?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: re: logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129071#M111252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logical databases can provide authority check whereas in other programs you have to code for this if you need to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LDB can be helpful in creating a program which  can be used by one or more programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2006 07:29:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-19T07:29:52Z</dc:date>
    <item>
      <title>re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129066#M111247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    What is the logical database. I know how to create.&lt;/P&gt;&lt;P&gt;I think it is useful for dynamic selections of parameters.&lt;/P&gt;&lt;P&gt;This logical databases use by HR ABAP. Is it right?&lt;/P&gt;&lt;P&gt;But i heard that these will increase performnace of ur coding. How can u justify these doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129066#M111247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129067#M111248</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;check this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129067#M111248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129068#M111249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;--&amp;gt;Logical databases are special ABAP programs that retrieve data and make it available to application programs. The most common use of logical databases is still to read data from database tables by linking them to executable ABAP programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;they have inbuilt selection-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;you want to improve response times, logical databases permit you to take a number of measures to achieve this (for example, using joins instead of nested SELECT statements). These become immediately effective in all of the application programs concerned and save you from having to modify their source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Message was edited by: chandrasekhar jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129068#M111249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129069#M111250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logical databases are used to&lt;/P&gt;&lt;P&gt;Encapsulate Open SQl and for Authority checks and code reusability.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129069#M111250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129070#M111251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   My doubt is It improves the retrieving data time from database than noraml select statement. In what situation we need to go for ldbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129070#M111251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129071#M111252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logical databases can provide authority check whereas in other programs you have to code for this if you need to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LDB can be helpful in creating a program which  can be used by one or more programs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129071#M111252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129072#M111253</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's can reduce your effort (selection-screen and select) . sometimes they offer additional structures (e.g. gseg by ldb SDF or anlcv by ada ) which will be useful !&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>Thu, 19 Jan 2006 08:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129072#M111253</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-01-19T08:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129073#M111254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is the logical database&lt;/P&gt;&lt;P&gt;   Logical database is nothing&lt;/P&gt;&lt;P&gt;   but a program only,&lt;/P&gt;&lt;P&gt;   which provides the facility of&lt;/P&gt;&lt;P&gt;   a)pre-defined seleciton secreen&lt;/P&gt;&lt;P&gt;   b) facility for GETting records&lt;/P&gt;&lt;P&gt;     (without knowint the databse tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.   logical databases use by HR ABAP. Is it right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Yes, absolutely right. Its mostly used&lt;/P&gt;&lt;P&gt;    in HR.&lt;/P&gt;&lt;P&gt;   But it is also used now a days in other modules&lt;/P&gt;&lt;P&gt;   like FI, SD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. But i heard that these will increase performnace of ur coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Yes, it will increase the performanc,e&lt;/P&gt;&lt;P&gt;   in the sense, that,&lt;/P&gt;&lt;P&gt;   the SQL, FMs used for fetching from the database&lt;/P&gt;&lt;P&gt;   is already fine tuned and written&lt;/P&gt;&lt;P&gt;   into the already tested program of logical database.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 09:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129073#M111254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: re: logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129074#M111255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;     Thanks Amit.&lt;/P&gt;&lt;P&gt;          Do u have any screen document on this topic. Please send me if u have to this id shiva_krishnaprasad@yahoo.co.in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 09:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logical-database/m-p/1129074#M111255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T09:36:13Z</dc:date>
    </item>
  </channel>
</rss>

