<?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 How to call a RFC-enabled function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190654#M1201320</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;&lt;/P&gt;&lt;P&gt;We have 2 systems; system 1 (client 420) and system 2 (client 600).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know that how can a RFC-enabled function module be called from one system (420) whereas the RFC-enabled functio nmodule exists in the other system (600).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as per my understanding any RFC-enabled function module is a BAPI. Please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 06:17:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T06:17:43Z</dc:date>
    <item>
      <title>How to call a RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190654#M1201320</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;&lt;/P&gt;&lt;P&gt;We have 2 systems; system 1 (client 420) and system 2 (client 600).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know that how can a RFC-enabled function module be called from one system (420) whereas the RFC-enabled functio nmodule exists in the other system (600).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as per my understanding any RFC-enabled function module is a BAPI. Please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 06:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190654#M1201320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190655#M1201321</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;chk this link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/22/042518488911d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/22/042518488911d189490000e829fbbd/content.htm&lt;/A&gt;&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;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 06:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190655#M1201321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T06:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190656#M1201322</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;RFC enabled FM can be called from anther system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 420 we can call RFC FM residing in 600, through RFC destination cretaed in SM59 tcode in 420 client.In sm59, maintain the entries of destination system i.e 600.and test the connection whether it is succesful or not/ through remote logon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose in 420 client , in sm59 u have cretaed with destination DEST600 say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 420, u can code as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call  'RSSDK_LOGSYS_REMOTE_CHECK' destination DEST600&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;I_QSYSTEMNAME = &lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;E_T_MSG = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there exist difference between BAPI/RFC.&lt;/P&gt;&lt;P&gt;BAPI always return messages / RFC doen't.&lt;/P&gt;&lt;P&gt;BAPI follows ceratin naiming convetions while defineing the parameter structures ( ex BAPI_..)&lt;/P&gt;&lt;P&gt;In bapi , no dialog screens can be called.&lt;/P&gt;&lt;P&gt;In bapi, statements liek COmmit work/Call Transaction/Submit...shouldn't exit.&lt;/P&gt;&lt;P&gt;Bapi's are implemented as FM's and are stored as methods in Business Object repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another Ex for RFC &lt;/P&gt;&lt;P&gt;RSAN_LOGSYS_DETERMINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues,&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naveen Deva on Feb 18, 2009 9:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190656#M1201322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T08:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190657#M1201323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Namrata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this useful link for calling RFC, it will surely help just go through it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;also, as per my understanding any RFC-enabled function module is a BAPI.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, All BAPIs are RFC enabled but the reverse is not true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_CREATE is RFC enabled, but it a BAPI (check the Attributes tab, radio button Remote-enabled FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_READ_TABLE is also RFC enabled but not a BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190657#M1201323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a RFC-enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190658#M1201324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   All BAPIs are rfc enabled. And to call rfc enabled function module folloe the below syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '&amp;lt;FM Name&amp;gt;'&lt;/P&gt;&lt;P&gt;DESTINATION &amp;lt;destination-system&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 05:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-rfc-enabled-function-module/m-p/5190658#M1201324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T05:04:12Z</dc:date>
    </item>
  </channel>
</rss>

