<?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 connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314870#M1536055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function RFC_PING to test a connection before doing the actual call.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 13:41:02 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-09-14T13:41:02Z</dc:date>
    <item>
      <title>RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314868#M1536053</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;     In my coding,i call a bapi using rfc,is there a fucntion i can call to check this rfc connection is ok,&lt;/P&gt;&lt;P&gt;so i call know such as if the system i rfc-calling reach the max num of rfc calling?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thxs,kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314868#M1536053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-14T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314869#M1536054</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;P&gt;In SM59, in your particular RFC connection, there is a button upside called "TEST CONNECTION".&lt;/P&gt;&lt;P&gt;You can press that button and check you RFc connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314869#M1536054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-14T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314870#M1536055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function RFC_PING to test a connection before doing the actual call.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314870#M1536055</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-09-14T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314871#M1536056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use function module RFC_CHECK_DESTINATION. Also there are lots of FM listed in link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1171430"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314871#M1536056</guid>
      <dc:creator>JerryWang</dc:creator>
      <dc:date>2010-09-14T13:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314872#M1536057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also call your BAPI without checking RFC connection first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need is to list two additonal implicitly defined exceptions &lt;STRONG&gt;COMMUNICATION_FAILURE&lt;/STRONG&gt; and &lt;STRONG&gt;SYSTEM_FAILURE&lt;/STRONG&gt; to catch any errors on RFC/Target System connection. Then you can react accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 13:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314872#M1536057</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-09-14T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314873#M1536058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my late,the ways u guys applys is all ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another question is following:&lt;/P&gt;&lt;P&gt;my programs(backgroud) occured a dump,and it completed when it was recalled,&lt;/P&gt;&lt;P&gt;in my analyzing,it only happed when the target system which i rfc-connected reached the max rfc num limit,&lt;/P&gt;&lt;P&gt;is there a way i can simulate this scenery through change paramter(rz11) or some else? because it rarely happen,thxs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 01:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection/m-p/7314873#M1536058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T01:56:28Z</dc:date>
    </item>
  </channel>
</rss>

