<?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>Question Re: Refreshing query using macro in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593060#M137957</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I created a macro to refresh a BW query after enter the variables in the parameter area. Is not working only for the CC-Hierarchy top node. For individualy cost center is working fine.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;my code is &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can solve it?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 16:00:40 GMT</pubDate>
    <dc:creator>former_member760987</dc:creator>
    <dc:date>2021-08-02T16:00:40Z</dc:date>
    <item>
      <title>Refreshing query using macro</title>
      <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaq-p/593056</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
  &lt;P&gt;I would like to use a macro to refresh my queries on AFO.&lt;/P&gt;
  &lt;P&gt;Every day I have to update multiple queries (different sheets, same workbook) with date of day before. I would like to know if there exists a macro who can do this job for me.&lt;/P&gt;
  &lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaq-p/593056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-22T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing query using macro</title>
      <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593057#M137954</link>
      <description>&lt;P&gt;Hello Simon - please see the steps in this wiki: &lt;A href="https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=261522552" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=261522552&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593057#M137954</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2018-01-22T17:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing query using macro</title>
      <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593058#M137955</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
  &lt;P&gt;I've done a few blog posts that cover this sort of thing, including using dynamic dates to do your updates.&lt;/P&gt;
  &lt;P&gt;It gives a bit more guidance on top of that Wiki and a bit more functionality.&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Part 1 : &lt;A href="https://blogs.sap.com/2016/12/18/automated-updating-of-data-in-excel-files-bex-ao-via-vbavbscript/" target="_blank"&gt;https://blogs.sap.com/2016/12/18/automated-updating-of-data-in-excel-files-bex-ao-via-vbavbscript/&lt;/A&gt;&lt;/LI&gt;
   &lt;LI&gt;Part 2 : &lt;A href="https://blogs.sap.com/2017/01/15/automated-updating-of-bw-data-in-excel-files-bex-ao-via-vbavbscript-part-2/" target="_blank"&gt;https://blogs.sap.com/2017/01/15/automated-updating-of-bw-data-in-excel-files-bex-ao-via-vbavbscript-part-2/&lt;/A&gt;&lt;/LI&gt;
   &lt;LI&gt;Part 3 : &lt;A href="https://blogs.sap.com/2017/02/03/analysis-for-office-variables-and-filters-via-vba/" target="_blank"&gt;https://blogs.sap.com/2017/02/03/analysis-for-office-variables-and-filters-via-vba/&lt;/A&gt;&lt;/LI&gt;
   &lt;LI&gt;Part 4 : &lt;A href="https://blogs.sap.com/2017/02/20/analysis-for-office-and-excel-vba-lessons-learnt/" target="_blank"&gt;https://blogs.sap.com/2017/02/20/analysis-for-office-and-excel-vba-lessons-learnt/&lt;/A&gt;&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;Part 3 might be of particular use for you in this situation.&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Regan&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 10:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593058#M137955</guid>
      <dc:creator>reganmacdonald</dc:creator>
      <dc:date>2018-01-23T10:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing query using macro</title>
      <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593059#M137956</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;thank you so much for your quick answer. &lt;/P&gt;
  &lt;P&gt;It seems like a little bit too difficult for me, because I can use it.&lt;/P&gt;
  &lt;P&gt;Thank you for your help anyway &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593059#M137956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-02-06T10:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing query using macro</title>
      <link>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593060#M137957</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I created a macro to refresh a BW query after enter the variables in the parameter area. Is not working only for the CC-Hierarchy top node. For individualy cost center is working fine.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;my code is &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can solve it?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 16:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/refreshing-query-using-macro/qaa-p/593060#M137957</guid>
      <dc:creator>former_member760987</dc:creator>
      <dc:date>2021-08-02T16:00:40Z</dc:date>
    </item>
  </channel>
</rss>

