<?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: Calling RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534392#M1071457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while in debug mode my RFC , when press F5 is not going to the FM and returning the exception as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any idea why my RFC is not going to destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 14:30:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-01T14:30:20Z</dc:date>
    <item>
      <title>Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534389#M1071454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling RFC fron ECC 6.0 to SAP 4.6c.&lt;/P&gt;&lt;P&gt;Destination is maitained in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am calling RFC through my report program.&lt;/P&gt;&lt;P&gt;Sy-subrc is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running FM at orginal destination it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any helpful pointers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534389#M1071454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534390#M1071455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-subrc represents the value of the exception.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CALL ZFUNC DESTINATION ZZ.
  EXPORTING


  IMPORTNG

 EXCEPTIONS
       data not found = 1.          "Check this description for your case, This is your error
       communication error = 2.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever is defined for one is your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534390#M1071455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534391#M1071456</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;Try to test the connection at transaction &lt;STRONG&gt;SM59&lt;/STRONG&gt; , if everything is working fine, in the destination server go to transaction &lt;STRONG&gt;SM58&lt;/STRONG&gt; and look for some error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534391#M1071456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T13:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534392#M1071457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while in debug mode my RFC , when press F5 is not going to the FM and returning the exception as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any idea why my RFC is not going to destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534392#M1071457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534393#M1071458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you tested the destinations in SM59. are you able to test it successfully. check it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the exception 1 in your funtion module..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Oct 1, 2008 10:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534393#M1071458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534394#M1071459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes SM59 is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534394#M1071459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534395#M1071460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you having authorizations to connect to the other system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz check for the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534395#M1071460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T14:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534396#M1071461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , I have the authorization to connect other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-rfc/m-p/4534396#M1071461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T15:44:37Z</dc:date>
    </item>
  </channel>
</rss>

