<?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/929663#M60540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi STEPHAN KAMINSKI ,&lt;/P&gt;&lt;P&gt;       If your running the report for all the emp # , assign the smallest and greatest per # in the selection-screen (i.e) PNPPERNR-LOW = smallest and PNPPERNR-HIGH = greatest. This will help LDB to select the index in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE THIS BEFORE GET PERNR EVENT&lt;/P&gt;&lt;P&gt;E.G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PNPPERNR-LOW =  '34001' .&lt;/P&gt;&lt;P&gt;PNPPERNR-high = '34004'.&lt;/P&gt;&lt;P&gt;PNPPERNR-sign = 'I'.&lt;/P&gt;&lt;P&gt;PNPPERNR-option = 'BT'.&lt;/P&gt;&lt;P&gt;append pnppernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2005 11:51:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-19T11:51:44Z</dc:date>
    <item>
      <title>Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929660#M60537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the logical database PNP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my office some times this logical database takes to much time. Due to authority check etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if it exists logical db like PNP that does not check... just a way to search personal number on criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, and I almost know the answer is NO, is there a way to run the Logical db with authority check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 13:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929660#M60537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929661#M60538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an special-aided authority check object 'P_ABAP' in class 'HR'. To turn off all the authority checks in PNP and PNPCE logical databases you have to add to a particular user authority to object P_ABAP with values REPID = 'SAPDBPNP' and COARS = '2'.&lt;/P&gt;&lt;P&gt;Caution!! Keep in mind that it will affect absolutely all PNP/PNPCE reports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 14:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929661#M60538</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2005-05-18T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929662#M60539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sergei for this wonderfull answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have added a caution but let me know if I'm correct.&lt;/P&gt;&lt;P&gt;If I do this for a user X It does affect this username! So If I want to create maybe a special user I could be good...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: STEPHAN KAMINSKI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2005 07:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929662#M60539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-19T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929663#M60540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi STEPHAN KAMINSKI ,&lt;/P&gt;&lt;P&gt;       If your running the report for all the emp # , assign the smallest and greatest per # in the selection-screen (i.e) PNPPERNR-LOW = smallest and PNPPERNR-HIGH = greatest. This will help LDB to select the index in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE THIS BEFORE GET PERNR EVENT&lt;/P&gt;&lt;P&gt;E.G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PNPPERNR-LOW =  '34001' .&lt;/P&gt;&lt;P&gt;PNPPERNR-high = '34004'.&lt;/P&gt;&lt;P&gt;PNPPERNR-sign = 'I'.&lt;/P&gt;&lt;P&gt;PNPPERNR-option = 'BT'.&lt;/P&gt;&lt;P&gt;append pnppernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2005 11:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/929663#M60540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-19T11:51:44Z</dc:date>
    </item>
  </channel>
</rss>

