<?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 BAPI Function Module and Remote Enable Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551327#M1429650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u create any ZBAPI?&lt;/P&gt;&lt;P&gt; The Procdure for Creating the Customer BAPI is Create a Remote Enabled Function module and then goto the tcode BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u go in to that just take the Project tab and enter the details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by this way u can create a Customer BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 08:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-10T08:28:59Z</dc:date>
    <item>
      <title>Difference between BAPI Function Module and Remote Enable Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551324#M1429647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    I want to know the main difference between BAPI Function Module and Remote Enable Function Module ?&lt;/P&gt;&lt;P&gt;One main difference that I know is BAPI FM are declared in Methods of Business Object  ie BAPI are methods of BOR where as Remote Enabled FM are not. What are other differences? Is it possible to convert a Remote Enable FM to BAPI FM . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 06:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551324#M1429647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between BAPI Function Module and Remote Enable Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551325#M1429648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we are talking about standard SAP objects, then it simply means that the BAPI's interface will never change and that it is released for use either internally in the system or callable from an external system.  Remote enabled functions are not necessarily released for use, and there is no guarantee that its interface will not change.&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, 10 Feb 2010 06:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551325#M1429648</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-02-10T06:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between BAPI Function Module and Remote Enable Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551326#M1429649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Is it possible to convert a Remote Enable FM to BAPI FM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this point, a difference is that a BAPI cannot handle Exceptions..otherwise, i guess you can convert an RFC into a BAPI and use it like a normal RFC (apart from the differences Rich already mentioned).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 06:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551326#M1429649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between BAPI Function Module and Remote Enable Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551327#M1429650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u create any ZBAPI?&lt;/P&gt;&lt;P&gt; The Procdure for Creating the Customer BAPI is Create a Remote Enabled Function module and then goto the tcode BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u go in to that just take the Project tab and enter the details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by this way u can create a Customer BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 08:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551327#M1429650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T08:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between BAPI Function Module and Remote Enable Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551328#M1429651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I know how to create a Z-BAPI. My question is 'Is it possible to convert a Remote Enabled FM to BAPI ' ?&lt;/P&gt;&lt;P&gt;Is it possible to call a Remote Enabled FM in the Methods of Business Object? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-bapi-function-module-and-remote-enable-function-module/m-p/6551328#M1429651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:44:20Z</dc:date>
    </item>
  </channel>
</rss>

