<?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: Diff. Between BAPI and RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856987#M47339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First,  RFC is a remote-enabled function module.  A BAPI is a RFC that performs some business functionality and is in the BOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second,  In your call transaction statement,  add the extension  MESSAGES INTO ITAB.   The messages from the transaction will come back into that internal table.  Then you can see the error messages.&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, 15 Jun 2005 15:38:09 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-06-15T15:38:09Z</dc:date>
    <item>
      <title>Diff. Between BAPI and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856985#M47337</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;        Please tell me the difference between BAPI and RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selvapandian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 15:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856985#M47337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-15T15:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Between BAPI and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856986#M47338</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;      In the Call transaction method we are getting the return code values i .e sy-subrc values is more than 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we know the description of the return codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table available or Function module available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;- Selvapandian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 15:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856986#M47338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-15T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Between BAPI and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856987#M47339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First,  RFC is a remote-enabled function module.  A BAPI is a RFC that performs some business functionality and is in the BOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second,  In your call transaction statement,  add the extension  MESSAGES INTO ITAB.   The messages from the transaction will come back into that internal table.  Then you can see the error messages.&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, 15 Jun 2005 15:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856987#M47339</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-15T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Between BAPI and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856988#M47340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, if no BOR, you can assume a bapi looks like a RFC.&lt;/P&gt;&lt;P&gt;But except the differentiation on interface defination, BAPI do more master check or business check, before run the task. However, many RFC don't do check for the input parameter. I can give you some example for this difference, but maybe not necessary, it is definitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi defined following some rule, do much check, and relatively slow.&lt;/P&gt;&lt;P&gt;RFC defined with no rule, do few check, but relatively fast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 15:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856988#M47340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-15T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. Between BAPI and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856989#M47341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selvapandian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an additional statement...&lt;/P&gt;&lt;P&gt;Well RFC (and FM) will normally provide sy-subrc!&lt;/P&gt;&lt;P&gt;0== OK, &amp;gt;0 == Fail&lt;/P&gt;&lt;P&gt;Most of the BAPIS will provide a return-structure. This&lt;/P&gt;&lt;P&gt;structure is filled, whenever a error occurs.&lt;/P&gt;&lt;P&gt;If everthing runs well, it will remian empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR &lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 16:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-bapi-and-rfc/m-p/856989#M47341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-15T16:11:47Z</dc:date>
    </item>
  </channel>
</rss>

