<?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 tuning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311922#M162175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soorya,&lt;/P&gt;&lt;P&gt;I guess SCI works in 4.6C n above..&lt;/P&gt;&lt;P&gt;There are other performance trancation like ST05..&lt;/P&gt;&lt;P&gt;have a look at it..&lt;/P&gt;&lt;P&gt;It will give the database usage..&lt;/P&gt;&lt;P&gt;Try to get database time lowest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;Please mark helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2006 14:08:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-03T14:08:08Z</dc:date>
    <item>
      <title>Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311909#M162162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt; In  a program how to check performance of SQL statment and which particular table is taking more time in execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: soorya m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 11:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311909#M162162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T11:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311910#M162163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Switch the trace (ST05) on, run your program and then look at trace in ST05 which should give you time taken by each block of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 11:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311910#M162163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311911#M162164</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 transaction ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 11:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311911#M162164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T11:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311912#M162165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    goto se30 transaction and give the report name and run the transaction and then sort it by net time and select the line and click on source code button it will show you the select query taking lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 11:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311912#M162165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T11:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311913#M162166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  go through this  link  u  got  lots  of  information regarding  st05&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="1237251"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 11:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311913#M162166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311914#M162167</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;using SQL trace ST05 , activate the Trace , then run the Program , after running the program swith off the trace.&lt;/P&gt;&lt;P&gt;then analyze the trace.&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>Wed, 03 May 2006 12:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311914#M162167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311915#M162168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 12:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311915#M162168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311916#M162169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soorya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can use Tcode &amp;lt;b&amp;gt;ST05&amp;lt;/b&amp;gt; to do SQL Trace . This will straight away give you the detailed analysis regarding the performance of your sql query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can use t-code &amp;lt;b&amp;gt;SE30 .&amp;lt;/b&amp;gt; This is for Run time analysis. This will highlight on the tables whihc have been affected the most . and they will suggest how much load is there on the databse while fetching the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. There is also one another tool called SAP Code Inspector . T-code for this is &amp;lt;b&amp;gt;SCI&amp;lt;/b&amp;gt;. Here you can give you program name and straight away check your program.&lt;/P&gt;&lt;P&gt;The code inspector will give you a detailed analysis of all the sql statements  and about their effectiveness .&lt;/P&gt;&lt;P&gt;You can check your program using SCI straight away : &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Program - &amp;gt; Check - &amp;gt; Code Inspector.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 13:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311916#M162169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311917#M162170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;we can't run print program in se30 so in that case how to check .apart from trace any method available&lt;/P&gt;&lt;P&gt; thanks &lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 13:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311917#M162170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311918#M162171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kunal,&lt;/P&gt;&lt;P&gt;in which version this SCI will work &lt;/P&gt;&lt;P&gt;i work in 4.6 b.it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 13:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311918#M162171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311919#M162172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soorya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCI : That is SAP Code inspector works both in SAP Version 4.6 and 4.7 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However , in 4.6 you will have to use &amp;lt;b&amp;gt;t-code SCI&amp;lt;/b&amp;gt; to use this tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in 4.7, you can run this directly also :&lt;/P&gt;&lt;P&gt;Program -&amp;gt; Check - &amp;gt; Code Inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you the detailed analysis of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you give me your email id , i wil send you some good doc on SCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311919#M162172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311920#M162173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run the program with the performance trace on (ST05). After the program completes, turn the trace off and look at the trace file. You'll see the results of each of the SQL statements. There should be some that are taking longer. Use the 'explain' function on any of the longer ones to get the details of how the statement worked. It should tell you if it used an index and if so, which one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion ST05 is the bets performance tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311920#M162173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311921#M162174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kunal ,&lt;/P&gt;&lt;P&gt;my id raajesh_it@hotmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311921#M162174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311922#M162175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soorya,&lt;/P&gt;&lt;P&gt;I guess SCI works in 4.6C n above..&lt;/P&gt;&lt;P&gt;There are other performance trancation like ST05..&lt;/P&gt;&lt;P&gt;have a look at it..&lt;/P&gt;&lt;P&gt;It will give the database usage..&lt;/P&gt;&lt;P&gt;Try to get database time lowest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;Please mark helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311922#M162175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311923#M162176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI KUNAL,&lt;/P&gt;&lt;P&gt; ITS NOT OPENING IN 4.6 B&lt;/P&gt;&lt;P&gt;R U SURE IT WILL WORK IN 4.6B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 14:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311923#M162176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-03T14:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311924#M162177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is available from 4.7......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 15:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311924#M162177</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-01T15:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311925#M162178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soorya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using of STAD Transation we can find out the exact Table which is performing poor (Give the Program name in the STAD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also goto ST04N-&amp;gt;Resource consumption-&amp;gt;Table Access Monitor, and put the filter on the table, double click on that statement. In that new window the  no. of statements will open (For example: Insert, Select, Delete, Update Statements)  check which statement is taking high disk reads and high buffer gets, check the Execution Plan for the SQL Statement(In that check whether the Table is using the Correct Index or not) and also check the Call Point in ABAP Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here definetly you will find the Solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 15:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning/m-p/1311925#M162178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T15:41:17Z</dc:date>
    </item>
  </channel>
</rss>

