<?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: 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/3184968#M758356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI stands for Business Application Program Interface &amp;amp;&lt;/P&gt;&lt;P&gt;RFC stands for Remote Function Call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Major difference betwen Bapi and RFC is that BAPIS are use for communication between SAP and Non SAP system whereas RFCs are used for communicating within sap system only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..&lt;/P&gt;&lt;P&gt;You can make your function module remotely enabled in attributes of Function module but BAPI are standard SAP function modules provided by SAP for remote access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects.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) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 07:39:39 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2007-12-28T07:39:39Z</dc:date>
    <item>
      <title>bapi &amp; rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184967#M758355</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;wht is the main diff b/n RFC and BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 07:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184967#M758355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T07:38:06Z</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/3184968#M758356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI stands for Business Application Program Interface &amp;amp;&lt;/P&gt;&lt;P&gt;RFC stands for Remote Function Call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Major difference betwen Bapi and RFC is that BAPIS are use for communication between SAP and Non SAP system whereas RFCs are used for communicating within sap system only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..&lt;/P&gt;&lt;P&gt;You can make your function module remotely enabled in attributes of Function module but BAPI are standard SAP function modules provided by SAP for remote access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects.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) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 07:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184968#M758356</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-28T07:39:39Z</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/3184969#M758357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kb , &lt;/P&gt;&lt;P&gt;  The main difference between BAPI and RFC is that a BAPI will always have a business object associated with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction BAPI and you can see that there will be an business object under which there will be the BAPI's Associated with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 07:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184969#M758357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T07:43:21Z</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/3184970#M758358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;BAPI:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BAPI is an API method of a business object which intern is a RFC enabled function module. Business objects are objects in their own sense which involve with a business process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects.&lt;/P&gt;&lt;P&gt;We create business objects and those are then registered in your BOR (Business Object Repository)&lt;/P&gt;&lt;P&gt;which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA.&lt;/P&gt;&lt;P&gt;In this case we only specify the business object and its method from external system&lt;/P&gt;&lt;P&gt;in BAPI there is no direct system call. while RFC are direct system call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RFC:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Remote Function Call (RFC) is a call to a function module running in a system different from the caller's. The remote function can also be called from within the same system, but usually caller and callee will be in differene system. RFC allows for remote calls between two SAP Systems (R/3 or R/2) or between an SAP System and a non-SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FUNCTION MODULE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Function modules are special external subroutine stored in a central library. The R/3 system provides numerous predefined functin modules that you can call from your ABAP/4 programs. The function modules have global presence and can return value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 07:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184970#M758358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T07:48:16Z</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/3184971#M758359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing some document wid this, pls go through this--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward some pts--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	BAPI/RFC Interface &lt;/P&gt;&lt;P&gt;A remote function call is a call to a function module running in a system different from the caller's.&lt;/P&gt;&lt;P&gt;The remote function can also be called from within the same system (as a remote call), but usually caller and callee will be in different systems. &lt;/P&gt;&lt;P&gt;In the SAP System, the ability to call remote functions is provided by the Remote Function Call interface system (RFC). RFC allows for remote calls between two SAP Systems (R/3 or R/2), or between an SAP System and a non-SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC consists of the following interfaces:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A calling interface for ABAP programs&lt;/P&gt;&lt;P&gt;Any ABAP program can call a remote function using the CALL FUNCTION...DESTINATION statement. The DESTINATION parameter tells the SAP System that the called function runs in a system other than the caller's. &lt;/P&gt;&lt;P&gt;RFC communication with the remote system happens as part of the CALL FUNCTION statement. &lt;/P&gt;&lt;P&gt;RFC functions running in an SAP System must be actual function modules, and must be registered in the SAP System as "remote".&lt;/P&gt;&lt;P&gt;When both caller and called program are ABAP programs, the RFC interface provides both partners to the communication. The caller may be any ABAP program, while the called program must be a function module registered as remote. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling interfaces for non-SAP programs&lt;/P&gt;&lt;P&gt;When either the caller or the called partner is a non-ABAP program, it must be programmed to play the other partner in an RFC communication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help implement RFC partner programs in non-SAP Systems, SAP provides-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External Interfaces&lt;/P&gt;&lt;P&gt;RFC-based and GUI-based interfaces can be used by external programs to call function modules in SAP R/2 or R/3 systems and execute them in these systems.&lt;/P&gt;&lt;P&gt;Vice versa, ABAP programs in R/2 or R/3 can use the functions provided by external programs via these interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	Function Groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function groups are containers for function modules.&lt;/P&gt;&lt;P&gt;When you call an function module, the system loads the whole of its function group into the internal session of the calling program (if it has not already been loaded). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling Function Modules in ABAP&lt;/P&gt;&lt;P&gt;To call a function module, use the CALL FUNCTION statement:&lt;/P&gt;&lt;P&gt;CALL FUNCTION &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;     [EXPORTING  f1 = a 1.... f n = a n] &lt;/P&gt;&lt;P&gt;     [IMPORTING  f1 = a 1.... f n = a n] &lt;/P&gt;&lt;P&gt;     [CHANGING   f1 = a 1.... f n = a n] &lt;/P&gt;&lt;P&gt;     [TABLES     f1 = a 1.... f n = a n] &lt;/P&gt;&lt;P&gt;     [EXCEPTIONS e1 = r 1.... e n = r n [ERROR_MESSAGE = r E] &lt;/P&gt;&lt;P&gt;                                     [OTHERS = ro]].&lt;/P&gt;&lt;P&gt;You can specify the name of the function module &amp;lt;module&amp;gt; either as a literal or a variable. Each interface parameter &amp;lt;fi&amp;gt; is explicitly assigned to an actual parameter &amp;lt;a i&amp;gt;. You can assign a return value &amp;lt;r i&amp;gt; to each exception &amp;lt;e i&amp;gt;. The assignment always takes the form &amp;lt;interface parameter&amp;gt; = &amp;lt;actual parameter&amp;gt;. The equals sign is not an assignment operator in this context.&lt;/P&gt;&lt;P&gt;&amp;#149;	After EXPORTING, you must supply all non-optional import parameters with values appropriate to their type. You can supply values to optional import parameters if you wish. &lt;/P&gt;&lt;P&gt;&amp;#149;	After IMPORTING, you can receive the export parameters from the function module by assigning them to variables of the appropriate type. &lt;/P&gt;&lt;P&gt;&amp;#149;	After CHANGING or TABLES, you must supply values to all of the non-optional changing or tables parameters. When the function module has finished &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;deepanker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184971#M758359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:08:26Z</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/3184972#M758360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;BAPI stands for Business Application Programming Interface. It is a library of functions that are released to the public as an interface into an existing SAP system from an external system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is the protocol used to call functions in an R/3 system by a caller external to R/3 or to call programs external to R/3 from an R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench. They are then called RFC function modules. BAPIs are complete sets of (BAPI) function modules that model a business application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are familiar with web developments: RFC can be compared to HTTP and BAPIs are CGI applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: A BAPI function is a function module that can be called remotely using the RFC technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 11:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184972#M758360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T11:46:29Z</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/3184973#M758361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 22:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-rfc/m-p/3184973#M758361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T22:18:12Z</dc:date>
    </item>
  </channel>
</rss>

