<?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: Performance withand without  PNP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809733#M41689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not defined Infotype with Mode N. But yes I have defined PERNR as Tables and making use of PNP selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2004 05:48:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-08T05:48:02Z</dc:date>
    <item>
      <title>Performance withand without  PNP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809731#M41687</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 a Z program which has logical database PNP but there is no GET statement for it. Instead of GET Statement there are SELECT statements to get records and it works fine. You can say PNP is used for the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we run in Production environment program gets hanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it is because of Mix and match of LDB and Select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 23:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809731#M41687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T23:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance withand without  PNP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809732#M41688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you don't use GET PERNR but set the program attributes as PNP, did you declared you INFOTYPES with MODE N in the program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 15:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809732#M41688</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-11-05T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance withand without  PNP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809733#M41689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not defined Infotype with Mode N. But yes I have defined PERNR as Tables and making use of PNP selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2004 05:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809733#M41689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-08T05:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance withand without  PNP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809734#M41690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess u'r query is having appent itab between select &amp;amp; endselect.It leads to lot of ABAp execution time.Try using macro rp_providefrom_last....&lt;/P&gt;&lt;P&gt;It helps....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2004 15:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809734#M41690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-10T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance withand without  PNP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809735#M41691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the code here-starting from the top to the part where you do SELECT statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2004 17:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-withand-without-pnp/m-p/809735#M41691</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-11-10T17:20:12Z</dc:date>
    </item>
  </channel>
</rss>

