<?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: Ole2_Object - Free Object excel doesn't terminate excel process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281358#M1388329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer, however it didn't help me.&lt;/P&gt;&lt;P&gt;I tried using the cl_gui_cfw=&amp;gt;flush after the creation of my excel file but the process still stand's pending on my pc and the method doesn't return any error code.&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;Diana Pinto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 10:34:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-02T10:34:45Z</dc:date>
    <item>
      <title>Ole2_Object - Free Object excel doesn't terminate excel process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281356#M1388327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a program that creates an excel file in my pc. I'm using de FREE OBJECT for all ole2_object's that i use and the file is being created properly. However, when i check the existing processes in my task manager there is an EXCEL process refering to the file created by my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help to find a way to terminate this process from my program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a part of my program were i save my file and clear the created objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  CALL METHOD OF workbook 'SaveAs'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;    #1 = v_filepath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD OF workbook 'Close'.&lt;/P&gt;&lt;P&gt;  CALL METHOD OF excel_object 'Quit'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FREE OBJECT: excel_object, workbook_list, application,&lt;/P&gt;&lt;P&gt;                          sheet, workbook, border.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advanced.&lt;/P&gt;&lt;P&gt;Diana Pinto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 11:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281356#M1388327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ole2_Object - Free Object excel doesn't terminate excel process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281357#M1388328</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;Try using CL_GUI_CFW=&amp;gt;flush.&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;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 09:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281357#M1388328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ole2_Object - Free Object excel doesn't terminate excel process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281358#M1388329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer, however it didn't help me.&lt;/P&gt;&lt;P&gt;I tried using the cl_gui_cfw=&amp;gt;flush after the creation of my excel file but the process still stand's pending on my pc and the method doesn't return any error code.&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;Diana Pinto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 10:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ole2-object-free-object-excel-doesn-t-terminate-excel-process/m-p/6281358#M1388329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T10:34:45Z</dc:date>
    </item>
  </channel>
</rss>

