<?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: How to exclude Objects from the code inspector check - variant default in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722287#M1455625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,  I've got the infomartionfrom Marcin Cholewczuk in this thread: &lt;/P&gt;&lt;P&gt; [&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8848842"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;It will work only with a work arround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for you help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 19:40:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T19:40:50Z</dc:date>
    <item>
      <title>How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722281#M1455619</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;we are going to use the Code Inspector with a own user variant &lt;STRONG&gt;DEFAULT&lt;/STRONG&gt; directly in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;This is fine to improve the qualtiy of our own develpment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunetly some reports have implemented Includes from other development. (I know that it's not a good idea to reuse Includes).&lt;/P&gt;&lt;P&gt;This generates a lot of warnings, that we can not affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to exclude this Includes form the code inspector check?&lt;/P&gt;&lt;P&gt;The abap statemend &lt;STRONG&gt;SET EXTENDED CHECK OFF&lt;/STRONG&gt; before the Include-Statement will not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for good suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 07:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722281#M1455619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T07:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722282#M1455620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with Object Set selection with Exclude option ( While creating Object set --&amp;gt; in the bottom tab there you find "program" select the include and use exclude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also you can use  pseudocomments  "#EC in the general include (keep this option as secondary )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722282#M1455620</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-10T08:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722283#M1455621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi a®s ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your first suggestion with the object set:&lt;/P&gt;&lt;P&gt;- unforunatly the check runs still with the includes.&lt;/P&gt;&lt;P&gt;- I can't not use the Object Set for a direct check in the ABAP Workbench (with the user variant DEFAULT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second suggestion we have to modify the Include. &lt;/P&gt;&lt;P&gt;That would be not so good for us, because the include is deliverd from a software  distributor.&lt;/P&gt;&lt;P&gt;Additional we have the set the #EC-Command for every statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't it possible to set a pseudo command or something at begin and end of a block of coding, that&lt;/P&gt;&lt;P&gt;has the be exludes from the check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we could set this pseudo command before the INCLUDE-Statement to switch the check off and after the the INCLUDE-Statement to switch the check on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many greetings,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722283#M1455621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722284#M1455622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pseudo command  in the begin or end of the code will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722284#M1455622</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-03-10T09:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722285#M1455623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you create your own object set &amp;amp; exclude the objects you don't want to include in the Code Inspector Check. (Trxn SCI to create custom object set)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to this blog by Nick for further details: [/people/nick.young/blog/2010/03/02/setting-up-and-using-the-sap-code-inspector|/people/nick.young/blog/2010/03/02/setting-up-and-using-the-sap-code-inspector]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722285#M1455623</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-10T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722286#M1455624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this is the same suggestion that a®s made for Object Sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it seems that this will not work, because the Include belongs to the checked programm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addtional the Object Set would not be considerd when the developer make the check directly in the ABAP Workbend instead with the transaction SCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 11:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722286#M1455624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude Objects from the code inspector check - variant default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722287#M1455625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,  I've got the infomartionfrom Marcin Cholewczuk in this thread: &lt;/P&gt;&lt;P&gt; [&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8848842"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;It will work only with a work arround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for you help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 19:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-exclude-objects-from-the-code-inspector-check-variant-default/m-p/6722287#M1455625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T19:40:50Z</dc:date>
    </item>
  </channel>
</rss>

