<?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 macros in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310722#M506086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat is the differences b/w macro and subroutines.pls provide me ans if usefull full points to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 10:55:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T10:55:17Z</dc:date>
    <item>
      <title>macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310722#M506086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat is the differences b/w macro and subroutines.pls provide me ans if usefull full points to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310722#M506086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310723#M506087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros have placeholders &lt;/P&gt;&lt;P&gt;Macros cannot be debugged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310723#M506087</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-23T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310724#M506088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one difference is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In subroutines we can pass USING  , TABLES and CHANGING parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in macros we cannot use that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310724#M506088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310725#M506089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macros can only be used in the program in which they are defined in and only after the definition.&lt;/P&gt;&lt;P&gt;Macros can take max 9 parameters.&lt;/P&gt;&lt;P&gt;Macros are expanded at compilation / generation.&lt;/P&gt;&lt;P&gt;Macros debugging is not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subroutines (FORM) can be called from both the program in which they are defined in and other programs ('perform ' and 'perform in program ').&lt;/P&gt;&lt;P&gt;Subroutines can take any amount of parameters.&lt;/P&gt;&lt;P&gt;Subroutines are 'expanded' at runtime.&lt;/P&gt;&lt;P&gt;Subroutienes debugging is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310725#M506089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310726#M506090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the above answers are usefull....... I will go functionality wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A macro consists of number of executable statements. Whenever a program gets executed at the place of macro name in the program, the set of exucateble statements get executed and the memory allocated to the macro is released...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of subroutines, the control places a call to form routine and wait for its processing... As per the performance it is branching control from perform stmt to form-end perform stmt.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u have got some idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros/m-p/2310726#M506090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:32:11Z</dc:date>
    </item>
  </channel>
</rss>

