<?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: Extended Program Check not considering comment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622598#M1664062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try writing the same in declaration of the structure ("EC EHNOK).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 12:04:59 GMT</pubDate>
    <dc:creator>anoojmohandas</dc:creator>
    <dc:date>2015-04-16T12:04:59Z</dc:date>
    <item>
      <title>Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622594#M1664058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have run the extended program check on my function module and it has thrown some errors and warning. Some of them are legitimate statements and hence I want extended check to ignore the same.&lt;/P&gt;&lt;P&gt;For example, it throws a message "After a structure enhancement, the semantics of the assignment or comparison may change". This is followed by "the message can be hidden with "#EC ENHOK."&lt;/P&gt;&lt;P&gt;Now, even though I have added this in front of the concerned statement, after running the extended check again, this message still appears. It does not seem to consider that I have attempted to hide this by mentioning "#EC ENHOK.&lt;/P&gt;&lt;P&gt;For example, I have given the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MOVE-CORRESPONDING &amp;lt;structure_1&amp;gt; &lt;SPAN class="L0S52"&gt;TO &amp;lt;structure_2&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"#EC ENHOK&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;Still, this shows up in the extended check with the above message. This is just one example - there is another wherein I have specifed "#EC VALUE_OK and it ignores this as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;Is there any settings that I should activate for the extended check to consider the #EC comments?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;This is the first time that I am using this tool so apologies in advance if this sounds like s stupid question.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;Mithun&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2012 15:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622594#M1664058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-17T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622595#M1664059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mithun&lt;/P&gt;&lt;P&gt;Kindly check out this link where the same has been discussed.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=256728"&gt;http://sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=256728&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="672911" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vijay V &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2012 21:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622595#M1664059</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-03-17T21:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622596#M1664060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mithum,&lt;/P&gt;&lt;P&gt;please check the line number of source code where the error came from.&lt;/P&gt;&lt;P&gt;If the error comes from the signature of the function module, you need to put the psudo code "#EC ENHOK" right after the FUNCTION statement (first line), I met one case before.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Leonard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 03:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622596#M1664060</guid>
      <dc:creator>lnlng</dc:creator>
      <dc:date>2012-03-18T03:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622597#M1664061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &amp;lt;structure_1&amp;gt; &amp;amp; &amp;lt;structure_2&amp;gt; are referred to standard structure, then in SE11 provide a enhancement category(&amp;nbsp; available in the menu's) . Change it from "Not classified" to some other as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 06:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622597#M1664061</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-18T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622598#M1664062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try writing the same in declaration of the structure ("EC EHNOK).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622598#M1664062</guid>
      <dc:creator>anoojmohandas</dc:creator>
      <dc:date>2015-04-16T12:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check not considering comment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622599#M1664063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try set extended check off and set extended check on. where ever you want to hide the parts of code when you have the extended syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check-not-considering-comment/m-p/8622599#M1664063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-16T12:11:39Z</dc:date>
    </item>
  </channel>
</rss>

