<?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: Functional module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429124#M542909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 06:47:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T06:47:15Z</dc:date>
    <item>
      <title>Functional module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429120#M542905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explain me what is functional module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429120#M542905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429121#M542906</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 special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. Function modules allow you to encapsulate and reuse global functions in the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike subroutines, you do not define function modules in the source code of your program. Instead, you use the Function Builder. The actual ABAP interface definition remains hidden from the programmer. You can define the input parameters of a function module as optional. You can also assign default values to them. Function modules also support exception handling. This allows you to catch certain errors while the function module is running. You can test function modules without having to include them in a program using the Function Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example FM and how to create function module, refer the foll. link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sathiya Ramasmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429121#M542906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429122#M542907</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;&lt;/P&gt;&lt;P&gt;Function Modules are Global ABAP programs created by SAP for reusable purpose. They have IMPORT, EXPORT and TABLE parameters, and EXCEPTIONS to through when error occurs.&lt;/P&gt;&lt;P&gt;You can create them from TCode SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429122#M542907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429123#M542908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         FMs are reusable modularization units.FMs are encapsulated in function groups and function groups may have global variables that can be globally used by all FMs inside it.&lt;/P&gt;&lt;P&gt;Function groups act as containers for function modules that logically belong together. Function modules allow you to encapsulate and reuse global functions in the SAP System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are following number of function modules in SAP ECC 5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD - 97&lt;/P&gt;&lt;P&gt;MM - 356&lt;/P&gt;&lt;P&gt;FI- 2479&lt;/P&gt;&lt;P&gt;CO - 880&lt;/P&gt;&lt;P&gt;PM-327&lt;/P&gt;&lt;P&gt;BW - 63&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&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, 27 Jun 2007 06:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429123#M542908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429124#M542909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module/m-p/2429124#M542909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T06:47:15Z</dc:date>
    </item>
  </channel>
</rss>

