<?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 unspecified syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115250#M1904338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting an unspecified syntax error in my field routine.&amp;nbsp; I know this is baby code, but my attempts at case style statements wasn't working.&amp;nbsp; I used the standard auto setup for the routine.&amp;nbsp; This is the added method code.&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag(1).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear tmp_flag. * set flag for Lessee report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSE'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_CLASS = 70.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_CLASS = 75.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_EQUIP = 70.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_EQUIP = 75.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. * set flag for Lessor Salestype report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 65.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 57.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 65.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 57.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. * set flag for Lessor OL report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 60.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'O'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 60.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'O'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. RESULT = tmp_flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 22:49:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-05T22:49:40Z</dc:date>
    <item>
      <title>unspecified syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115250#M1904338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting an unspecified syntax error in my field routine.&amp;nbsp; I know this is baby code, but my attempts at case style statements wasn't working.&amp;nbsp; I used the standard auto setup for the routine.&amp;nbsp; This is the added method code.&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag(1).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear tmp_flag. * set flag for Lessee report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSE'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_CLASS = 70.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_CLASS = 75.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_EQUIP = 70.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZLSL' and /BIC/OIZN_EQUIP = 75.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'L'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. * set flag for Lessor Salestype report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 65.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 57.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 65.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 57.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'S'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. * set flag for Lessor OL report.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_CLASS = 60.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'O'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if /BIC/OIZN_CNTRTY eq 'ZSFL' and /BIC/OIZN_EQUIP = 60.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmp_flag = 'O'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif. RESULT = tmp_flag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 22:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115250#M1904338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-05T22:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: unspecified syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115251#M1904339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check, that all comments are starting at position 1 (&lt;STRONG&gt;*&lt;/STRONG&gt; at position 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check all fields to be known:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/BIC/OIZN_CLASS&lt;/LI&gt;&lt;LI&gt;/BIC/OIZN_EQUIP&lt;/LI&gt;&lt;LI&gt;/BIC/OIZN_CNTRTY&lt;/LI&gt;&lt;LI&gt;RESULT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Doubleclick them. If they can be found, they are okay.&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;Klaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 04:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115251#M1904339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-08T04:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: unspecified syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115252#M1904340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Klaus.&amp;nbsp; This was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up needing to use SOURCE_FIELDS-/BIC/ZN_CLASS, ditto for the others.&amp;nbsp; To find this I made a copy of the code, then cut all of it, and pasted back one line at a time until I solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish SAP would let me save code that is not working!&amp;nbsp; I can understand not activating, but at least save the dang thing.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unspecified-syntax-error/m-p/11115252#M1904340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-08T14:13:15Z</dc:date>
    </item>
  </channel>
</rss>

