<?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: Program  performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183477#M757937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vartika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code ST05 will take you to Perfomance Analysis, there you can make use of SQL Trace . It allows you to see how the OPEN SQL statements that you use in ABAP programs are converted to standard SQL statements ( and the parameters with which the embedded SQL statements are passed to the database system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 21:34:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T21:34:06Z</dc:date>
    <item>
      <title>Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183473#M757933</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 a complex program that is going to multiple tables and hence the program is very very slow. How can i find out which select statement is taking the longest time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vartika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 19:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183473#M757933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183474#M757934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to the transaction ST05.&lt;/P&gt;&lt;P&gt;ACtivate the trace and run your program and swith the trace off (ST05)&lt;/P&gt;&lt;P&gt;Then display the trace using ST05. It tells you what selec is taking too much time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 19:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183474#M757934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T19:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183475#M757935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE30 is good for performance analysis.  Run your program through that transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 19:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183475#M757935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T19:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183476#M757936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I ran it using SE30. I see the normal output displayed that I see when i run thr program in SE38. How do i do the analysis??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 21:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183476#M757936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T21:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183477#M757937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vartika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code ST05 will take you to Perfomance Analysis, there you can make use of SQL Trace . It allows you to see how the OPEN SQL statements that you use in ABAP programs are converted to standard SQL statements ( and the parameters with which the embedded SQL statements are passed to the database system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 21:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183477#M757937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183478#M757938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vartika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try ST04. Since you program access many tables, by runnings statistics for the table, the performance will increase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183478#M757938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183479#M757939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vartika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you can even use SM50 to analyse where actually it is taking time to process the data.Run the program in se38 and then check in SM50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 03:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183479#M757939</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-12-20T03:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Program  performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183480#M757940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the help files regarding SE30 for a full explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short version is this.  All you really need to do is go to SE30 and execute your program from there.  Once you get the output, green arrow back until you get back to SE30.  Now you should be able to click the Evaluate button at the bottom.  Once you get to the next screen, click the Hit List button for a full breakdown of where the time was spent.  This will report selects, function calls, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually prefer to sort it by the Net time, so I can see the big concerns right at the top.  You can even get to the ABAP code by putting your cursor on a row and clicking the Display Source Code button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 14:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-performance/m-p/3183480#M757940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T14:41:23Z</dc:date>
    </item>
  </channel>
</rss>

