<?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: Dump, because RFC connection failed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125254#M1618821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC_PING as suggested by Abdul will only check for the availability of the Remote System, the chances are that even though the target system is available it might be short on resources or there could be an exception at the application level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you go ahead with Suhas' suggestion of handling the exceptions while calling your ZRFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2011 06:50:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-09T06:50:28Z</dc:date>
    <item>
      <title>Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125250#M1618817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a few Z-FMs which read the data from another system via RFC.&lt;/P&gt;&lt;P&gt;So the FM are created in the target system and we call them from our productive system.&lt;/P&gt;&lt;P&gt;These FMs are implemented in many programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our problem is, when the target-system is not reachable (downtime, error, ...) all programs get a dump, because the rfc connection failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we avoid this dumps? (the programs should also be executable without the FM-data)&lt;/P&gt;&lt;P&gt;Is there a badi or exit for RFC-connections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 05:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125250#M1618817</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2011-09-09T05:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125251#M1618818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Our problem is, when the target-system is not reachable (downtime, error, ...) all programs get a dump, because the rfc connection failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is right if there is no response form the rfc.This RFC are you using to get data or to send data.Are you maintaining exceptions handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 06:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125251#M1618818</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-09T06:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125252#M1618819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;How can we avoid this dumps? (the programs should also be executable without the FM-data)&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has defined three [RFC exceptions|http://help.sap.com/abapdocu_702/en/abenrfc_exception.htm]: &lt;EM&gt;system_failure&lt;/EM&gt;, &lt;EM&gt;communication_failure&lt;/EM&gt; &amp;amp; &lt;EM&gt;resource_failure&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to implement them in your RFC to prevent the dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 06:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125252#M1618819</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-09-09T06:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125253#M1618820</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;Before your calling your Z-Fm fountion Module you have to call  &lt;STRONG&gt;RFC_PING&lt;/STRONG&gt; funtion module pass the respective destination name . if sy-subrc = 0  . call your z fuction module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_rfc_dest = " your destiantion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'RFC_PING'&lt;/P&gt;&lt;P&gt;        DESTINATION lv_rfc_dest&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          communication_failure = 1&lt;/P&gt;&lt;P&gt;          system_failure        = 2&lt;/P&gt;&lt;P&gt;          OTHERS                = 3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc =0 .&lt;/P&gt;&lt;P&gt;   call z_fm   """"  call your z function module&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 06:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125253#M1618820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125254#M1618821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC_PING as suggested by Abdul will only check for the availability of the Remote System, the chances are that even though the target system is available it might be short on resources or there could be an exception at the application level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you go ahead with Suhas' suggestion of handling the exceptions while calling your ZRFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 06:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125254#M1618821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125255#M1618822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thx for so many answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decided to try the solution with the exception and it runs perfect!&lt;/P&gt;&lt;P&gt;I'm sorry, that I've not read that F1-Help first to statement DESTINATION, because there the exceptions also explained!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 07:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125255#M1618822</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2011-09-09T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dump, because RFC connection failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125256#M1618823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Pamin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good. A long back the same issue was posted  by some one and it is replied by suhas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 07:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-because-rfc-connection-failed/m-p/8125256#M1618823</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-09T07:21:00Z</dc:date>
    </item>
  </channel>
</rss>

