<?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: function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515288#M237240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know if this is the answer you are looking but there is no classification in function modules but the processing type are 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Normal FM -&amp;gt; Within the same SAP environment&lt;/P&gt;&lt;P&gt;2) Remote-enabled -&amp;gt; For other systems to interact with SAP&lt;/P&gt;&lt;P&gt;3) Update Module -&amp;gt; Used for update mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check these if you go to SE37 and click the attributes tab of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 13:51:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T13:51:28Z</dc:date>
    <item>
      <title>function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515284#M237236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;i want 2 know how many types of function modules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515284#M237236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T13:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515285#M237237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515285#M237237</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-06T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515286#M237238</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 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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515286#M237238</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-09-06T13:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515287#M237239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-normal&lt;/P&gt;&lt;P&gt;-RFC&lt;/P&gt;&lt;P&gt;-update &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515287#M237239</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-09-06T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515288#M237240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know if this is the answer you are looking but there is no classification in function modules but the processing type are 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Normal FM -&amp;gt; Within the same SAP environment&lt;/P&gt;&lt;P&gt;2) Remote-enabled -&amp;gt; For other systems to interact with SAP&lt;/P&gt;&lt;P&gt;3) Update Module -&amp;gt; Used for update mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check these if you go to SE37 and click the attributes tab of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hith&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515288#M237240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515289#M237241</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;I want PS Module related BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know some BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALIZATION.&lt;/P&gt;&lt;P&gt;BAPI_BUS2001_CREATE.&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CREATE_MULTI.&lt;/P&gt;&lt;P&gt;BAPI_PS_PRECOMMIT.&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;and creating Network activity BAPI and Mile Stole creating bapi SAP Stand bapis I know other than that any BAPIS plz. give me.&lt;/P&gt;&lt;P&gt;like BAPI_BUS2001_CREATE IT SAP STANDARD instead of this we can create BAPI_PROJECTDEF_CREATE. LIKE THIS i WANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but these bapis I wnat to know clearly how to work with example&lt;/P&gt;&lt;P&gt;any one can help me it is very very  urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 06 Oct 2006 03:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515289#M237241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T03:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515290#M237242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know PSModule BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALIZATION.&lt;/P&gt;&lt;P&gt;BAPI_BUS2001_CREATE.&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CREATE_MULTI.&lt;/P&gt;&lt;P&gt;BAPI_PS_PRECOMMIT.&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with examples. Bcoz I am very new to PS Module. This is very very urgent.&lt;/P&gt;&lt;P&gt;I have customer enhancement fields also (CI_PROJ,CI_PRPS) .&lt;/P&gt;&lt;P&gt;This is very very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 17:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1515290#M237242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T17:29:04Z</dc:date>
    </item>
  </channel>
</rss>

