<?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: code checking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619122#M871886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use transactions ST05 and SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 18:08:36 GMT</pubDate>
    <dc:creator>valter_oliveira</dc:creator>
    <dc:date>2008-03-26T18:08:36Z</dc:date>
    <item>
      <title>code checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619121#M871885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In real time we will develop programs as per client requirement Ok, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to check the performance of particular program where I have to check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me , &lt;/P&gt;&lt;P&gt;Points Will be rewarded &lt;/P&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;Durga Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 17:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619121#M871885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T17:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: code checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619122#M871886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use transactions ST05 and SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 18:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619122#M871886</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-03-26T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: code checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619123#M871887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Durga, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First use transaction STAD (similar to STAT) or SM50. Here you can roughly evaluate where the bad performance is caused by: either by the program itself or by the slow database access. For these two possibilities use the transactions SE30 and ST05, respectively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish you an excellent performance improvement, &lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 18:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619123#M871887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T18:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: code checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619124#M871888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The STAD gives you an overview on the runtime, it will not tell whether the performance is good or bad. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is anyway nothing which can answer this question. However, the traces tell you whether there is room for improvement. I have written 2 blogs on the SE30 and ST05 which tell you details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL trace:&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In newer releases there is the code inspector available (tcode sci) which analyzes the coding. &lt;/P&gt;&lt;P&gt;The traces analyze the execution which is always an advantage, but more complicated.&lt;/P&gt;&lt;P&gt;Code Inspector&amp;#146;s Performance Checks (I)&lt;/P&gt;&lt;P&gt;/people/randolf.eilenberger/blog/2007/03/12/code-inspector146s-performance-checks-i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Inspector&amp;#146;s Performance Checks (II)&lt;/P&gt;&lt;P&gt;/people/randolf.eilenberger/blog/2007/07/02/code-inspector146s-performance-checks-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to process mass data then you should check scalability. For an introduction read&lt;/P&gt;&lt;P&gt;Nonlinearity: The problem and background&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/02/12/performance-problems-caused-by-nonlinear-coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the tool to confirm scalability is explained here&lt;/P&gt;&lt;P&gt;Z_SE30_COMPARE&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2008/01/15/a-tool-to-compare-runtime-measurements-zse30compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nonlinearity Check&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2008/01/24/nonlinearity-check-using-the-zse30compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 07:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619124#M871888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T07:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: code checking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619125#M871889</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;Try these Transcation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05 -SLQ TRACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE30, -RUN TIME ANALYSIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIN, - EXTENDED PROGRAM CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCID- CODE INSPECTOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 07:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-checking/m-p/3619125#M871889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T07:49:15Z</dc:date>
    </item>
  </channel>
</rss>

