<?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/5068290#M1177611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using LSMW I go to convert and I get this error. Can anyone tell me how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax error occurred in program /1CADMC/SAP_LSMW_CONV_00000022&lt;/P&gt;&lt;P&gt;For typw "C" a maximum length specification of 65535 is allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2009 17:17:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-30T17:17:52Z</dc:date>
    <item>
      <title>Syntax Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068290#M1177611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using LSMW I go to convert and I get this error. Can anyone tell me how to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax error occurred in program /1CADMC/SAP_LSMW_CONV_00000022&lt;/P&gt;&lt;P&gt;For typw "C" a maximum length specification of 65535 is allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068290#M1177611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068291#M1177612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wayne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you are using the type &lt;STRONG&gt;C&lt;/STRONG&gt;  for a variable which is not able to handling the data.&lt;/P&gt;&lt;P&gt;so instead you can use the type &lt;STRONG&gt;STRING&lt;/STRONG&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>Fri, 30 Jan 2009 17:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068291#M1177612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T17:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068292#M1177613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you specify a field which has a length of more than 65535 when creating your input structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 17:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068292#M1177613</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-01-30T17:21: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/5068293#M1177614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wayne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is in your mapping (step 5 of LSMW).&lt;/P&gt;&lt;P&gt;I guess you are assigning a larger value to a char type variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the convert step or do a syntax check (in the step5 of LSMW) it will take you to ABAP editor. Do a syntax check again and it will point the error location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not help, please elaborate your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mubeen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 20:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068293#M1177614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T20:00: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/5068294#M1177615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wayne, did you ever manage to get a solution to this?  I am having a similar issue with a LSMW and get the error &lt;STRONG&gt;"Syntax error in program "/1CADMC/SAP_LSMW_CONV_00000008" "The field "WA_ERRCAT" is unknown, but there is a field with the similar name "PT_ERRCAT". "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked all my field sizes and even gone into debug mode, gone to the source code and done a syntax check, which came back with no sytax errors.  Any help/guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 07:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068294#M1177615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T07:38: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/5068295#M1177616</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;I am getting a similar error through SAP Best Practises LSMW which says:--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The current ABAP program "/SAPDMC/SAPLLSMW_OBJ_070" had to be terminated&lt;/P&gt;&lt;P&gt;   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;  The following syntax error occurred in program "/1CADMC/SAP_LSMW_CONV_00000022&lt;/P&gt;&lt;P&gt;   " in include "/1CADMC/SAP_LSMW_CONV_00000022 " in&lt;/P&gt;&lt;P&gt;  line 247:&lt;/P&gt;&lt;P&gt;  "The data object "INP_STRUCT_01" does not have a component called "AMT_"&lt;/P&gt;&lt;P&gt;  "TC"."&lt;/P&gt;&lt;P&gt;  " "&lt;/P&gt;&lt;P&gt;  " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please advice how did you manage to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 11:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068295#M1177616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068296#M1177617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either create a component AMT_TC in INP_STRUCT_01 or remove that column from your input file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 11:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error/m-p/5068296#M1177617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T11:52:15Z</dc:date>
    </item>
  </channel>
</rss>

