<?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 Query download problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942982#M1334895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we developed a query to download somedata, for the query output format we choose option FILE STORE instead of ABAP LIST or List viewrs..... all the data is downloading properly but the problem is when the download data have some chinese chracters it is displaying as ####### instead of downloading chinese chracters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our system is unicode, when we check with ABAP List option there have chinese chracters in output list, only problem is downloading to ecxel or text file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any idea abt this pls let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sksk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2009 05:32:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-13T05:32:10Z</dc:date>
    <item>
      <title>Query download problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942982#M1334895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we developed a query to download somedata, for the query output format we choose option FILE STORE instead of ABAP LIST or List viewrs..... all the data is downloading properly but the problem is when the download data have some chinese chracters it is displaying as ####### instead of downloading chinese chracters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our system is unicode, when we check with ABAP List option there have chinese chracters in output list, only problem is downloading to ecxel or text file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any idea abt this pls let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sksk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 05:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942982#M1334895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query download problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942983#M1334896</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;Even though your system is UNICODE enabled, the addition you have used at OPEN DATASET might be different.&lt;/P&gt;&lt;P&gt;ENCODING DEFAULT / UTF - 8 / NO CONVERSION ERRORS are possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, you need to check the code page available for this chineese character set, and use the addition for which this code page is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 06:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942983#M1334896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query download problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942984#M1334897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for reply, can u explain a little more means how to find this code pages or where we need to add these pages... etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sksk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 06:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942984#M1334897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query download problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942985#M1334898</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;This will be done by the BASIS people. Exactly the people those who are working and looking after the printer settings, UNIX file administrator etc.. can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mean time, by modifying the addition used for the stement OPEN DATASET, you can try.&lt;/P&gt;&lt;P&gt;I hope they may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 06:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942985#M1334898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T06:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query download problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942986#M1334899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 09:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-download-problem/m-p/5942986#M1334899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T09:50:27Z</dc:date>
    </item>
  </channel>
</rss>

