<?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: Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773948#M1677579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for response. I am already doing this. Downloading on to presentation and then read that excel back. But requirement is that program is supposed to run in background and hence I should read content and w/o downloading on presentation I should be able to interpret content and use them for further processing. &lt;/P&gt;&lt;P&gt;Let me know if there is any way to convert Binary table into readable format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2012 19:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-13T19:21:07Z</dc:date>
    <item>
      <title>Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773946#M1677577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ARCHIVOBJECT_GET_TABLE to read archive file and in return it gives content in internal table.&lt;/P&gt;&lt;P&gt;Binary table format is RAW 1024 and not able to read file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read XLS file's content and process further logic. &lt;/P&gt;&lt;P&gt;MOreover running in background so GUI_DOWNLOAD and other options are not recommended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 14:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773946#M1677577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-13T14:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773947#M1677578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this module and retrieve my archived object into a binary table described like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LT_BINTAB type table of tbl1024.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use one of the SCMS* Function modules to convert to text, if I need. But once you have that .XLS file retrieved from the archive, you still need to get the XLS into something that you can use in SAP.&amp;nbsp;&amp;nbsp;&amp;nbsp; One thing I might consider is grabbing the binary table, then download it into a SAP GUI work folder with the .xls extension, then use FM &lt;SPAN class="L0S33"&gt;'ALSM_EXCEL_TO_INTERNAL_TABLE' to read it into a table that I can use in SAP.&amp;nbsp; Your user doesn't have to know that you downloaded, since you can find the workdir with a method of CL_GUI_FRONTEND_SERVICES.&amp;nbsp; There are probably other ways, but if it is actually an .XLS file, you will need a conversion to a file or internal table that you can process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 15:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773947#M1677578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-13T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773948#M1677579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for response. I am already doing this. Downloading on to presentation and then read that excel back. But requirement is that program is supposed to run in background and hence I should read content and w/o downloading on presentation I should be able to interpret content and use them for further processing. &lt;/P&gt;&lt;P&gt;Let me know if there is any way to convert Binary table into readable format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 19:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773948#M1677579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-13T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773949#M1677580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing worked out. &lt;/P&gt;&lt;P&gt;Finally we decided to change XLS file into CSV and then read it. &lt;/P&gt;&lt;P&gt;I can read CSV files properly. We shall ask out vendors to send CSV file instead of XLS and continue with interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Closing this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 16:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773949#M1677580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem reading Binary output file from ARCHIVOBJECT_GET_TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773950#M1677581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;condensed, tab-delimited (.txt) would be a much better choice!&amp;nbsp; I would absolutely avoid .csv, due to all the work needed to remove those quotes, and if something comes in with a comma in the field without quotes, you read is fouled up, not good to have a delimiter that is very likely to appear in text fields such as names, addresses, texts, descriptions, etc.&amp;nbsp; With tab-delimited you can rely upon split &amp;lt;input data row&amp;gt; at tab_character into f1....fn...it's so much simpler and cleaner to work with, IMHO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 17:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-reading-binary-output-file-from-archivobject-get-table/m-p/8773950#M1677581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T17:22:16Z</dc:date>
    </item>
  </channel>
</rss>

