<?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: Office Integration - Excel Chart - Looking for Examples in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234625#M140380</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;You can do this with 'Excel.Application' object , try to create the macro in excel according to your requirement and then get the code from excel macro with edit operation and then call same methods from ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 18:24:16 GMT</pubDate>
    <dc:creator>Laxmana_Appana_</dc:creator>
    <dc:date>2006-03-02T18:24:16Z</dc:date>
    <item>
      <title>Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234620#M140375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Office Integration (OI) classes/methods in an ABAP program.  It creates a large multi-tabbed Excel workbook with statistical data.  I need to graph the data in some of the worksheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for code examples to create a bar chart.  I think the method call GET_DOCUMENT_PROXY in the I_OI_CONTAINER_CONTROL interface has to use the 'Excel.Chart' document_type.  I am using 'Excel.Sheet' right now.  Can't find any examples or references.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Norm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 17:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234620#M140375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234621#M140376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found some stuff in R/3... like SAPRDEMOEXCELINTEGRATION.  &lt;/P&gt;&lt;P&gt;Still open for more suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 17:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234621#M140376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234622#M140377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you wanting the graph to Excel, specifically?  Or would it be OK to create it inside of SAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 17:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234622#M140377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T17:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234623#M140378</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;Check this program : GFW_PROG_BAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 18:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234623#M140378</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-03-02T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234624#M140379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, but I have to use MS Excel.  The file is going to be downloaded and emailed via SAPconnect.  The client wants an Excel format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 18:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234624#M140379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234625#M140380</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;You can do this with 'Excel.Application' object , try to create the macro in excel according to your requirement and then get the code from excel macro with edit operation and then call same methods from ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 18:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234625#M140380</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-03-02T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Office Integration - Excel Chart - Looking for Examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234626#M140381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Norman, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar requirement as your, I have created a multi-tabbed excel sheet using EXCEL.APPLICATION and need to put graphs in some excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have already implemented this kind of requirement and can provide me with some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/office-integration-excel-chart-looking-for-examples/m-p/1234626#M140381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:31:49Z</dc:date>
    </item>
  </channel>
</rss>

