<?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: Cannot interpret data in file  this error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895094#M1791833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a stupid question，because my colleague just use the different program, which the upload template is different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2013 02:50:49 GMT</pubDate>
    <dc:creator>former_member189009</dc:creator>
    <dc:date>2013-11-01T02:50:49Z</dc:date>
    <item>
      <title>Cannot interpret data in file  this error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895092#M1791831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i use this FM to upload a txt,it occur this error:&amp;nbsp;&amp;nbsp;&amp;nbsp; Cannot interpret data in file &lt;/P&gt;&lt;P&gt;but the most strange is when i use my colleague computer to tun this program with the same txt document, it have no error.&lt;/P&gt;&lt;P&gt;so why this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the FM like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'WS_UPLOAD'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; CODEPAGE&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;a_file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DAT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_tab&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;itab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895092#M1791831</guid>
      <dc:creator>former_member189009</dc:creator>
      <dc:date>2013-10-31T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot interpret data in file  this error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895093#M1791832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS_UPLOAD is an obsolete function module which is used in versions before ECC 5.0.&lt;/P&gt;&lt;P&gt;It is replaced with function module GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you passing the file name (a_file) manually or it is hard coded in program ?&lt;/P&gt;&lt;P&gt;You might have been using a variant in which file name had path related to your colleague.&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;Gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895093#M1791832</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2013-10-31T07:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot interpret data in file  this error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895094#M1791833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a stupid question，because my colleague just use the different program, which the upload template is different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 02:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895094#M1791833</guid>
      <dc:creator>former_member189009</dc:creator>
      <dc:date>2013-11-01T02:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot interpret data in file  this error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895095#M1791834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhang, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether the problem with your program is resolved or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Nivash S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 03:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895095#M1791834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-01T03:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot interpret data in file  this error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895096#M1791835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is resolved,thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 04:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-interpret-data-in-file-this-error/m-p/9895096#M1791835</guid>
      <dc:creator>former_member189009</dc:creator>
      <dc:date>2013-11-01T04:26:12Z</dc:date>
    </item>
  </channel>
</rss>

