<?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: programing check and code inspector in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417708#M820848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;--The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions&lt;/P&gt;&lt;P&gt;You can call the Code Inspector using transaction code SCI or through the menu path SAP Menu à Tools à ABAP Workbench à Test à Code Inspector. Also, you can call the Code Inspector from the following transactions:&lt;/P&gt;&lt;P&gt; ABAP Dictionary (SE11) for DDIC tables&lt;/P&gt;&lt;P&gt; Class Builder (SE24) for classes and interfaces&lt;/P&gt;&lt;P&gt;Function Builder (SE37) for function groups&lt;/P&gt;&lt;P&gt;ABAP Editor (SE38) for programs or reports&lt;/P&gt;&lt;P&gt;ABAP Workbench (SE80)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jagadeesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 10:39:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T10:39:25Z</dc:date>
    <item>
      <title>programing check and code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417706#M820846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is extended programing check and code inspector ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417706#M820846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: programing check and code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417707#M820847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;extended program check&lt;/P&gt;&lt;P&gt;Many checks are excluded from the standard syntax check for performance reasons. The extended program check performs a complete check that includes the interfaces of external procedures called from your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Errors in the extended program check cause exceptions, which in turn cause runtime errors when you run the program. You must correct them. The exception to this is coding that cannot be reached. However, you should delete this to minimize the size of your program and make the source code easier to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warnings in the extended program check should also be corrected. If your program contains statements that are definitely correct but still produce warnings in the extended program check, you can exclude them from the check using pseudocomments ( "#ECâ&amp;#128;¦ ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should always run the extended program check on a new program. You have not finished developing a new program until you can run the extended program check on it without any errors or warnings. Messages are permissible, since they are generally not critical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extended program check is also only a static check. It cannot eliminate all of the circumstances that could lead to exception situations or runtime errors. For example, any statements in which you specify arguments dynamically as the contents of fields, or in which you call procedures dynamically, cannot be checked statically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Inspector is SAP tool for the analysis of static ABAP code, data dictionary objects and other repository objects. The tool (transaction SCI) has a set of predefined performance checks that can help you to improve your code so as to optimize the performance of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417707#M820847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: programing check and code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417708#M820848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;--The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions&lt;/P&gt;&lt;P&gt;You can call the Code Inspector using transaction code SCI or through the menu path SAP Menu à Tools à ABAP Workbench à Test à Code Inspector. Also, you can call the Code Inspector from the following transactions:&lt;/P&gt;&lt;P&gt; ABAP Dictionary (SE11) for DDIC tables&lt;/P&gt;&lt;P&gt; Class Builder (SE24) for classes and interfaces&lt;/P&gt;&lt;P&gt;Function Builder (SE37) for function groups&lt;/P&gt;&lt;P&gt;ABAP Editor (SE38) for programs or reports&lt;/P&gt;&lt;P&gt;ABAP Workbench (SE80)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jagadeesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-check-and-code-inspector/m-p/3417708#M820848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:39:25Z</dc:date>
    </item>
  </channel>
</rss>

