<?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: Reg. Logical Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254062#M487756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the  Tcode SE36 &amp;amp; display any LDB &amp;amp; use the radiobuttons to know more about the LDB structure,Selections,Documentaion,Databse Program etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 12:04:07 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-05-25T12:04:07Z</dc:date>
    <item>
      <title>Reg. Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254061#M487755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;      This is with reference to Logical Database (LDB) , I have some Doubts\Clarifications ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, What is the Significance of the Hierarchy of LDB structure (I.e Nodes\Tables).?&lt;/P&gt;&lt;P&gt;2, How to find the relation between to Nodes\Tables that is with which field references the tables were interlinked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254061#M487755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254062#M487756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the  Tcode SE36 &amp;amp; display any LDB &amp;amp; use the radiobuttons to know more about the LDB structure,Selections,Documentaion,Databse Program etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254062#M487756</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-25T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254063#M487757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The Hierarchy/Tree structure of tables indicates the order of database tables data fetching. As per the order it should fetch.&lt;/P&gt;&lt;P&gt;For example take sales order 3tables VBAK,VBAP, VBEP&lt;/P&gt;&lt;P&gt;so the data has to be fetched from VBAK first, then VBAP and lastly from VBEP.&lt;/P&gt;&lt;P&gt;You can't fetch the data from VBEP starting. it is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always tables were interlinked with the correct Keys fields.&lt;/P&gt;&lt;P&gt;for example if you take the above tables VBAK and VBAP are linked with VBELN field&lt;/P&gt;&lt;P&gt;and VBAP and VBEP are linked with VBELN and POSNR fields&lt;/P&gt;&lt;P&gt;So always LDB is created with such a linking tables only, not with any table just like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254063#M487757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254064#M487758</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;&lt;/P&gt;&lt;P&gt;A logical database is a special ABAP/4 program which combines the contents of certain database tables.&lt;/P&gt;&lt;P&gt; Using logical databases facilitates the process of reading database tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Functions of the logical database PNP:&lt;/P&gt;&lt;P&gt;Standard Selection screen &lt;/P&gt;&lt;P&gt;Data Retrieval &lt;/P&gt;&lt;P&gt;Authorization check  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: PNP,PAP,APP,PCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anversha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254064#M487758</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-05-25T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254065#M487759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logical-database/m-p/2254065#M487759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:03:22Z</dc:date>
    </item>
  </channel>
</rss>

