<?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 CATCHABLE EXCEPTIONS in the remote function call (RFC) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471690#M555724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me what are the CATCHABLE EXCEPTIONS in the remote function call (RFC) and to which exception class do they belong???? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dinesh Dhiman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 04:08:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T04:08:25Z</dc:date>
    <item>
      <title>CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471690#M555724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell me what are the CATCHABLE EXCEPTIONS in the remote function call (RFC) and to which exception class do they belong???? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dinesh Dhiman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471690#M555724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471691#M555725</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;With external function calls, the EXCEPTIONS addition of the CALL FUNCTION command can be used to assign return values to the exceptions defined in the interface of the called function module. Class-based exceptions cannot be propagated to the caller from a remotely-called function module, and have the effect of an exception that cannot be handled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As well as the exceptions defined in the interface of the called function module, an external function call can also have the following predefined exceptions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &amp;lt;b&amp;gt;SYSTEM_FAILURE&amp;lt;/b&amp;gt; exception is the response to a runtime error that occurs when the remotely-called function module is executed. &lt;/P&gt;&lt;P&gt;The &amp;lt;b&amp;gt;COMMUNICATION_FA&amp;lt;/b&amp;gt;ILURE exception occurs when the connection to the partner system cannot be established or if the connection is lost during communication. &lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;We strongly recommend that you assign a return value to both these exceptions for every RFC, and that you handle this return value, as otherwise a runtime error will occur in the exception situations in question. &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;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471691#M555725</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-29T04:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471692#M555726</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;This is the F1 help, i have gone through it, please help if you have any material else of F1 help.&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;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471692#M555726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T05:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471693#M555727</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;In ABAP keyword documentation you will find all the Catchable Runtime errors and its assignment to the Error classes. Do a F1 on Catch keyword from your ABAP editor to get the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471693#M555727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T05:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471694#M555728</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;one way is to go to se24 and search for cx* .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the classes which starts with CX are exception classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471694#M555728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T05:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: CATCHABLE EXCEPTIONS in the remote function call (RFC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471695#M555729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can go for abap documentation help..or chk out this page for relevant information :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.s001.org/ABAP-Hlp/abapcall_function_destination.htm" target="test_blank"&gt;http://www.s001.org/ABAP-Hlp/abapcall_function_destination.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-exceptions-in-the-remote-function-call-rfc/m-p/2471695#M555729</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-06-29T05:29:32Z</dc:date>
    </item>
  </channel>
</rss>

