<?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: Regarding Logical Databases in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605446#M1085392</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;declare node also&lt;/P&gt;&lt;P&gt;use get pernr&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;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 12:06:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-23T12:06:54Z</dc:date>
    <item>
      <title>Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605443#M1085389</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;I have selected the logical dtaabase pnp in my attributs screen. &lt;/P&gt;&lt;P&gt;i have read that logical databases can have a maximum of 300 tables.&lt;/P&gt;&lt;P&gt;So what tables can i access using the pnp LDB.&lt;/P&gt;&lt;P&gt;Also i have heard that if we select a LDB a standard selection screen appears.&lt;/P&gt;&lt;P&gt;But in my case it does not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605443#M1085389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605444#M1085390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Also i have heard that if we select a LDB a standard selection screen appears.&lt;/P&gt;&lt;P&gt;&amp;gt; But in my case it does not appear.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please add the following statement in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: pernr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link below&lt;/P&gt;&lt;P&gt;[Logical Databases |http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the following demo programs on LDB&lt;/P&gt;&lt;P&gt;DEMO_SELECTION_SCREEN_LDB_1&lt;/P&gt;&lt;P&gt;DEMO_SELECTION_SCREEN_LDB_2&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_SELECT_LDB_1&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_SELECT_LDB_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajesh on Oct 23, 2008 5:36 PM&lt;/P&gt;&lt;P&gt;Added additional info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605444#M1085390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605445#M1085391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the statements&lt;/P&gt;&lt;P&gt;TABLES :PERNR&lt;/P&gt;&lt;P&gt;INFOOTYPES:0001,....etc(as per ur requirement).&lt;/P&gt;&lt;P&gt;use GET PERNR (for ldb PNP )&lt;/P&gt;&lt;P&gt;and activate it.it should show u default selection-screen.&lt;/P&gt;&lt;P&gt;yes u can use max.300 dbtables in ldb.for the ldb PNP u can read infotypes related to PA,TM,etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krishna kishore on Oct 23, 2008 5:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605445#M1085391</guid>
      <dc:creator>KK07</dc:creator>
      <dc:date>2008-10-23T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605446#M1085392</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;declare node also&lt;/P&gt;&lt;P&gt;use get pernr&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;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605446#M1085392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605447#M1085393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys.&lt;/P&gt;&lt;P&gt;worked like a breeze!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You told about infotypes : 0001....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i heard infotypes statement is obsolste.&lt;/P&gt;&lt;P&gt;is it so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605447#M1085393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605448#M1085394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Thank you guys.&lt;/P&gt;&lt;P&gt;&amp;gt; worked like a breeze!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thank you all very much.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have a doubt.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; You told about infotypes : 0001....&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But i heard infotypes statement is obsolste.&lt;/P&gt;&lt;P&gt;&amp;gt; is it so&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;gt; Bala.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the "Infotypes" declaration is obsolete, you can replace the "infotypes" declaration with the declaration below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  P0001 TYPE TABLE OF P0001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605448#M1085394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605449#M1085395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to disable the selection screen what should i do&lt;/P&gt;&lt;P&gt;i got the selection screen by using nodes statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;nodes pernr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-databases/m-p/4605449#M1085395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:51:45Z</dc:date>
    </item>
  </channel>
</rss>

