<?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: Read excel file through Citrix in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702586#M1578132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on F4 to select the file, it is showing is Citrix server presesntation server.And I have to select file from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate where to give &lt;BR /&gt;client\c$.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 15:14:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-22T15:14:57Z</dc:date>
    <item>
      <title>Read excel file through Citrix</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702584#M1578130</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 am trying to read an excel file from desktop .SAP is connected through Citrix.Excel file is not being read and getting exception as 'UPLOAD_OLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in resolving the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 13:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702584#M1578130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file through Citrix</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702585#M1578131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate the string &lt;BR /&gt;client\c$ before your file path. Then you should be able to read your presentation server file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 13:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702585#M1578131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file through Citrix</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702586#M1578132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on F4 to select the file, it is showing is Citrix server presesntation server.And I have to select file from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate where to give &lt;BR /&gt;client\c$.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702586#M1578132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file through Citrix</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702587#M1578133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the FM/ Class method you are using for the F4 help there will be a parameter where you can pass default folder. Say you want to pass default folder as D:\Temp, then concatenate the string previously mentioned with D:\Temp. And pass this concatenated string to the FM/Class method. Now it should access your citrix client presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even for the download/upload option, based on the path you choose concatenate the string mentioned to your final path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 16:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-file-through-citrix/m-p/7702587#M1578133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T16:24:27Z</dc:date>
    </item>
  </channel>
</rss>

