<?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 Syntax Error.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749607#M325043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, Good morning to Everyone...&lt;/P&gt;&lt;P&gt;                             &lt;/P&gt;&lt;P&gt;        Actually am BW Consultant... I dont even Knew alphabets in ABAP..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       Am having an syntax error like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Error : Comma without preceding colon (after SELECT ?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 05:59:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T05:59:30Z</dc:date>
    <item>
      <title>Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749607#M325043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, Good morning to Everyone...&lt;/P&gt;&lt;P&gt;                             &lt;/P&gt;&lt;P&gt;        Actually am BW Consultant... I dont even Knew alphabets in ABAP..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       Am having an syntax error like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Error : Comma without preceding colon (after SELECT ?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 05:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749607#M325043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T05:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749608#M325044</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;just before this error statement,there is a yellow button click on that it will be corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749608#M325044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749609#M325045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me the code so that i can able to say......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749609#M325045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749610#M325046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when use Into , this kind of errors u will get .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample sytax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:  carrid   TYPE scarr-carrid, 
       carrname TYPE scarr-carrname. 
       CARRNAME LIKE SCARR-CARRNAME, 
SELECT carrid carrname 
       INTO (carrid, carrname) --&amp;gt;No SPACE
       FROM scarr. 
  WRITE: / carrid, carrname. 
