<?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 Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899940#M1144337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've to create a entry on SM59, for example .. S11_RFC and on the program you've to use the FM on this form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'Z_CALL_RFC'
  DESTINATION 'S11_RFC'
    EXPORTING
      parameters ...
    IMPORTING
      parameters.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: The FM Z_CALL_RFC must exist on the other server, sry for my bad english xD!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;David Carballido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 20:39:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-15T20:39:01Z</dc:date>
    <item>
      <title>RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899939#M1144336</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 the two servers Like S11 and R11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the RFC function module in S11 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call the same function module in R11. how we can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to approch any steps please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First time I am working in the RFC function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 20:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899939#M1144336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T20:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899940#M1144337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've to create a entry on SM59, for example .. S11_RFC and on the program you've to use the FM on this form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'Z_CALL_RFC'
  DESTINATION 'S11_RFC'
    EXPORTING
      parameters ...
    IMPORTING
      parameters.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: The FM Z_CALL_RFC must exist on the other server, sry for my bad english xD!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;David Carballido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 20:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899940#M1144337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899941#M1144338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You follow below mentioned steps to achieve RFC function module access from different server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create function module as you usually do.  Make sure in the attributes section of the function module&lt;/P&gt;&lt;P&gt;    choose radio button "Remote-enabled function module".&lt;/P&gt;&lt;P&gt;2) In R11 server, Please ask your basis consultant to create RFC destination using SM59 transaction&lt;/P&gt;&lt;P&gt;   pointing to server S11.  Since you are calling another SAP system,  you can choose connection type&lt;/P&gt;&lt;P&gt;   as R/3. ( I am assuming your S11 &amp;amp; R11 are both R/3 systems).&lt;/P&gt;&lt;P&gt;3. Go to R11 server and call transaction SM37 and provide function module which you have created&lt;/P&gt;&lt;P&gt;    in step 1, additional to other parameters provide RFC destination created in step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have further questions on the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 21:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899941#M1144338</guid>
      <dc:creator>nkr1shna</dc:creator>
      <dc:date>2008-12-15T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899942#M1144339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer this link : [Calling RFC function modules in ABAPhere|http://help.sap.com/saphelp_nw04/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm]&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 22:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module/m-p/4899942#M1144339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T22:20:27Z</dc:date>
    </item>
  </channel>
</rss>

