<?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 a remote enabled function module which does not exist in caller sys in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871453#M1593797</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;For RFC FM it is not required to be present in the calling system (ABC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it will not give any systex error if called properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still facing the problem please provide the pice of code from where you are calling the RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 04:25:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-26T04:25:00Z</dc:date>
    <item>
      <title>Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871449#M1593793</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;I have a a system ABC from which I am trying call a rfc enabled fm(Test) present in system XYZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fm(Test) does not exist in the system ABC so I am getting generation errors and dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way for me to call these remote enabled function modules which does not exist in the caller system without the obvious errors etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any special way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 03:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871449#M1593793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T03:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871450#M1593794</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;It is not required the RFC function module you are trying to call is present in the system from where you  are calling this. &lt;/P&gt;&lt;P&gt;There are variours resaons for which you will get gereration error and dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you need to call the RFC function module with paramater Destination. this &lt;STRONG&gt;DESTINATION&lt;/STRONG&gt; is RFC destnation name which you will required to define in the SM59 transaction. if this is not correct whle calling the RFC , it might cause the dump.&lt;/P&gt;&lt;P&gt;2. Check the RFC function module in the Target system is remlote enabaled and in active state.&lt;/P&gt;&lt;P&gt;3. CHeck all the parameters you are passing to the RFC functrionmodules are of same data type .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 03:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871450#M1593794</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-05-26T03:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871451#M1593795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to prevent the generation error that occurs when I do a syntax check.It always throws the syntax error fm doesnt exist. Due to my activation of code with syntax error I am unable to to set breakpoint in the code and debug. The system doesnt allow you to set breakpoint with code that was activated with syntax errors. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 03:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871451#M1593795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T03:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871452#M1593796</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;How you are calling the Function module ?&lt;/P&gt;&lt;P&gt;What systax you are using for calling the function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL FUNCTION 'NAme of function module' DESTINATION 'NAME OF RFC CONNECTION' .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 03:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871452#M1593796</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-05-26T03:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871453#M1593797</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;For RFC FM it is not required to be present in the calling system (ABC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it will not give any systex error if called properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still facing the problem please provide the pice of code from where you are calling the RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 04:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871453#M1593797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T04:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871454#M1593798</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;please check this sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  zcallfm                                 .
                                                                        
DATA: xv_return TYPE sysubrc.
                                                                        
CALL FUNCTION 'DOESNOTEXIST'
DESTINATION   'NOWHERE'
EXPORTING     caller                = sy-sysid
IMPORTING     return                = xv_return
EXCEPTIONS    system_failure        = 1
              communication_failure = 2
              OTHERS                = 4.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shouldn't throw any generation errors in your system!&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 04:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871454#M1593798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T04:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871455#M1593799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are called in the correct syntax with CALL FUNCTION xxx WITH DESTINATION xyz, keep external break-point and check  what is the issue while calling the remote function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 04:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871455#M1593799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T04:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871456#M1593800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively we can go for exception handling returned by RFC interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are instances when exceptions are raised by RFC interface which are returned as messages like 'A' 'X' 'E'.&lt;/P&gt;&lt;P&gt;If we handle exception like we do in case of normal FM, dump error is avoided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions like COMMUNICATION_FAILURE - &amp;gt; raised when RFC destination does not exists.&lt;/P&gt;&lt;P&gt;Exceptions like SYSTEM_FAILURE -&amp;gt; raised when RFC FM does not exists in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any class based exceptions are raised by the RFC in the target system, that will translated and returned as SYSTEM_FAILURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Ansumesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871456#M1593800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-24T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote enabled function module which does not exist in caller sys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871457#M1593801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 00:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-remote-enabled-function-module-which-does-not-exist-in-caller-sys/m-p/7871457#M1593801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-02T00:53:24Z</dc:date>
    </item>
  </channel>
</rss>

