<?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 Defining Processing Blocks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967659#M947762</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;i m reading an examples of Defining Processing Blocks , not understanding the meaning of SET EXTENDED CHECK OFF&lt;/P&gt;&lt;P&gt;1&lt;STRONG&gt;_Non-Executable Event Blocks&lt;/STRONG&gt;_ &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Syntax error in Unicode Systems:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PERFORM routine.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)_Executable Event Blocks_ &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;P&gt;  PERFORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;Executable Event Blocks&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;P&gt;  PERFORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz explain..these program working&lt;/P&gt;&lt;P&gt;Definitely rewards pts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regrds,&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 07:09:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T07:09:14Z</dc:date>
    <item>
      <title>Defining Processing Blocks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967659#M947762</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;i m reading an examples of Defining Processing Blocks , not understanding the meaning of SET EXTENDED CHECK OFF&lt;/P&gt;&lt;P&gt;1&lt;STRONG&gt;_Non-Executable Event Blocks&lt;/STRONG&gt;_ &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Syntax error in Unicode Systems:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PERFORM routine.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)_Executable Event Blocks_ &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;P&gt;  PERFORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;Executable Event Blocks&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;REPORT demo_abap_events_3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 1'.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 2'.&lt;/P&gt;&lt;P&gt;  PERFORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Anweisung 3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine.&lt;/P&gt;&lt;P&gt;  WRITE / 'Unterprogramm'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz explain..these program working&lt;/P&gt;&lt;P&gt;Definitely rewards pts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regrds,&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967659#M947762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T07:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Processing Blocks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967660#M947763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax Diagram &lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;SET EXTENDED CHECK {ON|OFF}. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: &lt;/P&gt;&lt;P&gt;This statement uses the addition OFF to deactivate the extended programcheck for the following statements, and uses the addition ON to reactivate it. A deactivated extended program check can be reactivated within the same program. The extended program reports a statement SET EXTENDED CHECK OFF without the statement SET EXTENDED CHECK ON and the superfluous statements SET EXTENDED CHECK ON. By default, the extended program check is switched on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes: &lt;/P&gt;&lt;P&gt;This statement can only be used for warnings and errors that the program author can explictly exclude as such. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For individual statements, the extended program check can also be deactivated using pseudo comments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, deactivation of the extended program check can be overridden by selecting Also display hidden messages (pseudo comments) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967660#M947763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Processing Blocks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967661#M947764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Savita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had bothered to press your F1 key or searched help.sap.com you would have saved Jagadish the trouble of cutting and pasting the standard SAP help here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to help yourself by reading the help and searching here before asking these sort of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 07:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-processing-blocks/m-p/3967661#M947764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T07:23:15Z</dc:date>
    </item>
  </channel>
</rss>

