<?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 review in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701230#M891175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can follow this methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run time analysis transaction SE30 &lt;/P&gt;&lt;P&gt;This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Trace transaction ST05 &lt;/P&gt;&lt;P&gt;The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except that you can also use  Program -&amp;gt; check -&amp;gt; and some options like Code inspector  &amp;amp; EPC are given there in the se38 menubar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 1, 2008 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 05:46:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T05:46:52Z</dc:date>
    <item>
      <title>code review</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701229#M891174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one send me the process of code review step by step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701229#M891174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: code review</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701230#M891175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can follow this methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run time analysis transaction SE30 &lt;/P&gt;&lt;P&gt;This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Trace transaction ST05 &lt;/P&gt;&lt;P&gt;The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except that you can also use  Program -&amp;gt; check -&amp;gt; and some options like Code inspector  &amp;amp; EPC are given there in the se38 menubar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 1, 2008 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701230#M891175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: code review</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701231#M891176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Krishna might be this will solve uir problem..il!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually we use 4 things for code review..&lt;/P&gt;&lt;P&gt;the first u have to do Extended program check Tocde: Slin..&lt;/P&gt;&lt;P&gt;which is available in u r program in menubar--&amp;gt; program --&amp;gt;Extended program check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd  u can go for code inspector of th smae path..and tcode is slin!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for select statements related u can go for ST05 where u can find which select staments is retreving more data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and final one is run time analysis...of 2which u should conisder of the 3 bars obnly database whould be less than 30 rest bboth abap and sytem no need to consider...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know for further clarifications!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 1, 2008 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-review/m-p/3701231#M891176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:57:21Z</dc:date>
    </item>
  </channel>
</rss>

