<?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 an EXCEL file from Application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037079#M1500174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see, there are two things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. while uploading though CG3Z, you check what format you have used.. default is set as BIN.. and other is ASCII.. ex: you find '#' at the end of lines and tabs when kept in BIN mode.. which is not the same when you upload with ASCII format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. while getting data, you can use as suggested in the above post like in BINARY MODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 02:20:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-01T02:20:16Z</dc:date>
    <item>
      <title>Read an EXCEL file from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037077#M1500172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an EXCEL file on application server.I want to upload this file.&lt;/P&gt;&lt;P&gt;I used OPEN DATASET , READ DATASET , CLOSE DATASET for this.but the data coming into internal table is containing special characters.I also used the function module "TEXT_CONVERT_TEX_TO_SAP'" to convert this raw data to proper SAP format but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I uploaded my test file on application server using transaction 'CG3Z'. Because of this I am getting this error?If yes then please suggest the correct way to place an EXCEL file to application server.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037077#M1500172</guid>
      <dc:creator>prashant_nandanikar</dc:creator>
      <dc:date>2010-05-31T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read an EXCEL file from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037078#M1500173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Probably your Excel file was stored in binary mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can use OPEN DATASET IN binary mode and store it in a xstring variable inside the system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 20:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037078#M1500173</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2010-05-31T20:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read an EXCEL file from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037079#M1500174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see, there are two things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. while uploading though CG3Z, you check what format you have used.. default is set as BIN.. and other is ASCII.. ex: you find '#' at the end of lines and tabs when kept in BIN mode.. which is not the same when you upload with ASCII format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. while getting data, you can use as suggested in the above post like in BINARY MODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 02:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037079#M1500174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T02:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read an EXCEL file from Application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037080#M1500175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OPEN DATASET &amp;lt;FILE&amp;gt; FOR INPUT IN BINARY MODE to download any binary documents such as XLS, ZIP etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also transactions CG3Y and CG3Z are not available in systems such as CRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to my article below for a sample code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://divulgesap.com/blog.php?p=MTI1" target="test_blank"&gt;http://divulgesap.com/blog.php?p=MTI1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 02:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-an-excel-file-from-application-server/m-p/7037080#M1500175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T02:34:36Z</dc:date>
    </item>
  </channel>
</rss>

