<?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 Module and Perform usage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803959#M1312207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference b/w the usage of Module &amp;amp; Endmodule-- and Perform &amp;amp;Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make any performance difference in using one or the other interchangeably&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plase advide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 20:17:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T20:17:11Z</dc:date>
    <item>
      <title>Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803959#M1312207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference b/w the usage of Module &amp;amp; Endmodule-- and Perform &amp;amp;Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make any performance difference in using one or the other interchangeably&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plase advide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803959#M1312207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803960#M1312208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would not be able to call MODULE other than Dynpros (Screens) Flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data declared in the MODULE would be considered as the GLOBAL data, so, better to use the Subroutines (FORM.. ENDFORM) because in the Subroutine, you can declare local data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803960#M1312208</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-06-17T20:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803961#M1312209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in PAI and PBO as u have seen we use modules... and in general abap flow we use performs and forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803961#M1312209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T20:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803962#M1312210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modules are used in Dialog's or Module Pool Programs,,,,! It is used to navigate through the Screens for PAI &amp;amp; PBO events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as Performs are the Blocks of Code used to reuse within the same program.. It consists of Formal &amp;amp; Actual parameters which you can declare as Global or Local...! Aslos dependng upon the requirement we can pass the data to Performs in thre ways,, call/pass by value , call/pass by value &amp;amp; return, call/pass by reference...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 02:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803962#M1312210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T02:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803963#M1312211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;@ Fun&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only performance difference it makes is the time you wasted in thinking the performance difference between Module and perform.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 03:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803963#M1312211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T03:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Module and Perform usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803964#M1312212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you problem solved &amp;amp; clear, please do close the thread as well...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 00:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-and-perform-usage/m-p/5803964#M1312212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T00:47:39Z</dc:date>
    </item>
  </channel>
</rss>

