<?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: Debuggin a Macro !! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693278#M889333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro debugging is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to replace the macro with a perform and then debugging it.  The &amp;amp; parameters will become the using/changing parameters of this subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you want to keep the execution of your code non-debuggable, I don't see any benefits to developing a macro in custom code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 21:09:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T21:09:21Z</dc:date>
    <item>
      <title>Debuggin a Macro !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693274#M889329</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;Can anyone of u pls guide me in how to debug a macro, if possible with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 5:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693274#M889329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debuggin a Macro !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693275#M889330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot debug a macro. &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 10:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693275#M889330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debuggin a Macro !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693276#M889331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the below related threads ...Hope it helps&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="3510531"&gt;&lt;/A&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="4778638"&gt;&lt;/A&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="1729125"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693276#M889331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debuggin a Macro !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693277#M889332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple way would be to replace where the macro is used with the code of the macro.&lt;/P&gt;&lt;P&gt;Replace the &amp;amp;parms with the appropiate values and then run/compile it.  You can then trace it, make the modifications to both the inline code and the macro until you get it working.  then return the macro and remove the inline code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693277#M889332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debuggin a Macro !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693278#M889333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro debugging is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to replace the macro with a perform and then debugging it.  The &amp;amp; parameters will become the using/changing parameters of this subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you want to keep the execution of your code non-debuggable, I don't see any benefits to developing a macro in custom code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 21:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuggin-a-macro/m-p/3693278#M889333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T21:09:21Z</dc:date>
    </item>
  </channel>
</rss>

