<?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: difference b/w codeinspector and extended program check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143602#M451905</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;SCI Checks for the following:&lt;/P&gt;&lt;P&gt;1&amp;gt;Syntactical check&lt;/P&gt;&lt;P&gt;2&amp;gt;Security check&lt;/P&gt;&lt;P&gt;3&amp;gt;Performance check&lt;/P&gt;&lt;P&gt;4&amp;gt;Search Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended Program check&lt;/P&gt;&lt;P&gt;1&amp;gt;Any obsololete stmnt used or not&lt;/P&gt;&lt;P&gt;2&amp;gt;Syntactical check&lt;/P&gt;&lt;P&gt;3&amp;gt;Any unused code in the program like routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 06:50:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T06:50:19Z</dc:date>
    <item>
      <title>difference b/w codeinspector and extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143599#M451902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;5.what is the code inspector . difference between code inspector and extended program check . &lt;/P&gt;&lt;P&gt; how do we use it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 06:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143599#M451902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w codeinspector and extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143600#M451903</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;extended program check:&lt;/P&gt;&lt;P&gt;You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code inspector:&lt;/P&gt;&lt;P&gt;Code inspector is a static check on your code. This check highlights statements that MAY cause long run times or inconsistant results.it gives the tips as to how to enhance the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;please dont forget to give points&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 06:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143600#M451903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w codeinspector and extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143601#M451904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code inspector is the tool that gives you a picture of what could be the pain points in terms of performance of the program. It tells you the execution time, etc, that determine the performace of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended Program Check give information of the possible errors that can cause a short dump of the program during execution like Call function interface errors, Program interface errors, etc. Also info about the transalations and texts is given in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 06:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143601#M451904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T06:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w codeinspector and extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143602#M451905</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;SCI Checks for the following:&lt;/P&gt;&lt;P&gt;1&amp;gt;Syntactical check&lt;/P&gt;&lt;P&gt;2&amp;gt;Security check&lt;/P&gt;&lt;P&gt;3&amp;gt;Performance check&lt;/P&gt;&lt;P&gt;4&amp;gt;Search Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended Program check&lt;/P&gt;&lt;P&gt;1&amp;gt;Any obsololete stmnt used or not&lt;/P&gt;&lt;P&gt;2&amp;gt;Syntactical check&lt;/P&gt;&lt;P&gt;3&amp;gt;Any unused code in the program like routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 06:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-codeinspector-and-extended-program-check/m-p/2143602#M451905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T06:50:19Z</dc:date>
    </item>
  </channel>
</rss>

