<?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 inspector in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881686#M1888173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As they are warning you can leave them it will not affect the performance. It is not mandatory to resolve that warnings, but its good practice to hide that warning messages.&amp;nbsp; you can hide these warnings and errors shown in security check by setting the extended check off.&lt;/P&gt;&lt;P&gt;i.e. if you are getting warning&amp;nbsp; message for some line then before that line just add 1 more line &lt;/P&gt;&lt;P&gt;SET EXENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can also use pseudo comments.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Suppose this warning message is coming because using any strings with spaces in between.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_string &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'File is Empty, So cant be processed'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"#EC NOTEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;when you mention "EC NOTEXT this error message is not shown in code inspector.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Sneha.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 10:22:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-21T10:22:30Z</dc:date>
    <item>
      <title>code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881680#M1888167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have check code inspector.It&amp;nbsp; shows 3 warning messages in security checks.So,please tell me it's need to rectify or not required there is any problem in performance.I want to know.If it's mandatory to rectify how we can do it.So,please share me the procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mahesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881680#M1888167</guid>
      <dc:creator>former_member185124</dc:creator>
      <dc:date>2015-01-21T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881681#M1888168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Becasue its warning message, no need to rectify it. It it is Error message u need to rectify it to improve perfomance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881681#M1888168</guid>
      <dc:creator>pandiri_balaraju2</dc:creator>
      <dc:date>2015-01-21T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881682#M1888169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to apply &lt;STRONG&gt;sap pseudo code&lt;/STRONG&gt; to remove the warning messgae from the Code Inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881682#M1888169</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-21T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881683#M1888170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving reply.How to apply '&lt;STRONG&gt;Sap pseudo code&lt;/STRONG&gt;'.I am not aware of that.So,please share me about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881683#M1888170</guid>
      <dc:creator>former_member185124</dc:creator>
      <dc:date>2015-01-21T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881684#M1888171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through with below Link, it may help you how we have to apply the &lt;STRONG&gt;Sap pseudo code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_731/en/abenpseudo_comment_slin.htm" title="http://help.sap.com/abapdocu_731/en/abenpseudo_comment_slin.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abenpseudo_comment_ci.htm" title="http://help.sap.com/abapdocu_702/en/abenpseudo_comment_ci.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapalles.com/2014/06/03/code-inspector-pseudo-codes/" title="http://www.sapalles.com/2014/06/03/code-inspector-pseudo-codes/"&gt;code inspector pseudo codes | SAP Alles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though, every warning having different &lt;STRONG&gt;Sap pseudo code&lt;/STRONG&gt; to remove the same from the system.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 09:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881684#M1888171</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-21T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881685#M1888172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give us a 'expand all' snapshot on those warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881685#M1888172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-21T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881686#M1888173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As they are warning you can leave them it will not affect the performance. It is not mandatory to resolve that warnings, but its good practice to hide that warning messages.&amp;nbsp; you can hide these warnings and errors shown in security check by setting the extended check off.&lt;/P&gt;&lt;P&gt;i.e. if you are getting warning&amp;nbsp; message for some line then before that line just add 1 more line &lt;/P&gt;&lt;P&gt;SET EXENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can also use pseudo comments.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Suppose this warning message is coming because using any strings with spaces in between.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_string &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'File is Empty, So cant be processed'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"#EC NOTEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;when you mention "EC NOTEXT this error message is not shown in code inspector.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Sneha.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881686#M1888173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-21T10:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881687#M1888174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dengyong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving reply.I am using Pseudo comments.Now it is cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881687#M1888174</guid>
      <dc:creator>former_member185124</dc:creator>
      <dc:date>2015-01-21T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: code inspector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881688#M1888175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the code on , from where these warnings are coming ,means which line. If&amp;nbsp; endif condition is null then warnings may come in code.&lt;/P&gt;&lt;P&gt;can you please share the warnings ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Arun VS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector/m-p/10881688#M1888175</guid>
      <dc:creator>venuarun</dc:creator>
      <dc:date>2015-01-21T11:06:58Z</dc:date>
    </item>
  </channel>
</rss>

