<?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 doubt ...difference rfc and bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182110#M126056</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;The procedure to create BAPI &lt;/P&gt;&lt;P&gt;1.in se11 create a structure of type zbapi or ybapi.&lt;/P&gt;&lt;P&gt;2. se37 , create a fn module of type REMOTE and release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in SW01, CREATE AN OBJECT/INTERFACE TYPE AND ASSIGN THE FN MODULE&lt;/P&gt;&lt;P&gt;TO THE METHOD INSIDE (THIS IS THE BAPI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. NOW GO TO TCODE BAPI AND CHECK THE BAPI CRETAED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the second step can be replaced by METHODS TOO. but&lt;/P&gt;&lt;P&gt;as RFC is efficient, we are assigning RFC to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so BAPI uses RFC. BAPI is an interface which uses RFC .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2006 05:32:05 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-02-06T05:32:05Z</dc:date>
    <item>
      <title>bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182100#M126046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plese give me the following information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) wt is the difference between BAPIRETURN, BAPIRET1 and BAPIRET2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) wt is the diff. between an RFC-enabled fm and BAPI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182100#M126046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T04:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182101#M126047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. wt is the diff. between an RFC-enabled fm and BAPI ?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Not much.&lt;/P&gt;&lt;P&gt;   BAPI is having a corresponding business object&lt;/P&gt;&lt;P&gt;   which is REGISTERED in Sap Repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Where as RFC-enabled FM&lt;/P&gt;&lt;P&gt;   is just a normal FM&lt;/P&gt;&lt;P&gt;   which can be called from outside the SYSTEM&lt;/P&gt;&lt;P&gt;   using RFC concept (DESTINATION )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The confusion is created bcos&lt;/P&gt;&lt;P&gt;  BAPI concept (business object conept)&lt;/P&gt;&lt;P&gt;  are implemented in SAP&lt;/P&gt;&lt;P&gt;   using FM Only (which are RFC Enabled)&lt;/P&gt;&lt;P&gt; and the name of the FM starts with BAPI_*.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182101#M126047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T04:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182102#M126048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u said, there is no differnce..if i select rfc-enabled and give a name as ztest(fm name) will it behave as BAPI ??(without giving BAPI_* as a name?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182102#M126048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T04:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182103#M126049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is an interface of a business object based on the OO (object oriented) concept. You can find all the Business objects using tran code SWO1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas remote function call could be any function module (non business object interfaces) defined in a remote system which you can call specifying the remote destination. For this you will have to define the destination name in the RFC definition (SM59).&lt;/P&gt;&lt;P&gt;Example: Function module to read a sales order from SAP system which can be called from CRM system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 04:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182103#M126049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182104#M126050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. YES, Definitely it will behave like BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The sap concept of &lt;/P&gt;&lt;P&gt;   naming function modules (related to business object)&lt;/P&gt;&lt;P&gt;   and naming them as BAPI*&lt;/P&gt;&lt;P&gt;   is JUST FOR IDENTIFIECATION PURPOSE,&lt;/P&gt;&lt;P&gt;           and nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  We can give ANY NAME.&lt;/P&gt;&lt;P&gt;  &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;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182104#M126050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T05:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182105#M126051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx chandrika.&lt;/P&gt;&lt;P&gt;can u tell wt is diff. between the 3 str.( BAPIRETURN, BAPIRET1 nd BAPIRET2 ) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182105#M126051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T05:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182106#M126052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.all the three are return paramter structures.&lt;/P&gt;&lt;P&gt;the difference is BAPIRET1 has 1 field ID more than BAPIRETURN and BAPIRET2 has some  more fields like ROW, COLUMN etc. the purpose of all the three are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.BAPI is an interface which uses RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182106#M126052</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-06T05:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182107#M126053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hymavathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we use any of the three. How can we know, in what case we have to use BAPIRET1 or BAPIRET2?&lt;/P&gt;&lt;P&gt;Can u plz tell me difference other than the fields in these structures ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182107#M126053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T05:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182108#M126054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use BAPIRET2 only as it also gives LOGICAL SYSTEM NAME, etc details.&lt;/P&gt;&lt;P&gt;so as BAPIRET2 satisfies more requirements u can always use BAPIRET2. &lt;/P&gt;&lt;P&gt;BAPIRET2 can be said as improvement of other two&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182108#M126054</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-06T05:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182109#M126055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much Hymavathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please much more clear with RFC fm and BAPI ? I m still in confusion with this ? &lt;/P&gt;&lt;P&gt;Amit posted good answer but can u elaborate and explain me in detail !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182109#M126055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T05:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182110#M126056</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;The procedure to create BAPI &lt;/P&gt;&lt;P&gt;1.in se11 create a structure of type zbapi or ybapi.&lt;/P&gt;&lt;P&gt;2. se37 , create a fn module of type REMOTE and release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in SW01, CREATE AN OBJECT/INTERFACE TYPE AND ASSIGN THE FN MODULE&lt;/P&gt;&lt;P&gt;TO THE METHOD INSIDE (THIS IS THE BAPI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. NOW GO TO TCODE BAPI AND CHECK THE BAPI CRETAED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the second step can be replaced by METHODS TOO. but&lt;/P&gt;&lt;P&gt;as RFC is efficient, we are assigning RFC to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so BAPI uses RFC. BAPI is an interface which uses RFC .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182110#M126056</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-06T05:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182111#M126057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hymavathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in step 3,&lt;/P&gt;&lt;P&gt;wt is diff. between object type and interface type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182111#M126057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T05:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: bapi doubt ...difference rfc and bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182112#M126058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTTYPE/ INTERFACE TYPE both are technical names give to BOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but category object type, is related to work flow.&lt;/P&gt;&lt;P&gt;interface type , we assign RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 05:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-doubt-difference-rfc-and-bapi/m-p/1182112#M126058</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-06T05:49:58Z</dc:date>
    </item>
  </channel>
</rss>

