<?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/9667309#M1765809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ramesh/ raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you tell me about the impact of transport request (include smartform) how much time will take this impact to show result on target system. According to My scenario impact of this transport took 15 minutes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2013 05:16:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-12T05:16:58Z</dc:date>
    <item>
      <title>SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667301#M1765801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;would you confirm me about following Syntax Error. Why I am getting this Syntax Error due to missing data on system or due to Program error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "????????????????????????????????????????" had to be&lt;/P&gt;&lt;P&gt;terminated because it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following syntax error occurred in program "Z_PP_SIR_ADDITION " in include&lt;/P&gt;&lt;P&gt;"Z_PP_SIR_ADDITION " in&lt;/P&gt;&lt;P&gt;line 264:&lt;/P&gt;&lt;P&gt;"The data object "ITAB_HEADER" has no component called "LTEXT", but the"&lt;/P&gt;&lt;P&gt;"re are the following components with similar names: "PLTXT", "TEXT1", "&lt;/P&gt;&lt;P&gt;"and "KTEXT"."&lt;/P&gt;&lt;P&gt;" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include has been created and last changed by:&lt;/P&gt;&lt;P&gt;Created by: "ABAPDEV "&lt;/P&gt;&lt;P&gt;Last changed by: "ABAPDEV "&lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "????????????????????????????????????????" had to be&lt;/P&gt;&lt;P&gt;terminated because it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 07:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667301#M1765801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-11T07:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667302#M1765802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There looks to be a problem with the program. The program is referring to an internal table field ITAB_HEADER-LTEXT. This does not exist. It is possible, if the table is declared using a structure, that the structure has changed and the field LTEXT has been removed from the structure. Change your program to refer to the correct table field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667302#M1765802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-11T14:19: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/9667303#M1765803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Data declaration part,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin of ITAB_HEADER,&lt;/P&gt;&lt;P&gt;There is no field &lt;STRONG&gt;LTEXT, Include that field and the error would vanish.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;End of ITAB_HEADER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 22:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667303#M1765803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-11T22:43: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/9667304#M1765804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple cause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LTEXT &lt;/STRONG&gt;was not in&lt;STRONG&gt; ITAB_HEADER&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include &lt;STRONG&gt;LTEXT &lt;/STRONG&gt;in&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG&gt;ITAB_HEADER&lt;/STRONG&gt; your problem solves&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types : begin of&amp;nbsp; ty_header,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;LTEXT TYPE STRING,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "include like this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end of ty_header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 02:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667304#M1765804</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-09-12T02:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667305#M1765805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashif,&lt;/P&gt;&lt;P&gt;As Mentioned Earlier there is no declaration for LTEXT in ITAB_HEADER . So try to declare that field inside ITAB_HEADER. It will solve the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Sivaganesh.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 02:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667305#M1765805</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-09-12T02:57: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/9667306#M1765806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/kashifalianjum" id="jive-4775141281107245620838"&gt;Kashif Ali Anjum&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Please check your local datatype declaration, you might not have included the field in your declaration you want to use in your prgram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; ZRWST_SCN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;Tables &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;sflight&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sflight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;carrid&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sflight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;connid&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;Data&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;it_tab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_fli &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;wa_fli&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;test3 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;100&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Will give you the&amp;nbsp; errror.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Include test3 in your declaration of ty_flight as:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sflight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;carrid&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sflight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;connid&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test3 TYPE sflight-currency,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_flight&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 03:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667306#M1765806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T03:42: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/9667307#M1765807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;The dump has the answer itself. This is because you have used a new variable LTEXT but have not declared it in ITAB_HEADER. Just declare that in the ITAB_HEADER with the data type as that of PLTXT or TEXT1. Please check line no. 264 where you have used LTEXT, SAP does not recognize it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 03:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667307#M1765807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T03:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667308#M1765808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kashif,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First read the error message carefully, the reason for the error is mentioned in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that,the Internal table &lt;STRONG&gt;'ITAB_HEADER'&lt;/STRONG&gt;&amp;nbsp; there is no field called &lt;STRONG&gt;"LTEXT"&amp;nbsp; , &lt;/STRONG&gt;but is there similar fields: "PLTXT", "TEXT1 is there&lt;STRONG&gt;. &lt;/STRONG&gt;You have to correct the fieldname in the program or declare a field in the internal table called &lt;STRONG&gt;'LTEXT'.&lt;/STRONG&gt;&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;Jeffin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 04:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667308#M1765808</guid>
      <dc:creator>former_member220538</dc:creator>
      <dc:date>2013-09-12T04:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667309#M1765809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ramesh/ raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you tell me about the impact of transport request (include smartform) how much time will take this impact to show result on target system. According to My scenario impact of this transport took 15 minutes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 05:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667309#M1765809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T05:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667310#M1765810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are getting an error because there is no field named "&lt;STRONG&gt;LTEXT&lt;/STRONG&gt;" in &lt;STRONG&gt;ITAB_HEADER.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check what data is being fetched from the field and see if there is another field that has to be used instead of &lt;STRONG&gt;LTEXT. &lt;/STRONG&gt;If found then change &lt;STRONG&gt;LTEXT &lt;/STRONG&gt;to that field.&lt;/LI&gt;&lt;LI&gt;OR Add field &lt;STRONG&gt;LTEXT &lt;/STRONG&gt;to your internal table if any data has to be stored in it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashish Rawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 05:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667310#M1765810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: SYNTAX_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667311#M1765811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the Data declaration part you have not declared &lt;STRONG&gt;LTTEXT&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Include &lt;STRONG&gt;LTEXT&lt;/STRONG&gt; in the &lt;STRONG&gt;structure&lt;/STRONG&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 05:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/9667311#M1765811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T05:59:29Z</dc:date>
    </item>
  </channel>
</rss>

