<?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 Export blocked Macros in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813247#M2025734</link>
    <description>&lt;P&gt;That reddit post is not the way. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I found the solution here: &lt;A href="https://me.sap.com/notes/1826481" target="test_blank"&gt;https://me.sap.com/notes/1826481&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Login with your SAP portal account;&lt;/P&gt;&lt;P&gt;- download _master1_signed.zip archive;&lt;/P&gt;&lt;P&gt;- extract the template from the archive;&lt;/P&gt;&lt;P&gt;- Run the report KPP7UT01 (must be done in the customizing client, otherwise the transport request is not created)&lt;/P&gt;&lt;P&gt;- Select the first radio button on the report section screen and press F8 (Execute)&lt;/P&gt;&lt;P&gt;- In the popup, select the excel template you store on your PC and conform the popup&lt;/P&gt;&lt;P&gt;- After this a new transport request is created, which can be then transported across your system landscape&lt;/P&gt;&lt;P&gt;It worked for us, transaction KP26.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 06:58:37 GMT</pubDate>
    <dc:creator>ageorgescu1</dc:creator>
    <dc:date>2023-11-02T06:58:37Z</dc:date>
    <item>
      <title>Excel Export blocked Macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813244#M2025731</link>
      <description>&lt;P&gt;I am looking to open an Excel file from SAP but Excel gives me a security notice stating: "Microsoft has blocked macros from running because the source of the file is untrusted". With one option of Disable Macros, which if I click I just get a blank excel document opened.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;I would greatly appreciate your help on this.&lt;/STRONG&gt; All the articles online refer to files from a shared drive or local files. But here the file is opened from SAP. I do not have any option available but to click Disable Macros.&lt;/P&gt;
  &lt;P&gt;I have followed the steps mentioned here: &lt;A href="https://launchpad.support.sap.com/#/notes/1826481" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/1826481&lt;/A&gt; and now only some Excel file open, but others don't.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Where does the _maste1.xlt template go in order to be used for all Excel files in SAP? Or how does this work?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 13:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813244#M2025731</guid>
      <dc:creator>ageorgescu1</dc:creator>
      <dc:date>2023-10-11T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export blocked Macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813245#M2025732</link>
      <description>&lt;P&gt;We have the same problem when working with transaction KP46.&lt;/P&gt;&lt;P&gt;We cannot use this with the Excel interface because we get the same error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It would be very important to get rapid support here&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 09:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813245#M2025732</guid>
      <dc:creator>jkammerst</dc:creator>
      <dc:date>2023-10-13T09:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export blocked Macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813246#M2025733</link>
      <description>&lt;P&gt;I have pulled the following from a Reddit post and attempted to export a certificate. However, in step 3, there is no certificate to be found. I am new to SAP with this company, so I am not yet clear on where this certificate comes from or how to re-add it. &lt;/P&gt;&lt;P&gt;If someone knows how to perform that step, hopefully will resolve my EU's issue. &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Have the user run the report they want from SAP, which tries to export to Excel – however it will appear blank with an error about macros being blocked. We need the blank spreadsheet open to create the required certificate however.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the blank Excel document, open the developer tab in the ribbon (use customise ribbon in options if it isn’t there) and then click on Visual Basic.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the visual basic tab that opens, navigate to Tools &amp;gt; Digital Certificate, which will open another small window with the info from the SAP AG certificate associated with the report.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click on the second tab in this window, then the button ‘Save as File’, use all the default options to save the certificate as a .cer file.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Locate the file you have created and double click to install it – when prompted with the option to choose a location for the certificate, pick the ‘Trusted Publisher’ folder from the list.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;SAP AG will now be listed a trusted publisher in Excel. Close the existing Excel windows and ask the user to run their report again, which should now export to Excel as normal.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://www.reddit.com/r/SAP/comments/10g1uts/adding_sap_as_a_trusted_pulisher_in_excel/" target="test_blank"&gt;https://www.reddit.com/r/SAP/comments/10g1uts/adding_sap_as_a_trusted_pulisher_in_excel/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813246#M2025733</guid>
      <dc:creator>tailwind2023</dc:creator>
      <dc:date>2023-11-01T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export blocked Macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813247#M2025734</link>
      <description>&lt;P&gt;That reddit post is not the way. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I found the solution here: &lt;A href="https://me.sap.com/notes/1826481" target="test_blank"&gt;https://me.sap.com/notes/1826481&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Login with your SAP portal account;&lt;/P&gt;&lt;P&gt;- download _master1_signed.zip archive;&lt;/P&gt;&lt;P&gt;- extract the template from the archive;&lt;/P&gt;&lt;P&gt;- Run the report KPP7UT01 (must be done in the customizing client, otherwise the transport request is not created)&lt;/P&gt;&lt;P&gt;- Select the first radio button on the report section screen and press F8 (Execute)&lt;/P&gt;&lt;P&gt;- In the popup, select the excel template you store on your PC and conform the popup&lt;/P&gt;&lt;P&gt;- After this a new transport request is created, which can be then transported across your system landscape&lt;/P&gt;&lt;P&gt;It worked for us, transaction KP26.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 06:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export-blocked-macros/m-p/12813247#M2025734</guid>
      <dc:creator>ageorgescu1</dc:creator>
      <dc:date>2023-11-02T06:58:37Z</dc:date>
    </item>
  </channel>
</rss>

