<?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: RFC Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910685#M684897</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;1). Can we use Exceptions in RFC ?&lt;/P&gt;&lt;P&gt;     No      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Can we use commit work in RFC ?&lt;/P&gt;&lt;P&gt;     No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3). How to handle errors in RFC ?&lt;/P&gt;&lt;P&gt;    All errors need to be populated an internal table and the calling RFC system will be handle the error based on the passing internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4).Can we use Messages in RFC ?&lt;/P&gt;&lt;P&gt;    No. You need to pass to an error internal table.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 22:50:17 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-10-08T22:50:17Z</dc:date>
    <item>
      <title>RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910682#M684894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need some clarifications regarding RFC.&lt;/P&gt;&lt;P&gt;1). Can we use Exceptions in RFC ?&lt;/P&gt;&lt;P&gt;2).Can we use commit work in RFC ?&lt;/P&gt;&lt;P&gt;3) How to handle errors in RFC ?&lt;/P&gt;&lt;P&gt;4).Can we use Messages in RFC ?.&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;Amal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 22:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910682#M684894</guid>
      <dc:creator>former_member671224</dc:creator>
      <dc:date>2007-10-08T22:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910683#M684895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use exceptions in RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use commit in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can populate messages in an internal table and pass the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 22:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910683#M684895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T22:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910684#M684896</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;You can't use exceptions, in RFC, you can add a table of type BAPIRET (BAPIRET2) to the function interface, fill the table with errors, and handle this errors in the calling system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 22:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910684#M684896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T22:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910685#M684897</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;1). Can we use Exceptions in RFC ?&lt;/P&gt;&lt;P&gt;     No      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Can we use commit work in RFC ?&lt;/P&gt;&lt;P&gt;     No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3). How to handle errors in RFC ?&lt;/P&gt;&lt;P&gt;    All errors need to be populated an internal table and the calling RFC system will be handle the error based on the passing internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4).Can we use Messages in RFC ?&lt;/P&gt;&lt;P&gt;    No. You need to pass to an error internal table.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 22:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910685#M684897</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-10-08T22:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910686#M684898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain,why exceptions are not possible in RFC.Please check the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/22/0425e0488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/22/0425e0488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/2910686#M684898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-12T14:33:16Z</dc:date>
    </item>
  </channel>
</rss>

