<?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: Executable program vs function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930513#M1485693</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;Both SELECT statements will take the same time irrespective of whether you are using it in FM or Report. Execution time of SELECT query depends on the Database Table Size (Number of records) and how effective your SELECT query is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only advantage of Using it in FM is its reusability in any executable program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 06:07:58 GMT</pubDate>
    <dc:creator>former_member209217</dc:creator>
    <dc:date>2010-05-18T06:07:58Z</dc:date>
    <item>
      <title>Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930511#M1485691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question with regards to Executable programs vs function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we create a SELECT statement in an executable program, does it run slower as compared to the same SELECT statement, but is residing in a function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there are any differences in terms of speed, which one is faster? better? and why? are they executed in different memory space? which one is more resource intensive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 05:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930511#M1485691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T05:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930512#M1485692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we create a SELECT statement in an executable program, does it run slower as compared to the same SELECT statement, but is residing in a function module? =&amp;gt; It should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there are any differences in terms of speed, which one is faster? better? and why? =&amp;gt; Only advantage i see in using FM only for a SELECT statement is reusability.&lt;/P&gt;&lt;P&gt;are they executed in different memory space? which one is more resource intensive?=? FM will be excuted in new LUW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 06:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930512#M1485692</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-05-18T06:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930513#M1485693</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;Both SELECT statements will take the same time irrespective of whether you are using it in FM or Report. Execution time of SELECT query depends on the Database Table Size (Number of records) and how effective your SELECT query is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only advantage of Using it in FM is its reusability in any executable program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 06:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930513#M1485693</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-05-18T06:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930514#M1485694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does not matter.The execution time will not be hampered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 11:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930514#M1485694</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2010-05-18T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930515#M1485695</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;Why dont you check it once &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 13:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930515#M1485695</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-18T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930516#M1485696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello AbeCayago ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try it yourself, you can make a runtime analysis using SE30 and ST05, and then you can get answer &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 03:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930516#M1485696</guid>
      <dc:creator>JerryWang</dc:creator>
      <dc:date>2010-05-19T03:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Executable program vs function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930517#M1485697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no impact in  memory  spacing  and speed of data selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module are used for code modularisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your speeding of select statement dependent on what basis your selecting data using how many Key access and/or Index Access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 04:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-program-vs-function-module/m-p/6930517#M1485697</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2010-05-19T04:41:02Z</dc:date>
    </item>
  </channel>
</rss>

