<?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 SQL trace for a report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784602#M1120712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to know how to perform SQL trace for report program. As im asked to find why its taking long    time to display the report output. Please explain me clearly how to use ST05 transaction code to check performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 11:29:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T11:29:09Z</dc:date>
    <item>
      <title>SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784602#M1120712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to know how to perform SQL trace for report program. As im asked to find why its taking long    time to display the report output. Please explain me clearly how to use ST05 transaction code to check performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784602#M1120712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784603#M1120713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thire is no fixed method to find which is taking longer time as with the case ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say for lengthy and complex query the load on the server is very less and executed fastly then a simple query comes then system is heavily loaded then it takes longer time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not a reliable method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a get run time FM to assess the run time but there also the same problem and each time you run it you will get different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784603#M1120713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784604#M1120714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Submit ABAP report with SQL traces&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use ST05, Trace Request, to do a SQL trace. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using SQL trace, it is good to run the program in debugger and just before you execute the SQL, go to ST05 in another session and turn the trace on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After, or when, the SQL is finished, you can turn the trace off. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click on List Trace to see the details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way to control the traces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just turn the trace on and then execute the program, you will get everything and will be overflooded with unnecessary information.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Renu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784604#M1120714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784605#M1120715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go through the following link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2572547"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link also, perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/17/358df9c9fee2469105731e10756921/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/17/358df9c9fee2469105731e10756921/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784605#M1120715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784606#M1120716</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;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=19132544&amp;amp;messageID=3044863]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784606#M1120716</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-11-25T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace for a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784607#M1120717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 03:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-for-a-report-program/m-p/4784607#M1120717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T03:39:04Z</dc:date>
    </item>
  </channel>
</rss>

