<?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 Problem with gui_download in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559784#M1658969</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;in my gui_download function I'm passing the 'ASC' value to the parameter filetype but, once I go to the txt file downladed and I try to save it as a csv file I realise that it's of type UTF-8 and not an ASCII type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me why the file downloaded isn't of type ASCII?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 14:33:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-24T14:33:30Z</dc:date>
    <item>
      <title>Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559784#M1658969</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;in my gui_download function I'm passing the 'ASC' value to the parameter filetype but, once I go to the txt file downladed and I try to save it as a csv file I realise that it's of type UTF-8 and not an ASCII type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me why the file downloaded isn't of type ASCII?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559784#M1658969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-24T14:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559785#M1658970</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;In  GUI_DOWNLOAD for CSV file you have to use set 'write_file_separator'&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;Sanjay Gogikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559785#M1658970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-24T14:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559786#M1658971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've the following:&lt;/P&gt;&lt;P&gt;  write_file_separator = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559786#M1658971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-24T14:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559787#M1658972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First-things-first, the param WRITE_FIELD_SEPARATOR does not influence the file encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check what is the encoding option maintained in the SAPGUI (Logon Pad -&amp;gt; System ID -&amp;gt; Change Item -&amp;gt; Code Page)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 15:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559787#M1658972</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-01-24T15:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559788#M1658973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by default - ANSI for UNICODE systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 16:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559788#M1658973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-24T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559789#M1658974</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;&lt;STRONG&gt;To save .txt file in .csv format.&lt;/STRONG&gt;  Follow the below mentioned ways , Hope will help you to solve .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) There are different ways in creating a CSV file. The RIGHT way is to use the function &lt;STRONG&gt;SAP_CONVERT_TO_CSV_FORMAT&lt;/STRONG&gt;. You can just go through the FM. To complete, for every convert fuction there is an equal and opposite convert function,  TEXT_CONVERT_CSV_TO_SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use this [LINK|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1918265"&gt;&lt;/A&gt;; as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saravanasap on Jan 27, 2012 5:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 04:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559789#M1658974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-27T04:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559790#M1658975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto sap logon pad&lt;DEL&gt;&amp;gt; particular system id&lt;/DEL&gt;&amp;gt; Properties&lt;DEL&gt;&amp;gt; under code page tab&lt;/DEL&gt;&amp;gt; Encoding type--&amp;gt; set or change to "Default-ANSI for Unicode system"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look on the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link:[Link|http://www.sapdev.co.uk/file/file_updownpop.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 09:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559790#M1658975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-27T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559791#M1658976</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;You can use parameter codepage tofor it. In case of UTF-8 you can use 4102 or 4103 depending on operation system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 11:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-gui-download/m-p/8559791#M1658976</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2012-01-27T11:02:16Z</dc:date>
    </item>
  </channel>
</rss>

