<?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 Excel problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811325#M1468998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I click on Microsoft Excel in ALV report output, its opening excel sheet within SAP without any data. I have checked the code and there seems to no issues with code. Can someone help with any info for resolving this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a more meaningful subject line next time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Mar 24, 2010 4:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Mar 2010 15:00:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-24T15:00:15Z</dc:date>
    <item>
      <title>Excel problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811325#M1468998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I click on Microsoft Excel in ALV report output, its opening excel sheet within SAP without any data. I have checked the code and there seems to no issues with code. Can someone help with any info for resolving this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a more meaningful subject line next time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Mar 24, 2010 4:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 15:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811325#M1468998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excel problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811326#M1468999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandipan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have faced similar issue in past. The problem is not with code, but with macro settings of excel. For MS 2007 version, here is the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to &lt;/P&gt;&lt;P&gt;Macro security -&amp;gt; Macro Settings -&amp;gt; Developer Macro settings&lt;/P&gt;&lt;P&gt;Ensure that the box u2018Trust access to Visual Basic Projectu2019 is checked;&lt;/P&gt;&lt;P&gt;Click OK.&lt;/P&gt;&lt;P&gt;Exit Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 15:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811326#M1468999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T15:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excel problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811327#M1469000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your ALV toolbar (GUI Status), change the Excel function to &amp;amp;XXL.  If in SALV, copy SALV_STANDARD GUI from one of the SALV_DEMO* programs, add &amp;amp;XXL to the tool bar and set your regular Excel method to abap_false.  Call the GUI_STATUS in your SALV set up after the factory, before the alv-&amp;gt;display( ). &lt;/P&gt;&lt;P&gt;See my other reply for this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 22:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811327#M1469000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T22:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811328#M1469001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have faced same problem in SAP Version 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 1:-&lt;/P&gt;&lt;P&gt;Macro security -&amp;gt; Macro Settings -&amp;gt; Developer Macro settings&lt;/P&gt;&lt;P&gt;Ensure that the box u2018Trust access to Visual Basic Projectu2019 is checked;&lt;/P&gt;&lt;P&gt;Click OK.&lt;/P&gt;&lt;P&gt;Exit Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Implementing Solution1 --&amp;gt; still u r facing same problem it is sap gui issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution2: if your using SAP 4.7, and h  Windows vista with Service pack2 this is related to SAP GUI problem&lt;/P&gt;&lt;P&gt;              Please install SAP latest GUI version Patch level 16 this issue will resolve automatically.&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;Thaks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sudheer Madisetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 00:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-problem/m-p/6811328#M1469001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-25T00:58:31Z</dc:date>
    </item>
  </channel>
</rss>

