<?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 data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3056185#M723856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abapers &lt;/P&gt;&lt;P&gt;i have a query &lt;/P&gt;&lt;P&gt;while uploading data using anymethod how shd we handle the special &lt;/P&gt;&lt;P&gt;characters which r in the flat file.&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 18:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T18:06:52Z</dc:date>
    <item>
      <title>data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3056185#M723856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abapers &lt;/P&gt;&lt;P&gt;i have a query &lt;/P&gt;&lt;P&gt;while uploading data using anymethod how shd we handle the special &lt;/P&gt;&lt;P&gt;characters which r in the flat file.&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3056185#M723856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T18:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3056186#M723857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rao,&lt;/P&gt;&lt;P&gt;while uploading data using GUI_UPLOAD&lt;/P&gt;&lt;P&gt;_UPLOAD FM is having import parameter CODEPAGE.Whose functinality is to take care of such special character.&lt;/P&gt;&lt;P&gt;Include which is called for READ DATA step, you can very wel find out that the codepage is not suitable for your Portuguese language.&lt;/P&gt;&lt;P&gt;Do one thing write an BDC...Call GUI_UPLOAD FM and then Pass CODEPAGE number.&lt;/P&gt;&lt;P&gt;codepage number you will get from tcp00 table.&lt;/P&gt;&lt;P&gt;here is example to take care of special Japanese character:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = l_ws_path&lt;/P&gt;&lt;P&gt;filetype = 'ASC'&lt;/P&gt;&lt;P&gt;has_field_separator = '#'&lt;/P&gt;&lt;P&gt;codepage = '6300'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = i_aenr&lt;/P&gt;&lt;P&gt;EXCEPTIONS&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;P&gt;&lt;/P&gt;&lt;P&gt;i think it will helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward is usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 07:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3056186#M723857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T07:25:33Z</dc:date>
    </item>
  </channel>
</rss>

