<?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 bapi&amp;rfc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107385#M982210</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; can someone tell me the distinguish between  bapi and rfc,thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sophia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 05:40:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T05:40:24Z</dc:date>
    <item>
      <title>bapi&amp;rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107385#M982210</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; can someone tell me the distinguish between  bapi and rfc,thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sophia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107385#M982210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: bapi&amp;rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107386#M982211</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;RFC:-&lt;/P&gt;&lt;P&gt;1) Direct system call&lt;/P&gt;&lt;P&gt;2) provide communication between sap to sap or sap to non-sap or viceversa&lt;/P&gt;&lt;P&gt;3)RFC can have one instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI:-&lt;/P&gt;&lt;P&gt;1)Business object&lt;/P&gt;&lt;P&gt;2) no direct system call&lt;/P&gt;&lt;P&gt;3) stored in BOR , which can be accessed by non sap applications like JAVA &amp;amp; VB&lt;/P&gt;&lt;P&gt;4) BAPI has many instances&lt;/P&gt;&lt;P&gt;5) support OO concepts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107386#M982211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: bapi&amp;rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107387#M982212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sophia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=253866&amp;amp;messageID=2558225" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=253866&amp;amp;messageID=2558225&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107387#M982212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: bapi&amp;rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107388#M982213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sophie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Bapi's are nothing but RFC enabled function module....... and the main difference b/w RFC &amp;amp; BAPI is that BAPI is maintained in BOR(business object repository)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)RFC can have only one instance whereas BAPI can have many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) RFC are direct system call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)BAPI is having all Key fields, methods, interfaces etc.unlike RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/4107388#M982213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:49:55Z</dc:date>
    </item>
  </channel>
</rss>

