<?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: LSMW Error When Uploading file (Return Code = 7) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316685#M1636959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this note explains a bit more:&lt;/P&gt;&lt;P&gt; Note 1066952 - Working with legacy data files in LSMW (Unicode, BOM, FTP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 14:51:57 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2011-11-15T14:51:57Z</dc:date>
    <item>
      <title>LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316680#M1636954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this message in step 9 'Read Data'. I've checked everything about file i'm doing as always. The fle is not open during the steps and file format is Text (tab delimited). Could you please tell me what is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 07:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316680#M1636954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T07:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316681#M1636955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RC 7 = unknown error &lt;/P&gt;&lt;P&gt;you can just be sure that it is not one of the other listed errors:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file_open_error               = 1&lt;/P&gt;&lt;P&gt;file_read_error               = 2&lt;/P&gt;&lt;P&gt;no_batch                      = 3&lt;/P&gt;&lt;P&gt;gui_refuse_filetransfer       = 4&lt;/P&gt;&lt;P&gt;invalid_type                  = 5&lt;/P&gt;&lt;P&gt;no_authority                  = 6&lt;/P&gt;&lt;P&gt;unknown_error                 = 7&lt;/P&gt;&lt;P&gt;bad_data_format               = 8&lt;/P&gt;&lt;P&gt;header_not_allowed            = 9&lt;/P&gt;&lt;P&gt;separator_not_allowed         = 10&lt;/P&gt;&lt;P&gt;header_too_long               = 11&lt;/P&gt;&lt;P&gt;unknown_dp_error              = 12&lt;/P&gt;&lt;P&gt;access_denied                 = 13&lt;/P&gt;&lt;P&gt;dp_out_of_memory              = 14&lt;/P&gt;&lt;P&gt;disk_full                     = 15&lt;/P&gt;&lt;P&gt;dp_timeout                    = 16&lt;/P&gt;&lt;P&gt;OTHERS                        = 17&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may have to debug the read program. Click personal menu, then activate the box in from of display read program.&lt;/P&gt;&lt;P&gt;you get a new step 9, which gives you the source for the read program. there you can set breakpints for the debugger, which will start when you execute the read step (which is then step 10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 08:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316681#M1636955</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-11-15T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316682#M1636956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i debugged the program and the file seems empty but it's not. I've tried the same file in a different system and it works. The error i get from the system is EHP4 FOR SAP ERP 6.0 / NW7.01  - Unicode system: Yes. And the system which i didn't get any error is  SAP R/3 Enterprise - Unicode system: No. I think the problem is because of the system. What must i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 13:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316682#M1636956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T13:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316683#M1636957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;had you imported the LSMW project from a non-unicode system to a unicode system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how had you prepared your source file. In Excel I save as Unicode text to avoid any problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316683#M1636957</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-11-15T14:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316684#M1636958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i tried everything and also save as the file unicode text but it doesn't works either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316684#M1636958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316685#M1636959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this note explains a bit more:&lt;/P&gt;&lt;P&gt; Note 1066952 - Working with legacy data files in LSMW (Unicode, BOM, FTP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316685#M1636959</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-11-15T14:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316686#M1636960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jürgen but still not solved:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316686#M1636960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Error When Uploading file (Return Code = 7)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316687#M1636961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;had you imported/transported  the LSMW project from a non-unicode system to a unicode system?&lt;/P&gt;&lt;P&gt;or is this LSMW project and old project and you had meanwhile a upgrade to the new SAP release?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 15:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-error-when-uploading-file-return-code-7/m-p/8316687#M1636961</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-11-16T15:35:33Z</dc:date>
    </item>
  </channel>
</rss>

