<?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: OLE performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041439#M86627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Number of Records can be quite large and even in minimal runs the Excel can have around 1000 Row with 18 columns in one Worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is passing the Values Cell by Cell to the EXCEL the only way of passing the Internal Table contents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also need a help I want to Autofit my Columns. I recoded the Excel MAcro and went to the VBA editor..The Code is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION.ENTIRECOLUMN.AUTOFIT -- I think It is only an attribute . But CAn we assign any Value( that will force it to autofit). I tried using SET PROPERTY of &amp;lt;ENTRIRECOLUMN&amp;gt; &amp;lt;AUTOFIT&amp;gt; and tried to pass a Value. It doesnt work and the Sy-subrc NE 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide on this Autofit issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;P&gt;Arunava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2005 14:44:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-19T14:44:41Z</dc:date>
    <item>
      <title>OLE performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041435#M86623</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;In one of my programs I have used OLE automation to donwload the contents into an EXCEL File.The Program as well as the File is getting downloaded properly. BUt the only issue that is coming is that OLE is taking a lot of time and the performance has reduced. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my requiremnt I have all the contents in an Internal Table.And I am passing the Values Cell by Cell to the Excel. Is there any way I can directly pass the Table or the Lines. Or can anyone suggest any other way of increasing the Performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;Arunava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041435#M86623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: OLE performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041436#M86624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you try using the GUI_DOWNLOAD function module or the GUI_DOWNLOAD method of the class CL_GUI_FRONTEND_SERVICES?   Behind the scenes, these probably do OLE anyway, but may be faster.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041436#M86624</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-19T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: OLE performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041437#M86625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think GUI_DOWNLOAD is not an ideal FM to meet my requirement. Because &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I need Colours&lt;/P&gt;&lt;P&gt;2. There are some Cells having Numbers and they can have leading Zero Which can be done in EXCEL only when the Format is TEXT.And I dont think we can specify the Format of the File in GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Arunava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041437#M86625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T13:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: OLE performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041438#M86626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you are right.  You can only do these manipulations with OLE.  I really don't think that there is anything that you can do to speed it up.  Sorry.   How many records are we talking about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041438#M86626</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-19T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: OLE performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041439#M86627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Number of Records can be quite large and even in minimal runs the Excel can have around 1000 Row with 18 columns in one Worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is passing the Values Cell by Cell to the EXCEL the only way of passing the Internal Table contents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also need a help I want to Autofit my Columns. I recoded the Excel MAcro and went to the VBA editor..The Code is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION.ENTIRECOLUMN.AUTOFIT -- I think It is only an attribute . But CAn we assign any Value( that will force it to autofit). I tried using SET PROPERTY of &amp;lt;ENTRIRECOLUMN&amp;gt; &amp;lt;AUTOFIT&amp;gt; and tried to pass a Value. It doesnt work and the Sy-subrc NE 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide on this Autofit issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;P&gt;Arunava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole-performance-issue/m-p/1041439#M86627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T14:44:41Z</dc:date>
    </item>
  </channel>
</rss>

