<?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: Excel Output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074346#M1356010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but vik, in this case we will get the quantity and values under one column,but these should be under two columns but heading for it should be one above....so thinking of how to achieve it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2009 08:49:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-25T08:49:43Z</dc:date>
    <item>
      <title>Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074340#M1356004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a excel output which has header combined for two fields. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           month 1	&lt;/P&gt;&lt;P&gt;quantity	value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under month1 i need to have two sub headers quantity and value. I'm able to prepare the excel file till the level where each data has header. so now how to add header combined to two columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now i'm using SAP_CONVERT_TO_CSV_FORMAT and then manually inserting the header i.e quantity and value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this excel has to be sent as an attachment to external email id which i'm doing it by BCS class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to insert the header data combined to two columns.&lt;/P&gt;&lt;P&gt;can the attributes  in the class CL_ABAP_CHAR_UTILITIES will be helpful. &lt;/P&gt;&lt;P&gt;I'm using the carraige return and horizontal tab to construct the data from CSV to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074340#M1356004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T04:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074341#M1356005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create excel by using DOI technique by using this method you can manuplate your excel output as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/alvaro.tejadagalindo/blog/2009/02/05/excel-ole-and-abap--create-fancy-reports&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/204d1bb8-489d-2910-d0b5-cdddb3227820" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/204d1bb8-489d-2910-d0b5-cdddb3227820&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also find topics related to OLE in saptechnical, search by keyword OLE and you will get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074341#M1356005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T04:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074342#M1356006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheelesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLE and class gui front end services will download the excel to the path you have given, but my program will be run in background and the excel need to be sent as an attachment to the external email id.&lt;/P&gt;&lt;P&gt; So i cannot go ahead with those FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any idea if we can use them for background also, please can you tell how to use them for background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074342#M1356006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074343#M1356007</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;Are you trying to download the excel file to the presentation server using the OLE and class gui front end services  and then try to use it as a attachment and send a E-mail in background? If so am afraid its not possible. Ensure you are downloading the file to the application server and then run it in the background.&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;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 05:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074343#M1356007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T05:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074344#M1356008</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;I'm not downloading the excel and attaching the file,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm preparing the data in excel format in the internal table and using this internal table i'm sending the excel as an attachment to the email in back ground,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is related to header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merging the header  column for two columns.&lt;/P&gt;&lt;P&gt;like  under month i need two sub columns quantity and value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          month 1	&lt;/P&gt;&lt;P&gt;quantit    value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 05:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074344#M1356008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T05:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074345#M1356009</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;Well in that case you may try to have another internal table with the quantity and value columns concatenated into a single column seperated by certain amount of space using offsets and then use this internal table and merge with the header column and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 06:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074345#M1356009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T06:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074346#M1356010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but vik, in this case we will get the quantity and values under one column,but these should be under two columns but heading for it should be one above....so thinking of how to achieve it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 08:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074346#M1356010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074347#M1356011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cells can be merged using OLE concept. To suit your requirement, the two header cells for quantity and values should be merged such that the quantity and value columns appear seperately. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for a sample code as to how to merge cells using OLE concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7356343"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 09:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074347#M1356011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T09:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074348#M1356012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to do this is OLE. In background there is no gui and therefore no OLE. Pull your own conclusions now....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 09:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074348#M1356012</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-25T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074349#M1356013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 09:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-output/m-p/6074349#M1356013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T09:39:45Z</dc:date>
    </item>
  </channel>
</rss>

