<?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 Upload File on Application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163885#M995445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone give me the TCode for upload Excel file from Presentation Server to Appication Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with 'CG3Z'; but, some garbage values gets uploaded due to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to upload Tab delimited file instead of Excel, it uploads correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, cann't we upload Excel directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. waiting for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 14:57:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T14:57:07Z</dc:date>
    <item>
      <title>Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163885#M995445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone give me the TCode for upload Excel file from Presentation Server to Appication Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with 'CG3Z'; but, some garbage values gets uploaded due to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to upload Tab delimited file instead of Excel, it uploads correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, cann't we upload Excel directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. waiting for ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 14:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163885#M995445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T14:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163886#M995446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can see some # 's isn't it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload some commad delimited or Tab delimited file &lt;/P&gt;&lt;P&gt;Save the excel file as Tab delimited or Comma delimited file(CSV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and upload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 15:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163886#M995446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163887#M995447</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 is because the conversion to excel cannot be done when you store in the application server. So the only way you can store an excel file is by storing the file in the application server as a BIN file and not ASC file through CG3Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for this is there is no application in the app server which can convert the OLE format to internal table. This will cause the program to dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 15:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163887#M995447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163888#M995448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for the better performance use the &lt;STRONG&gt;open dataset for output&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 15:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163888#M995448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163889#M995449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try function module ARCHIVFILE_CLIENT_TO_SERVER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 16:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163889#M995449</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-07-23T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163890#M995450</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;Save the excel file as Tab delimited, and use the FM: GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_file like rlgrap-filename value '/usr/sap/tmp/file.txt'.&lt;/P&gt;&lt;P&gt;DATA: begin of it_datatab occurs 0,&lt;/P&gt;&lt;P&gt;  row(500) type c,&lt;/P&gt;&lt;P&gt; end of it_datatab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            filename        = i_file&lt;/P&gt;&lt;P&gt;            filetype        = 'ASC'&lt;/P&gt;&lt;P&gt;            has_field_separator           = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            data_tab        = it_datatab  "ITBL_IN_RECORD[]&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            file_open_error = 1&lt;/P&gt;&lt;P&gt;            OTHERS          = 2.&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;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 21:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163890#M995450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163891#M995451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all ur replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have saved the Excel as TAB delimited file and uploaed on Appl. Service using standard Transaction 'CG3Z'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sO, my problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot agaian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 06:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163891#M995451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T06:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163892#M995452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment already posted recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 06:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163892#M995452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File on Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163893#M995453</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 tried the T Code CG3Z but it says that T Code does not exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i do??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 05:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file-on-application-server/m-p/4163893#M995453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-25T05:02:52Z</dc:date>
    </item>
  </channel>
</rss>

