<?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 general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710159#M310652</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is &lt;/P&gt;&lt;P&gt;set extend check off.&lt;/P&gt;&lt;P&gt;what does it do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 19:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T19:03:01Z</dc:date>
    <item>
      <title>general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710159#M310652</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is &lt;/P&gt;&lt;P&gt;set extend check off.&lt;/P&gt;&lt;P&gt;what does it do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710159#M310652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710160#M310653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This turns off the  "Extended ABAP syntax checker",   it is a deeper syntax checker which helps in writing correct code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct statement is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set extend&amp;lt;b&amp;gt;ed&amp;lt;/b&amp;gt; check off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710160#M310653</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710161#M310654</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;It's a tool to check the program, here the system does several controls (not only the syntax checking).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example it checks if fms are called correctly, if all variables declarated are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there are some kinds of error you don't want to consider as errors, you can use that statament to hide them. In this way the system'll skip them while doing extended check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Bye Bye'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wont't get any dumps, but the system consider it an error because it doesn't use a text symbol to write a texts (so it can't translate it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wan't to see it when you check your progtam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF. &lt;/P&gt;&lt;P&gt;WRITE: 'Bye Bye'.&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK ON. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710161#M310654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710162#M310655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then what does it do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710162#M310655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710163#M310656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this example from SAP Help perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement SELECT SINGLE reads a single line from the database table TDOKUIMGR. Although this table has several key fields, the entry in the NODE_ID column of the WHERE condition is unique. The warning in the extended program check that the specified key may not be unique is therefore deactivated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF. &lt;/P&gt;&lt;P&gt;SELECT SINGLE ref_object &lt;/P&gt;&lt;P&gt;       FROM   tdokuimgr &lt;/P&gt;&lt;P&gt;       INTO   docu_object &lt;/P&gt;&lt;P&gt;       WHERE  node_id = node_key. &lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK ON. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710163#M310656</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-21T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710164#M310657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, the extended check program  is transaction SLIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/1710164#M310657</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-21T19:24:49Z</dc:date>
    </item>
  </channel>
</rss>

