<?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: Join condition syntax error (Urgent). in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198911#M762334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to check your ' ' in the conditions.&lt;/P&gt;&lt;P&gt;Also, check out that strings between ' ' does not go to a new line.&lt;/P&gt;&lt;P&gt;The syntax error you get is caused by a value preceeded by a ' and not closed by another '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
text = 'Hello World.   "This will cause the error because of the missing ' at the end
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
text = 'Hello World'.   "This is ok
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 16:21:19 GMT</pubDate>
    <dc:creator>former_member199581</dc:creator>
    <dc:date>2007-12-10T16:21:19Z</dc:date>
    <item>
      <title>Join condition syntax error (Urgent).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198910#M762333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I am using the below statement in one of my programs. But it gives an syntax error as 'The literal is more than 255 characters'. It doesn't even allow me to do a pretty print. Can anyone help me please to solve this issue. This is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ce4&lt;SUB&gt;PAPH1 ce4&lt;/SUB&gt;MVGR2 ce3~VVBMC001&lt;/P&gt;&lt;P&gt;INTO corresponding fields of TABLE I_BRANDWISE&lt;/P&gt;&lt;P&gt;from CE4OPC1 as CE4&lt;/P&gt;&lt;P&gt;inner JOIN CE3OPC1 as CE3&lt;/P&gt;&lt;P&gt;ON CE4&lt;SUB&gt;PAOBJNR = CE3&lt;/SUB&gt;PAOBJNR&lt;/P&gt;&lt;P&gt;where CE4opc1-AKTBO = &amp;#145;X'&lt;/P&gt;&lt;P&gt; and CE4~BUKRS = &amp;#145;1000&amp;#146;&lt;/P&gt;&lt;P&gt; and CE4~KNDNR = P_SOLDTO&lt;/P&gt;&lt;P&gt; and CE4&lt;SUB&gt;KOKRS = &amp;#145;CCA1&amp;#146; AND CE3&lt;/SUB&gt;PALEDGER = &amp;#145;01&amp;#146;&lt;/P&gt;&lt;P&gt; and CE3~PLIKZ = 0&lt;/P&gt;&lt;P&gt; and ( CE3&lt;SUB&gt;VRGAR BETWEEN &amp;#145;B&amp;#146; AND &amp;#145;C&amp;#146; and CE3&lt;/SUB&gt;PERBL BETWEEN P_STRPER AND P_ENDPER )&lt;/P&gt;&lt;P&gt; and CE4~MVGR2 IN S_BRAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance... Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198910#M762333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Join condition syntax error (Urgent).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198911#M762334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to check your ' ' in the conditions.&lt;/P&gt;&lt;P&gt;Also, check out that strings between ' ' does not go to a new line.&lt;/P&gt;&lt;P&gt;The syntax error you get is caused by a value preceeded by a ' and not closed by another '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
text = 'Hello World.   "This will cause the error because of the missing ' at the end
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
text = 'Hello World'.   "This is ok
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198911#M762334</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2007-12-10T16:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Join condition syntax error (Urgent).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198912#M762335</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;try not keeping this statement in a single whole line.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CE3~VRGAR BETWEEN &amp;#145;B&amp;#146; AND &amp;#145;C&amp;#146; and CE3~PERBL BETWEEN P_STRPER AND P_ENDPER&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep it as&lt;/P&gt;&lt;P&gt;CE3~VRGAR BETWEEN &amp;#145;B&amp;#146; &lt;/P&gt;&lt;P&gt;AND &amp;#145;C&amp;#146; &lt;/P&gt;&lt;P&gt;and CE3~PERBL BETWEEN P_STRPER &lt;/P&gt;&lt;P&gt;AND P_ENDPER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Satish Panakala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198912#M762335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Join condition syntax error (Urgent).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198913#M762336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, make sure your quotes are actually quotes, if that makes sense.  Sometimes if you copy things into the ABAP editor from MS Word, email, etc. then the editor doesn't like the font.  It may look like a quote, but delete it and type it back in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198913#M762336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Join condition syntax error (Urgent).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198914#M762337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT ce4~paph1 ce4~mvgr2 ce3~vvbmc001
  INTO CORRESPONDING FIELDS OF TABLE i_brandwise
  FROM ce4opc1 AS ce4
  INNER JOIN ce3opc1 AS ce3
    ON ce4~paobjnr = ce3~paobjnr
  WHERE ce4~aktbo = 'X'
    AND ce4~bukrs = '1000'
    AND ce4~kndnr = p_soldto
    AND ce4~kokrs = 'CCA1'
    AND ce3~paledger = '01'
    AND ce3~plikz = 0
    AND ( ce3~vrgar BETWEEN 'B' AND 'C'
    AND   ce3~perbl BETWEEN p_strper AND p_endper )
    AND ce4~mvgr2 IN s_brand.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-condition-syntax-error-urgent/m-p/3198914#M762337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:32:27Z</dc:date>
    </item>
  </channel>
</rss>

