<?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: Error woth syntax-check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945690#M1153367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just press F1 on &lt;STRONG&gt;SYNTAX-CHECK&lt;/STRONG&gt; and see the syntax. Error is there only. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You have to mention atleast one addition given in documentation.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 06:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-19T06:47:57Z</dc:date>
    <item>
      <title>Error woth syntax-check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945688#M1153365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;I am writing a program to demonstrate example of syntax-check.&lt;/P&gt;&lt;P&gt;This is my code &lt;/P&gt;&lt;P&gt;DATA: itab TYPE STANDARD TABLE OF string,&lt;/P&gt;&lt;P&gt;         f(240),&lt;/P&gt;&lt;P&gt;         g TYPE I,&lt;/P&gt;&lt;P&gt;         h(72),&lt;/P&gt;&lt;P&gt;         X(30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND 'HELLO WORLD.' TO ITAB.&lt;/P&gt;&lt;P&gt;SYNTAX-CHECK FOR itab MESSAGE f LINE g WORD h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 4.&lt;/P&gt;&lt;P&gt;  MESSAGE I001.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even though itab has the correct value HELLO WORLD.&lt;/P&gt;&lt;P&gt;Still sy-subrc is becoming 4 and giving error 'The last statement is not complete (period missing).'&lt;/P&gt;&lt;P&gt;I am not able to understand where the error is.Is there any example of syntax-check which I can refer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 06:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945688#M1153365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error woth syntax-check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945689#M1153366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: itab TYPE STANDARD TABLE OF string,
f(240),
g TYPE I,
h(72),
X(30).

APPEND 'HELLO WORLD' TO ITAB.  " Removed DOT from here..
SYNTAX-CHECK FOR itab MESSAGE f LINE g WORD h.

IF sy-subrc = 4.
MESSAGE I001.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 06:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945689#M1153366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T06:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error woth syntax-check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945690#M1153367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just press F1 on &lt;STRONG&gt;SYNTAX-CHECK&lt;/STRONG&gt; and see the syntax. Error is there only. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You have to mention atleast one addition given in documentation.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 06:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-woth-syntax-check/m-p/4945690#M1153367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T06:47:57Z</dc:date>
    </item>
  </channel>
</rss>

