<?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: LDB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056760#M969757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Actually in LDB you are dealing with data that is stored in a database only but logical. So, just as in ABAP all the data in the database is in sorted order. There is no need to sort once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 11:15:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T11:15:57Z</dc:date>
    <item>
      <title>LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056757#M969754</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; When we fetch data using LDB,will the data be sorted by primary key fields by LDB?DO we need to write a SORT statment explicitly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056757#M969754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056758#M969755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to sort. LDB sorts the data ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056758#M969755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056759#M969756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dost,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use Logical data base there is no need of sorting,if you are using LDB PNP,PNPCE then no need of sorting and all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In LDB check P structure (ex: p0000) you will get all the data in this once you come inside GET statement.You can check in debugger mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wanna anything in LDB i can tell you,ask ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056759#M969756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056760#M969757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Actually in LDB you are dealing with data that is stored in a database only but logical. So, just as in ABAP all the data in the database is in sorted order. There is no need to sort once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056760#M969757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056761#M969758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;There is no need to Sort the data. As you know that in LDB all the validations and Authorisations checked at the centealized place so is the sorting of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no need to Sort data in the report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/4056761#M969758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T11:16:27Z</dc:date>
    </item>
  </channel>
</rss>

