<?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: Types of Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769484#M645208</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;1) Normal Function Modules (sap standard)&lt;/P&gt;&lt;P&gt;2) Custom Function modules ( either Z or Y)&lt;/P&gt;&lt;P&gt;3) RFC Function Modules&lt;/P&gt;&lt;P&gt;4) BAPI&lt;/P&gt;&lt;P&gt;5) Custom BAPI&lt;/P&gt;&lt;P&gt;6) RFC BAPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 08:43:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T08:43:05Z</dc:date>
    <item>
      <title>Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769480#M645204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all , &lt;/P&gt;&lt;P&gt;Can any one explain the Types of Function Modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 07:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769480#M645204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T07:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769481#M645205</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;There are three types of function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;Normal&lt;/P&gt;&lt;P&gt;2&amp;gt;Remote enabled&lt;/P&gt;&lt;P&gt;3&amp;gt;Update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz go through the below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 07:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769481#M645205</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-10T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769482#M645206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 .Normal&lt;/P&gt;&lt;P&gt;2. Remote enabled&lt;/P&gt;&lt;P&gt;3. ALV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 08:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769482#M645206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T08:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769483#M645207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Function modules are one element. There are no types. However sometimes an RFC enabled function module is referred to as RFC Function module, but really it is just a function module. Also BAPIs are function modules, but are usually referred to as just BAPI as opposed to BAPI Function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no different function module types , but calling the function module will be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this function calls syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Calls a function module: &lt;/P&gt;&lt;P&gt;- CALL FUNCTION func. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Call a function module in a different mode (asynchronous Remote Function Call): &lt;/P&gt;&lt;P&gt;- CALL FUNCTION func STARTING NEW TASK taskname. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Call a function module in the update task: &lt;/P&gt;&lt;P&gt;- CALL FUNCTION func IN UPDATE TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Call a function module in a remote system (Remote Function Call, RFC &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;- CALL FUNCTION func DESTINATION dest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Asynchronous call to a function module with transactional processing (transactional Remote Function Call): &lt;/P&gt;&lt;P&gt;- CALL FUNCTION func IN BACKGROUND TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qRFC with output queue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Call a function module that can be activated in the context of enhancements: &lt;/P&gt;&lt;P&gt;- CALL CUSTOMER-FUNCTION func. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 08:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769483#M645207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T08:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769484#M645208</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;1) Normal Function Modules (sap standard)&lt;/P&gt;&lt;P&gt;2) Custom Function modules ( either Z or Y)&lt;/P&gt;&lt;P&gt;3) RFC Function Modules&lt;/P&gt;&lt;P&gt;4) BAPI&lt;/P&gt;&lt;P&gt;5) Custom BAPI&lt;/P&gt;&lt;P&gt;6) RFC BAPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 08:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769484#M645208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Types of Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769485#M645209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open any FM in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the Attributes Tab:&lt;/P&gt;&lt;P&gt;in The Processing Type you can see the Types of FMs&lt;/P&gt;&lt;P&gt;1.Normal FM -  Can be called within the Same SAP System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL FUNCTION '&amp;lt;NAME&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Remote Enable FM : Can be called from External (SAP or NON SAP) system.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; CALL FUNCTION '&amp;lt;NAME&amp;gt;' DESTINATION '&amp;lt;RFC DESTINATION&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Update Module: Only for Updating database tables . processed in Update work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL FUNCTION '&amp;lt;FM&amp;gt;' IN UPDATE TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 09:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types-of-function-modules/m-p/2769485#M645209</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-10T09:03:31Z</dc:date>
    </item>
  </channel>
</rss>

