<?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: Syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915907#M380985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks everybody...problem is resolved.....i dint end the select statement with '.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 06:01:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T06:01:06Z</dc:date>
    <item>
      <title>Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915897#M380975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to compare 2 values like below. When i do syntax check it says "wa_zmipc2-aplfz is not a valid comparison operator".What could be the problem? please help..All the data declarations are done properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if wa_zmipc2-aplfz eq wa_final-aplfz.&lt;/P&gt;&lt;P&gt;      continue.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915897#M380975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915898#M380976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell how have you declared variable 'aplfz' in table 'wa_zmipc2'??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915898#M380976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915899#M380977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data wa_zmipc2 type zmipc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915899#M380977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915900#M380978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send delaration of workarea wa_zmipc2-aplfz and wa_finalaplfz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915900#M380978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915901#M380979</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;check the code whether the worl area has been called in side a loop using internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915901#M380979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915902#M380980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data wa_final type zmipc.&lt;/P&gt;&lt;P&gt;data wa_zmipc2 type zmipc.&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;    select single * from zmipc&lt;/P&gt;&lt;P&gt;                        into wa_zmipc2&lt;/P&gt;&lt;P&gt;                        where infnr  eq wa_stxh-tdname and "wa_fin-infnr&lt;/P&gt;&lt;P&gt;                              lifnr  eq wa_eina-lifnr  and "wa_fin-lifnr&lt;/P&gt;&lt;P&gt;                              ipcven eq WA_STXH-TDLINE and "wa_f-ipcven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if wa_zmipc2-aplfz eq wa_final-aplfz.&lt;/P&gt;&lt;P&gt;      continue.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915902#M380980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915903#M380981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check if the statement before the if statement ended properly or not,&lt;/P&gt;&lt;P&gt;some times it will give error if before statement not ended properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sarala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915903#M380981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915904#M380982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data wa_final type zmipc.&lt;/P&gt;&lt;P&gt;data wa_zmipc2 type zmipc.&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;loop at i_zmipc into wa_zmipc.&lt;/P&gt;&lt;P&gt;select single * from zmipc&lt;/P&gt;&lt;P&gt;into wa_zmipc2&lt;/P&gt;&lt;P&gt;where infnr eq wa_stxh-tdname and "wa_fin-infnr&lt;/P&gt;&lt;P&gt;lifnr eq wa_eina-lifnr and "wa_fin-lifnr&lt;/P&gt;&lt;P&gt;ipcven eq WA_STXH-TDLINE and "wa_f-ipcven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if wa_zmipc2-aplfz eq wa_final-aplfz.&lt;/P&gt;&lt;P&gt;continue.&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915904#M380982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915905#M380983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;o my goddddd...such a small problem....anyways..thanks sarala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915905#M380983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915906#M380984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How have you defined field 'aplfz' in Table 'zmipc' (SE11) ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 05:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915906#M380984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T05:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915907#M380985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks everybody...problem is resolved.....i dint end the select statement with '.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 06:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915907#M380985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T06:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915908#M380986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Do you think this stmt is complete.&lt;/P&gt;&lt;P&gt;select single * from zmipc&lt;/P&gt;&lt;P&gt;into wa_zmipc2&lt;/P&gt;&lt;P&gt;where infnr eq wa_stxh-tdname and "wa_fin-infnr&lt;/P&gt;&lt;P&gt;lifnr eq wa_eina-lifnr and "wa_fin-lifnr&lt;/P&gt;&lt;P&gt;ipcven eq WA_STXH-TDLINE and "wa_f-ipcven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After and the stmt is open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 06:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915908#M380986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915909#M380987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data wa_final type zmipc.&lt;/P&gt;&lt;P&gt;data wa_zmipc2 type zmipc.&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;loop at i_zmipc into wa_zmipc.&lt;/P&gt;&lt;P&gt;select single * from zmipc&lt;/P&gt;&lt;P&gt;into wa_zmipc2&lt;/P&gt;&lt;P&gt;where infnr eq wa_stxh-tdname and "wa_fin-infnr&lt;/P&gt;&lt;P&gt;lifnr eq wa_eina-lifnr and "wa_fin-lifnr&lt;/P&gt;&lt;P&gt;ipcven eq WA_STXH-TDLINE &amp;lt;b&amp;gt;and&amp;lt;/b&amp;gt; "wa_f-ipcven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if&amp;lt;/b&amp;gt; wa_zmipc2-aplfz eq wa_final-aplfz.&lt;/P&gt;&lt;P&gt;continue.&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REASON FOR THE ERROR HIGHLIGHTED IN BOLD CHECK OUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 12:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1915909#M380987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T12:57:14Z</dc:date>
    </item>
  </channel>
</rss>

