<?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: RFM and BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954031#M65826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/3ec81b4ac011d1894e0000e829fbbd/frameset.htm"&amp;gt;BAPI Programming Guide&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2005 05:53:45 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-09-14T05:53:45Z</dc:date>
    <item>
      <title>RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954026#M65821</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;&lt;/P&gt;&lt;P&gt;I am Confused with difference between RFM and BAPI,&lt;/P&gt;&lt;P&gt;I know Both are Function Modules which are RFC enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we can call both RFM's and BAPis from Jco program,&lt;/P&gt;&lt;P&gt;For a given functionality, On what Factors does it depend whether :&lt;/P&gt;&lt;P&gt;    i  have to create  just a RFM &lt;/P&gt;&lt;P&gt;               OR&lt;/P&gt;&lt;P&gt;    Register the same RFM a an API method to some Business Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me understand..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 15:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954026#M65821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954027#M65822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFM: RFC-enabled Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RFM is an ABAP function module (similar to function or subroutine in other languages) that can be remotely invoked.  An RFM takes some parameters as input, and after execution, returns some output parameters.  You can view a RFM in the SAP system via transaction SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI: Business Application Programming Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI is a method of a business object defined in the Business Object Repository (BOR).  For example, in the BOR, you can find a business object called SalesOrder, which conceptually represents a sales order in the system.  A business object typically has several methods that can be used to read, create, modify a particular instance of the business object, or list instances of the business object matching certain selection criteria.  These methods are BAPIs.  Technically, a BAPI is implemented using a RFM.  But, unlike the non-BAPI RFMs, a BAPI is usually well documented, has nicer parameter names, and is supported by SAP for several SAP software releases.  You can browse Business objects and BAPIs in the SAP system using transaction BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFM and BAPI are typically invoked synchronously.  The caller initiates the RFM/BAPI call, the called system (typically a SAP system) executes the RFM/BAPI, and returns the results back to the caller.  The SAP RFC protocol is used for RFM/BAPI invocation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below links might give u more information.&lt;/P&gt;&lt;P&gt;/people/sap.user72/blog/2004/07/19/navigating-the-maze-of-integration&lt;/P&gt;&lt;P&gt;&lt;A href="http://snvworld.net/StartPage/documents/integration/3.html" target="test_blank"&gt;http://snvworld.net/StartPage/documents/integration/3.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it helps you reward with points and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 15:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954027#M65822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T15:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954028#M65823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPIS are implemented as RFC enabled FMs. The difference to a "normal" RFC enabled FM is that a BAPI has to (should) adhere to certain development standards, like naming conventions, exception handling, commit handling and so on. Also official BAPIs from SAP are guaranteed to have a stable parameter interface and are supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you develop your own functionality to use with a JCo call it is of less importance if the FM are registered AS BAPIs or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some external tools reads the BAPI metadata though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 15:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954028#M65823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954029#M65824</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;this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/EN/5c/f3f0371bc15d73e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/EN/5c/f3f0371bc15d73e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/bapi/example.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/bapi/example.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 16:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954029#M65824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954030#M65825</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;Thanks for your Repsonse, I see in the WEBLOG that was post sent in the earlier that :&lt;/P&gt;&lt;P&gt;"BAPIs are supported by SAP for several SAP software releases".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How are they Supported? Can i get a Better Understanding or can i get a link to any Document which can explain me the same. Does it mean that RFMs are not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of RFMs which work perfectly from JCo, but when i try to assign the RFM as a API method for a Business Object, it does'nt. It only works when i change  some import parameters data types  and remove exceptions etc .... Why is the BAPI definition stricter than RFM, even though both can be called externally doing the same JOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 18:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954030#M65825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T18:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954031#M65826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/3ec81b4ac011d1894e0000e829fbbd/frameset.htm"&amp;gt;BAPI Programming Guide&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 05:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954031#M65826</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-09-14T05:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954032#M65827</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 have a bunch of RFMs Developed for the functionality to be used from the JCo. Should i release them as BAPIs or just leave them as RFMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i had to Deploy these RFMs or BAPIs onto VARIOUS SAP systems(totally different R/3 Installation) and then test my JAVA application. What are the Pros/Cons if i deploy them as RFMs or if i deploy them as BAPIs.Which is better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 14:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954032#M65827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFM and BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954033#M65828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I don't think you should worry yourself about this. As far as accessing from Jco is concerned RFC/BAPI are the same. Only added value I get from BAPI is that it guarantees a standard behaviour from SAP, e.g. If I am using BAPI_PO_CREATE, I am sure that it will create the PO in the same way regardless   of the version of SAP Application (R3). The benefit I get is if with SAP newer versions, responsibility of making sure this BAPI (RFC for me) works with the new system is with SAP not with Me. But when we talk about custom developed RFC/BAPI, we can not expect that benifit. So if I do anything additional to register this RFC as BAPI, it is a waste of effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 17:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfm-and-bapi/m-p/954033#M65828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T17:57:00Z</dc:date>
    </item>
  </channel>
</rss>

