<?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: Down loading an Excel file on Application to presentation server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200837#M762865</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;Use tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CG3Z to transfer file from application to presentation server and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CG3Y to transfer file from presentation to application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 12:49:36 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-12-26T12:49:36Z</dc:date>
    <item>
      <title>Down loading an Excel file on Application to presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200836#M762864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Friends I know that the cg3y is the transaction code used to transfer file from application to presentation server. &lt;/P&gt;&lt;P&gt;  I need a Function module which does the same process.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 12:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200836#M762864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Down loading an Excel file on Application to presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200837#M762865</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;Use tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CG3Z to transfer file from application to presentation server and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CG3Y to transfer file from presentation to application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 12:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200837#M762865</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-26T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Down loading an Excel file on Application to presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200838#M762866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashanth,&lt;/P&gt;&lt;P&gt;        Thank you, but I need a Function module which does the same task as that of CG3Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200838#M762866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Down loading an Excel file on Application to presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200839#M762867</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;i think it can help u a little bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the dataset in read mode,i mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FNAME = 'C:\TEST1.TXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;this can be used for downloading the data from application server to presentation layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;reward if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 04:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-loading-an-excel-file-on-application-to-presentation-server/m-p/3200839#M762867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T04:35:49Z</dc:date>
    </item>
  </channel>
</rss>

