<?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 for ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741448#M1773246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, we should not ask for points , its against the rules of SCN &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1826/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Sep 2013 02:00:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-28T02:00:00Z</dc:date>
    <item>
      <title>syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741444#M1773242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when I copy a program from a book to SE38, I got following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (1) for statement : WRITE: /, / ‘Date &amp;amp; Time Information’&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error message: field 'Date' is unknown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resolution: remove single quotation and add single quotation again in se38.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; question: why copied single quotation is not recognized by ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; (2) for statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: /, / ‘Login Information',&lt;/P&gt;&lt;P&gt;/ 'Logical SAP System: ', 30 sy-sysid,&lt;/P&gt;&lt;P&gt;/ 'Client: ', 30 sy-mandt,&lt;/P&gt;&lt;P&gt;/ 'user_name: ', 30 sy-uname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error message: literals taken up more than one line are not permitted. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; question: please tell how to fix this syntax error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 14:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741444#M1773242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741445#M1773243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you copy from an e-book, the single quotation mark may not be the actual quotation mark you get when you type ' in your editor. The abap editor does not recognise it as quotation mark, so you get the messages you are experiencing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution for 2 is exactly the same as your solution for 1. Replace all the apparent quotes with real ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the e-book, not the editor. If code is in a book, it should be copy pasteable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 18:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741445#M1773243</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-09-27T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741446#M1773244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you check single quote in &lt;EM&gt;&lt;STRONG&gt;MS word&lt;/STRONG&gt;&lt;/EM&gt; its different from &lt;EM&gt;&lt;STRONG&gt;SAP's single quote&lt;/STRONG&gt;&lt;/EM&gt;. So that's why you are getting first error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And For second just try to write all the thing in a single line and use all quote by own not copied . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 18:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741446#M1773244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741447#M1773245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 20:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741447#M1773245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T20:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741448#M1773246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, we should not ask for points , its against the rules of SCN &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1826/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 02:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741448#M1773246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-28T02:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741449#M1773247</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;&lt;/P&gt;&lt;P&gt;Single Quotation Difference - Copied from Ms Word to ABAP Editor and Direct typing in ABAP Editor looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/287952" /&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are not same, so you are getting error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 03:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741449#M1773247</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-09-28T03:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741450#M1773248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When code block or preformatted style is not used on source code snippets while writing the book, applications like MS Word tend to become &lt;A href="http://daringfireball.net/projects/smartypants/"&gt;smartypants&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The wikipedia link on various &lt;A href="http://en.wikipedia.org/wiki/Quotation_mark_glyphs"&gt;quotation marks&lt;/A&gt; would also be a good read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 17:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741450#M1773248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-28T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741451#M1773249</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Appreciate very much. but I can't assign point for you, because all buttons for 'correct answer'/'help answer' disappear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 03:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741451#M1773249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T03:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741452#M1773250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its Okay.. Your problem got resolved that is our &lt;EM&gt;positive invisible point&lt;/EM&gt;. we are happy with that &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1826/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 04:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-abap/m-p/9741452#M1773250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T04:41:51Z</dc:date>
    </item>
  </channel>
</rss>

