<?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: Difference between Function Module and Subroutines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393472#M190941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ... thanks for the answers ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R.Kripa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2006 06:48:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-17T06:48:58Z</dc:date>
    <item>
      <title>Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393467#M190936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the "Difference between Function Module and Subroutines"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R.Kripa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 04:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393467#M190936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T04:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393468#M190937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together,Function modules allow you to encapsulate and reuse global functions in the R/3 System. They are stored in a central library,Unlike subroutines, you do not define function modules in the source code of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subroutines are procedures that you can define in any ABAP program and also call from any program. Subroutines are normally called internally, that is, they contain sections of code or algorithms that are used frequently locally. If you want a function to be reusable throughout the system, use a function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 05:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393468#M190937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T05:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393469#M190938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kripa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In simple ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Modules :&amp;lt;b&amp;gt; Global usage &amp;lt;/b&amp;gt;(used in any pgm,any no)&lt;/P&gt;&lt;P&gt;Subroutines : &amp;lt;b&amp;gt;Within the Form &amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.&lt;/P&gt;&lt;P&gt;Mark Useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 06:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393469#M190938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T06:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393470#M190939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accept ... FM is global usage and Subroutine is for local usage ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still if we want a Functionality in a program say suppose "addition of 2 numbers" I can have that as a FM "ADD_2_NUMBERS" with 2 input parameters and one output parameter ....and similarly in the program itself i can have a subroutine to which i can pass 2 input parameters and one output parameter ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want the same fucntionality in another program i can call the FM ..... But i can also call the Subroutine of the earlier program by using "SUBMIT" statement ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is where iam not clear ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R.Kripa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 06:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393470#M190939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T06:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393471#M190940</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;as far as i understand..it's do woth global memmory and local memory allocation...it's just the way they are stored and ur usage fetches them from golbal or local memory....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 06:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393471#M190940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Function Module and Subroutines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393472#M190941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ... thanks for the answers ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;R.Kripa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 06:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-function-module-and-subroutines/m-p/1393472#M190941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-17T06:48:58Z</dc:date>
    </item>
  </channel>
</rss>