ENDSELECT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749610#M325046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749611#M325047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can find yellow button with tool tip text 'Correct Errors', if u press that, ur error will get rectified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749611#M325047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749612#M325048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls send the select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749612#M325048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749613#M325049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what might have happened is that there is some problem in select query...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be while passing values to the variables.Please check the code....is it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr werks from marc into ( v_matnr, v_werks )&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so just give some space in the variables as above and check....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749613#M325049</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-12-19T06:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749614#M325050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables: pa0001.&lt;/P&gt;&lt;P&gt;data begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;     include structure pa0001.&lt;/P&gt;&lt;P&gt;data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from pa0001 into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the sample program to use the Select statement..if u want more precise answer then give me ur code and wht u want to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749614#M325050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749615#M325051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  carrid   TYPE scarr-carrid, &lt;/P&gt;&lt;P&gt;       carrname TYPE scarr-carrname.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;* &amp;lt;/b&amp;gt;      CARRNAME LIKE SCARR-CARRNAME, &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;SELECT carrid carrname &lt;/P&gt;&lt;P&gt;       INTO (carrid, carrname) &amp;lt;b&amp;gt;"No SPACE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       FROM scarr. &lt;/P&gt;&lt;P&gt;  WRITE: / carrid, carrname. &lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uncommend * the (CARRNAME LIKE SCARR-CARRNAME).&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Usman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Usman Sheriff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749615#M325051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:06: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/1749616#M325052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u would have used query like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select field1 field2  from table into (itab1,itab2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this error may be due to no space between the open bracket or space in the open bracket .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check tht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not copy the code &amp;amp; send it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749616#M325052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749617#M325053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thx for Replying!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In Our Bw.. We will write routines.. We will have predefine Program which will by&lt;/P&gt;&lt;P&gt;Default like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;DEFAULT PROGRAM:-&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM UPDATE_ROUTINE.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ begin of global - insert your declaration only below this line  &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES: /BIC/MZ2CNEWMAT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   DATA: DIV(2),CUS(10),DIVCUS(12).&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ end of global - insert your declaration only before this line   &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM compute_key_field&lt;/P&gt;&lt;P&gt;  TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring&lt;/P&gt;&lt;P&gt;  USING    COMM_STRUCTURE LIKE /BIC/CS8Z2SDOPI&lt;/P&gt;&lt;P&gt;           RECORD_NO LIKE SY-TABIX&lt;/P&gt;&lt;P&gt;           RECORD_ALL LIKE SY-TABIX&lt;/P&gt;&lt;P&gt;           SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS&lt;/P&gt;&lt;P&gt;  CHANGING RESULT LIKE /BIC/VZ2SDBPRIMT-BILL_DATE&lt;/P&gt;&lt;P&gt;           RETURNCODE LIKE SY-SUBRC&lt;/P&gt;&lt;P&gt;           ABORT LIKE SY-SUBRC. "set ABORT &amp;lt;&amp;gt; 0 to cancel update&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ begin of routine - insert your code only below this line        &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fill the internal table "MONITOR", to make monitor entries&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;result value of the routine&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  RESULT = .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if the returncode is not equal zero, the result will not be updated&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  RETURNCODE = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if abort is not equal zero, the update process will be canceled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ABORT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ end of routine - insert your code only before this line         &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have written Code like this.... in ROutine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;WRITEN PROGRAM:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM UPDATE_ROUTINE.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ begin of global - insert your declaration only below this line  &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; TABLES: /BIC/MZ2CNEWMAT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;DATA: DIV(2),CUS(10),DIVCUS(12).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ end of global - insert your declaration only before this line   &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM compute_key_field&lt;/P&gt;&lt;P&gt;  TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring&lt;/P&gt;&lt;P&gt;  USING    COMM_STRUCTURE LIKE /BIC/CS8Z2SDOPI&lt;/P&gt;&lt;P&gt;           RECORD_NO LIKE SY-TABIX&lt;/P&gt;&lt;P&gt;           RECORD_ALL LIKE SY-TABIX&lt;/P&gt;&lt;P&gt;           SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS&lt;/P&gt;&lt;P&gt;  CHANGING RESULT LIKE /BIC/VZ2SDBPRIMT-/BIC/Z2CDIVCUS&lt;/P&gt;&lt;P&gt;           RETURNCODE LIKE SY-SUBRC&lt;/P&gt;&lt;P&gt;           ABORT LIKE SY-SUBRC. "set ABORT &amp;lt;&amp;gt; 0 to cancel update&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ begin of routine - insert your code only below this line        &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fill the internal table "MONITOR", to make monitor entries&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;SELECT SINGLE O~DIVISION N~SID_0CUSTOMER     FROM /BIC/MZ2CNEWMAT  AS O  INNER JOIN /BIC/DZ2SDBPRIM3 AS N&lt;/P&gt;&lt;P&gt;  ON O~/BIC/Z2CNEWMAT = N~SID_Z2CNEWMAT&lt;/P&gt;&lt;P&gt;  INTO ( DIV, CUS&amp;lt;/b&amp;gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;CONCATENATE TEMP CUS INTO DIVCUS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;result value of the routine&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &amp;lt;b&amp;gt; RESULT = DIVCUS.&amp;lt;/b&amp;gt;* if the returncode is not equal zero, the result will not be updated&lt;/P&gt;&lt;P&gt;  RETURNCODE = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if abort is not equal zero, the update process will be canceled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ABORT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$ end of routine - insert your code only before this line         &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIndly help me.. Answering getz appreciated.. Itz Urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz,&lt;/P&gt;&lt;P&gt;ALURI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749617#M325053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749618#M325054</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;the problem is in select query don't give space.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE O&lt;SUB&gt;DIVISION N&lt;/SUB&gt;SID_0CUSTOMER FROM /BIC/MZ2CNEWMAT AS O INNER JOIN /BIC/DZ2SDBPRIM3 AS N&lt;/P&gt;&lt;P&gt;ON O&lt;SUB&gt;/BIC/Z2CNEWMAT = N&lt;/SUB&gt;SID_Z2CNEWMAT&lt;/P&gt;&lt;P&gt;INTO ( DIV, CUS ).WRITE LIKE THIS (DIV, CUS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;NAGARAJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749618#M325054</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-12-19T06:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749619#M325055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to remove the space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE O&lt;SUB&gt;DIVISION N&lt;/SUB&gt;SID_0CUSTOMER FROM /BIC/MZ2CNEWMAT AS O INNER JOIN /BIC/DZ2SDBPRIM3 AS N&lt;/P&gt;&lt;P&gt;ON O&lt;SUB&gt;/BIC/Z2CNEWMAT = N&lt;/SUB&gt;SID_Z2CNEWMAT&lt;/P&gt;&lt;P&gt;INTO (DIV, CUS).&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;shiba dutta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749619#M325055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749620#M325056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE O&lt;SUB&gt;DIVISION N&lt;/SUB&gt;SID_0CUSTOMER FROM /BIC/MZ2CNEWMAT AS O INNER JOIN /BIC/DZ2SDBPRIM3 AS N&lt;/P&gt;&lt;P&gt;ON O&lt;SUB&gt;/BIC/Z2CNEWMAT = N&lt;/SUB&gt;SID_Z2CNEWMAT&lt;/P&gt;&lt;P&gt;INTO ( DIV, CUS ).&lt;/P&gt;&lt;P&gt;Take out the space after into statement. INTO (DIV,CUS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749620#M325056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749621#M325057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT SINGLE O&lt;SUB&gt;DIVISION N&lt;/SUB&gt;SID_0CUSTOMER INTO (DIV, CUS)FROM /BIC/MZ2CNEWMAT AS O INNER JOIN /BIC/DZ2SDBPRIM3 AS N&lt;/P&gt;&lt;P&gt;ON O&lt;SUB&gt;/BIC/Z2CNEWMAT = N&lt;/SUB&gt;SID_Z2CNEWMAT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/1749621#M325057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:18:30Z</dc:date>
    </item>
  </channel>
</rss>

