<?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 Specify Tcodes under this topic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812761#M657614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    can you specifty TCODES under Performance Analysis.Kindlyhelp out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 11:50:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-05T11:50:06Z</dc:date>
    <item>
      <title>Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812761#M657614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    can you specifty TCODES under Performance Analysis.Kindlyhelp out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812761#M657614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T11:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812762#M657615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30 - gives you a run time analysis and points out the issues more at design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 - Is the most useful if you want to track time taken for execution of each of the sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM50 - Will give you a work process overview, not sure at a program level how can it help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times you will have to use a combination of SE30 and ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use St05 personally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Trace (ST05) we use for performance tuning&lt;/P&gt;&lt;P&gt;In se38,you have a report and you want to test the performance of that report&lt;/P&gt;&lt;P&gt;ST05 tells about the summary of sql statements used in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Go to Tcode ST05&lt;/P&gt;&lt;P&gt;-Select Trace on&lt;/P&gt;&lt;P&gt;-In se38,Execute your report-&lt;/P&gt;&lt;P&gt;-Come back to st05 and select Trace off&lt;/P&gt;&lt;P&gt;-Select Trace list.&lt;/P&gt;&lt;P&gt;Now you check your select stmnts and how much time taking&lt;/P&gt;&lt;P&gt;-Some columns showing pink color are expensive select stmnts&lt;/P&gt;&lt;P&gt;You have so many options inside to check for summary and also index..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/f2/31adaa810c11d288ec0000e8200722/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/f2/31adaa810c11d288ec0000e8200722/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST02 --&amp;gt; Memory management&lt;/P&gt;&lt;P&gt;ST03 --&amp;gt; Dialog Service&lt;/P&gt;&lt;P&gt;OS06 --&amp;gt; Operating System&lt;/P&gt;&lt;P&gt;SCI --&amp;gt; Code Inspector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812762#M657615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812763#M657616</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;ST05,&lt;/P&gt;&lt;P&gt;ST01,&lt;/P&gt;&lt;P&gt;ST03,&lt;/P&gt;&lt;P&gt;ST02,&lt;/P&gt;&lt;P&gt;SQLR....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812763#M657616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812764#M657617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Tcode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIN : extended program check.&lt;/P&gt;&lt;P&gt;SE30 : Run time analysis.&lt;/P&gt;&lt;P&gt;SCID : Code Inspector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812764#M657617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T11:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812765#M657618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE30 Run time Analysis&lt;/P&gt;&lt;P&gt;ST05 SQL trace&lt;/P&gt;&lt;P&gt;SLIN&lt;/P&gt;&lt;P&gt;SCI&lt;/P&gt;&lt;P&gt;UCCHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 12:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812765#M657618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812766#M657619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did any one know about se30 output details.I mean in the analyse regarding execution time details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812766#M657619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Tcodes under this topic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812767#M657620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is used for doing Runtime Analysis. This runtime analysis tools allows the ABAP programmer to trace the tables used by the SAP dialog/reports programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more details -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/TOOLS/RUNTIMEanalysis/SAP_runtime_analysis.html" target="test_blank"&gt;http://www.sapbrainsonline.com/TOOLS/RUNTIMEanalysis/SAP_runtime_analysis.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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="3796993"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ashish Gundawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/specify-tcodes-under-this-topic/m-p/2812767#M657620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:35:59Z</dc:date>
    </item>
  </channel>
</rss>

