<?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 syntax check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499942#M564797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the extended check you get performance and security related errors. These are not syntax errors. For eg. If you dont have indexed field in the where clause of select query you will get performance error in extended check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide this error by putting "#EC * at the end of the select query in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you can put "#EC* at the end of all the statements having extended check errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jul 2007 17:21:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-21T17:21:47Z</dc:date>
    <item>
      <title>extended syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499939#M564794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam getting the message in the extended syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message-id l_return-id does not exist&lt;/P&gt;&lt;P&gt;(the message can be hidden with "#EC *)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i correct this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please inform me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 08:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499939#M564794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: extended syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499940#M564795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you click on this message you will be taken to that line of code which is giving this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the message strucutre you are using does not have a field ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can simply ignore that error and make this not appear again by putting this "#EC* at the end of that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 09:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499940#M564795</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-21T09:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: extended syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499941#M564796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check for the declaration of the field &amp;lt;b&amp;gt;l_return-id&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;if it is a message you can ignore it&lt;/P&gt;&lt;P&gt;you can correct it by placing the #EC on the line in the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended syntax check or SLIN is used to check the program in all aspects for the different syntaxes like&lt;/P&gt;&lt;P&gt;When you use select single whether you have passed all the key fields or not&amp;gt;&lt;/P&gt;&lt;P&gt;whether you have maintained the text elements texts or not,&lt;/P&gt;&lt;P&gt;Have you used UNIT...CURRENCY along with the QTY and AMOUNT fields when displayed using the WRITE statement&lt;/P&gt;&lt;P&gt;and check for all the varities of statements used in the code, and if there is some problem with that statement/command, it will display as error or warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check following links -&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="3205232"&gt;&lt;/A&gt;&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="3127040"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 09:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499941#M564796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: extended syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499942#M564797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the extended check you get performance and security related errors. These are not syntax errors. For eg. If you dont have indexed field in the where clause of select query you will get performance error in extended check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide this error by putting "#EC * at the end of the select query in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you can put "#EC* at the end of all the statements having extended check errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 17:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-syntax-check/m-p/2499942#M564797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T17:21:47Z</dc:date>
    </item>
  </channel>
</rss>

