<?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 Code Inspector: Enhancement / Adding own rules? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543826#M247530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I wonder whether there is a way to add own rules to the Code Inspector.&lt;/P&gt;&lt;P&gt;With own rules I mean checking the coding against our development guidelines, just two examples:&lt;/P&gt;&lt;P&gt;1) Before SELECT ... FOR ALL ENTRIES it needs to be checked, whether the internal table is not initial.&lt;/P&gt;&lt;P&gt;2) No direct table update to SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I locked to SCII. I believe it is not a solution to define a new check variant, since I haven't found the possibility there to add own rules (just naming conventions, searching for characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, I wonder whether there is any user-exit, BAdI etc. I could use - or do I really have to write my own parser - which would be a nightmare (multiple meanings of statements (INSERT can change an internal table or database table - depending on the table / variable given); considering global variables, method parameters etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise is welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 15:29:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-07T15:29:36Z</dc:date>
    <item>
      <title>Code Inspector: Enhancement / Adding own rules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543826#M247530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I wonder whether there is a way to add own rules to the Code Inspector.&lt;/P&gt;&lt;P&gt;With own rules I mean checking the coding against our development guidelines, just two examples:&lt;/P&gt;&lt;P&gt;1) Before SELECT ... FOR ALL ENTRIES it needs to be checked, whether the internal table is not initial.&lt;/P&gt;&lt;P&gt;2) No direct table update to SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I locked to SCII. I believe it is not a solution to define a new check variant, since I haven't found the possibility there to add own rules (just naming conventions, searching for characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, I wonder whether there is any user-exit, BAdI etc. I could use - or do I really have to write my own parser - which would be a nightmare (multiple meanings of statements (INSERT can change an internal table or database table - depending on the table / variable given); considering global variables, method parameters etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise is welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 15:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543826#M247530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Enhancement / Adding own rules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543827#M247531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link to customize SCI as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapignite.com/enhancement-of-code-inspector/" target="test_blank"&gt;http://sapignite.com/enhancement-of-code-inspector/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 18, 2011 5:44 PM - please do not beg for points, age old thread by the way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 03:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543827#M247531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-18T03:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector: Enhancement / Adding own rules?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543828#M247532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sa,&lt;/P&gt;&lt;P&gt;Tried to implement the suggested code but did't work , is there any other way to enhance SCII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Pavan.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 09:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-enhancement-adding-own-rules/m-p/1543828#M247532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-22T09:56:11Z</dc:date>
    </item>
  </channel>
</rss>

