<?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: spreadsheet containing all 4 alvs using oops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344621#M1837565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement can be fulfilled by moving data to 4 sheets in the Excel workbook.&lt;/P&gt;&lt;P&gt;This can be done using the OLE method or the XML method.&lt;/P&gt;&lt;P&gt;My view is you can go for the XML method as this is faster than the OLE method when bulk data is downloaded and also you have additional options of using it in the background if required along with the formatting options while downloading to Excel which attracts the users &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AyyamPerumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 07:33:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-05T07:33:03Z</dc:date>
    <item>
      <title>spreadsheet containing all 4 alvs using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344618#M1837562</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 help .&lt;/P&gt;&lt;P&gt;i need to download all 4 alvs in one spreadsheet .&lt;/P&gt;&lt;P&gt;i have created 4 alvs using oops using one container splitted into 4 using splitter.&lt;/P&gt;&lt;P&gt;Each splitter has its own spreadsheet option but user wants one spreadsheet option at the toolbar &lt;/P&gt;&lt;P&gt;through which one can download all the 4 alvs.&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344618#M1837562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet containing all 4 alvs using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344619#M1837563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I believe is, you will be able to download the contants of all the 4 ALVs to a single spreadsheet using the OLE method. Using this, you will be able to download the values of each ALV to separate sheet of a single spreadsheet. Please have a look into these threads:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Downloading+internal+tables+to+Excel?original_fqdn=wiki.sdn.sap.com" title="http://wiki.scn.sap.com/wiki/display/ABAP/Downloading+internal+tables+to+Excel?original_fqdn=wiki.sdn.sap.com"&gt;Downloading internal tables to Excel - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/abap2xlsx?original_fqdn=wiki.sdn.sap.com" title="http://wiki.scn.sap.com/wiki/display/ABAP/abap2xlsx?original_fqdn=wiki.sdn.sap.com"&gt;abap2xlsx - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344619#M1837563</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2014-06-05T06:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet containing all 4 alvs using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344620#M1837564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just sharing a thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this you cannt use standard excel download option so write logic to download the all ALVs data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Create one button in PF status &lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Write excel download&amp;nbsp; logic in PAI. Use CL_GUI_FRONTEND_SERVICE=&amp;gt;GUI_DOWNLOAD to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; download ALVs data (final internal table of each) to different excel.&lt;/P&gt;&lt;P&gt;3. It also possible to download 4 ALVs data into different worksheet of same excel using&amp;nbsp;&amp;nbsp;&amp;nbsp; OLE automation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search in SCN regarding OLE automation for more details&lt;/P&gt;&lt;P&gt;One of the thread i found in SCN&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="922668" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Download Data to multiple Excel Sheets" modifiedtitle="true" style="color: #2989c5;" title="Download Data to multiple Excel Sheets"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344620#M1837564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet containing all 4 alvs using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344621#M1837565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement can be fulfilled by moving data to 4 sheets in the Excel workbook.&lt;/P&gt;&lt;P&gt;This can be done using the OLE method or the XML method.&lt;/P&gt;&lt;P&gt;My view is you can go for the XML method as this is faster than the OLE method when bulk data is downloaded and also you have additional options of using it in the background if required along with the formatting options while downloading to Excel which attracts the users &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AyyamPerumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spreadsheet-containing-all-4-alvs-using-oops/m-p/10344621#M1837565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-05T07:33:03Z</dc:date>
    </item>
  </channel>
</rss>

