<?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: Transfer excel to application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559751#M1658954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once your file is on presentation server then you can use ARCHIVFILE_CLIENT_TO_SERVER to upload it to application server and delete the file on presentation server, or you may check with the business if they are ok with a csv file then upload it to application server directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2012 12:22:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-28T12:22:11Z</dc:date>
    <item>
      <title>Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559750#M1658953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using OLE application to create an excel sheet as per client requirements. But the method 'SaveAs' can only save the sheet on presentation layer. I need to save this excel sheet to application server. If I give a Presentation layer path the excel sheet gets successfully saved. but I am not able to save it on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am avoiding OPEN DATASET as this does not store data excel format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sulabh Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 10:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559750#M1658953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559751#M1658954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once your file is on presentation server then you can use ARCHIVFILE_CLIENT_TO_SERVER to upload it to application server and delete the file on presentation server, or you may check with the business if they are ok with a csv file then upload it to application server directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 12:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559751#M1658954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559752#M1658955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;     can u provide me some code to do that..&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sulabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 12:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559752#M1658955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559753#M1658956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARCHIVFILE_CLIENT_TO_SERVER is a simple fm just pass source path n target path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for csv files you can use open dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 12:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559753#M1658956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559754#M1658957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kartik,&lt;/P&gt;&lt;P&gt;               in the function module I have passed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in path:             C:\1.xlsx&lt;/P&gt;&lt;P&gt;in target path:  /usr/sap/DEV/SYS/global/1.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i execute it. system is giving me error that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in opening file /USR/SAP/DEV/SYS/GLOBAL/1.XLSX for writing (No such file or directory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i check in al11 the directory /USR/SAP/DEV/SYS/GLOBAL is available on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me for the same.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sulabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 12:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559754#M1658957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T12:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer excel to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559755#M1658958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try this: EPS_FTP_PUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm not on sap right now so cant validate now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 13:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-excel-to-application-server/m-p/8559755#M1658958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-28T13:16:44Z</dc:date>
    </item>
  </channel>
</rss>

