<?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: download/upload Unicode data into database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339055#M1539202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're simply updating data in a different client there's no need to upload or download. You can insert directly with CLIENT SPECIFIED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 21:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-02T21:19:56Z</dc:date>
    <item>
      <title>download/upload Unicode data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339054#M1539201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have reqirement to download data from a series of tables that has unicode data (tables have fields in decimal format, number) and then upload the same in a different client.  I have this code tha works fine for non uncoide compatibility. I have just pasted the download option.  Unable to download data from a table that has decimal fields. I have to take this apporach because I have a huge list of tables  that I need to download in one shot and upload the data in one shot instead of taking each table at once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts of doing this a different way? Please advise. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:v_tabname like dd02l-tabname,&lt;/P&gt;&lt;P&gt;Data: begin of i_list occurs 0,&lt;/P&gt;&lt;P&gt;      i_tabledata(2550) type c,&lt;/P&gt;&lt;P&gt;     end of i_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of i_final1 occurs 0,&lt;/P&gt;&lt;P&gt;       record_num(4) type n,&lt;/P&gt;&lt;P&gt;       table_name(20) type c,&lt;/P&gt;&lt;P&gt;       i_tabledata(2550) type c,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 21:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339054#M1539201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T21:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: download/upload Unicode data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339055#M1539202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're simply updating data in a different client there's no need to upload or download. You can insert directly with CLIENT SPECIFIED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 21:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339055#M1539202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T21:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: download/upload Unicode data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339056#M1539203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand your point of view. It isa different client box altogether. Can you elaborate? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 21:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339056#M1539203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: download/upload Unicode data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339057#M1539204</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;see INSERT keyword documentation and in particular CLIENT SPECIFIED suffix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 23:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339057#M1539204</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2010-11-02T23:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: download/upload Unicode data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339058#M1539205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 15:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-upload-unicode-data-into-database-table/m-p/7339058#M1539205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T15:03:10Z</dc:date>
    </item>
  </channel>
</rss>

