<?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 Analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225518#M137771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rachita,&lt;/P&gt;&lt;P&gt; the piece of code you gave doesn't give me any error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2006 10:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-14T10:03:35Z</dc:date>
    <item>
      <title>Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225513#M137766</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 can test the performance of an ABAP Object using SE30.&lt;/P&gt;&lt;P&gt;Is there a way to change a few lines and test the new code in the same transaction rather than creating another and then testing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also using ST05, I get the following error when I press the Explain tab for the SQL statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt_spfli type table of spfli. &lt;/P&gt;&lt;P&gt; select * from spfli into table lt_spfli&lt;/P&gt;&lt;P&gt; where carrid = 'LH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL errorcode 443-&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;SQL Statement&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt; REPLACE(REPLACE(SUBSTR(VARCHAR(DB2START_TIME),1,1&lt;/P&gt;&lt;P&gt;9),'.',''),'-','') FROM TABLE( SNAPSHOT_DBM ( 0&lt;/P&gt;&lt;P&gt; )) AS SNAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Error Text&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;SQL0443N  Routine "SYSPROC.SNAPSHOT_DBM" (specific&lt;/P&gt;&lt;P&gt; name "SNAPSHOT_DBM") has returned an error&lt;/P&gt;&lt;P&gt; SQLSTATE with diagnostic text "memory allocation&lt;/P&gt;&lt;P&gt; error".  SQLSTATE=38553&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 09:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225513#M137766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225514#M137767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rachita,&lt;/P&gt;&lt;P&gt; paste your code in the 'TIPS AND TRICKS' of the runtime analysis..&lt;/P&gt;&lt;P&gt; there you can compare two codes&lt;/P&gt;&lt;P&gt; modify the code and run..&lt;/P&gt;&lt;P&gt; you can see the time difference immediately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 09:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225514#M137767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T09:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225515#M137768</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;That gives me an immediate analysis. &lt;/P&gt;&lt;P&gt;Don't know about the ST05 error yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rachita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 09:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225515#M137768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225516#M137769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can test the parts  of your code in the Tips and Tricks section where you can compare the two codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But other than that I think there is no way that you could simulatenously edit and measure performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For q2,&lt;/P&gt;&lt;P&gt;DATA: lt_spfli type table of spfli. &lt;/P&gt;&lt;P&gt;select * from spfli into table lt_spfli&lt;/P&gt;&lt;P&gt;where carrid = 'LH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same and didn't get any error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 09:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225516#M137769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225517#M137770</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 TIPS AND TRICKS in SE30.&lt;/P&gt;&lt;P&gt;paste your code without REPORT or PROGRAM statement&lt;/P&gt;&lt;P&gt;and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the error, there is nothing much an ABAPer ca do as it is a database level error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;contact your BASIS admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 10:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225517#M137770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T10:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225518#M137771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rachita,&lt;/P&gt;&lt;P&gt; the piece of code you gave doesn't give me any error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 10:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-analysis/m-p/1225518#M137771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T10:03:35Z</dc:date>
    </item>
  </channel>
</rss>

