<?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: ST12 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486469#M1745446</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;Ok then, I will not use this ST12 anymore as there is no use Instead we can use st05 to trace queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 11:45:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-24T11:45:05Z</dc:date>
    <item>
      <title>ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486464#M1745441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble in understanding ST12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used it for one of my programs, it gave me this statistics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/221774" /&gt;&lt;/P&gt;&lt;P&gt;After some tuning(Like hitting MSEG with proper where conditions), again I ran the program. It is giving me these statistics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/221775" /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;After again some tuning(like sorting some tables and using the Binary Search in Read statements), it gave me these statistics.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/221780" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not understand whether my program performing well or not since there are no exact statistics of time which is varying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make me understand, ABAP, DATABASE and SYSTEM in ST12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;G.V.S Praveen Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 10:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486464#M1745441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T10:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486465#M1745442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This graph is showing you the execution time of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- ABAP Operation (your business logic)&lt;/P&gt;&lt;P&gt;2- Database Operation (Select, Modify, Update, Delete...all database related operations, mainly Select)&lt;/P&gt;&lt;P&gt;3- System Operation (You don't have control over it in most of the cases)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red color shows that it is taking more time than expected. Green color shows that it is taking &lt;/P&gt;&lt;P&gt;adequate time to execute the statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if we look at your first screen shot, it is showing that database part is taking much time. This is the place where you should focus to improve the program performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyze the trace for database operations, SELECT...&lt;/P&gt;&lt;P&gt;and try to optimize them. Currently your database execution time is 69.6 % of total (100%) of your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you to understand the concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486465#M1745442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T11:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486466#M1745443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some changes and given u screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls. eloborate about next 2 screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase of 3rd screen shot. I hope Sort will not give any performance issue since database got increased again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486466#M1745443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486467#M1745444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never look at these percentages, as they are pretty meaningless. Depending of what your program actually does, it might well be OK to have 90% database (mostly SQL statements) or 90% ABAP processing (e.g. internal table handling).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is, does your program run longer than desired? If yes, then study the ABAP Trace of ST12, sort the list by net time descending, focus on the top few items, these are very often inefficient DB accesses or itab handling that can be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486467#M1745444</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-05-24T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486468#M1745445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please concentrate on reducing the load on the database. The database fetching would affect your script's performance a great deal. Try to keep this component as minimum as possible. Also don be under the impression that a good performance tuned script would have all the components in green. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get a better picture now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Ragavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486468#M1745445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486469#M1745446</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;Ok then, I will not use this ST12 anymore as there is no use Instead we can use st05 to trace queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486469#M1745446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486470#M1745447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No no, ST12 is great, it combines the essential ST05 and SE30/SAT features (at least in the version I'm looking at, are you working in an older release?), just don't look at this percentages screen, rather go the so-called "hit list" of single processing blocks. Look for the many great blogs about ST12 here on SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 12:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486470#M1745447</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-05-24T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: ST12 issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486471#M1745448</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;Now focus on reducing the database load. For this in ST05, once you run the transaction, Deactivate the trace, and click on display trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to Trace List --&amp;gt; Summarize Trace by SQL Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Click on Duration column and Sort it in decending order. Now consider the top 10 or top 15 operations to optimize your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 04:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st12-issue/m-p/9486471#M1745448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-27T04:08:21Z</dc:date>
    </item>
  </channel>
</rss>

