<?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: Reading Excel file for Linux Application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810128#M1681079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried just using.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Else you can look at the FM &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ALSM_EXCEL_TO_INTERNAL_TAB&lt;/SPAN&gt; to convert binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hope this helps&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 10:57:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-04T10:57:40Z</dc:date>
    <item>
      <title>Reading Excel file for Linux Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810127#M1681078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m trying to read the excel file content into internal table from my application server which is installed on Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used below statements for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN class="L0S52"&gt;open &lt;SPAN class="L0S52"&gt;DATASET &lt;/SPAN&gt;ld_file&amp;nbsp; &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INPUT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TEXT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ENCODING&amp;nbsp; &lt;/SPAN&gt;NON&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UNICODE IGNORING CONVERSION ERRORS&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN class="L0S52"&gt;read &lt;SPAN class="L0S52"&gt;DATASET &lt;/SPAN&gt;ld_file&amp;nbsp; &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;wa_string.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;wa_string is having all junk data like #############&amp;gt;#################'e#####################&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its giving me some junk data into internal table. Not the actual data.&lt;/P&gt;&lt;P&gt;Please let me know is it possible to read ms-excel data from linux application server?&lt;/P&gt;&lt;P&gt;If not, then what is the alternate to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810127#M1681078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T10:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel file for Linux Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810128#M1681079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried just using.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Else you can look at the FM &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ALSM_EXCEL_TO_INTERNAL_TAB&lt;/SPAN&gt; to convert binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Hope this helps&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810128#M1681079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel file for Linux Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810129#M1681080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it..Even though it is giving same junk values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 11:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810129#M1681080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T11:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel file for Linux Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810130#M1681081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know if you found a solution as yet.&lt;/P&gt;&lt;P&gt;But have you tried the FM &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;TEXT_CONVERT_XLS_TO_SAP&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 07:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-excel-file-for-linux-application-server/m-p/8810130#M1681081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T07:20:37Z</dc:date>
    </item>
  </channel>
</rss>

