<?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: how to use RFC Function? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002010#M956114</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;In system B ,&lt;/P&gt;&lt;P&gt;1)GOTO SM59 tcode.&lt;/P&gt;&lt;P&gt;Then  select ABAP CONNECTIONS  or R/3 Connections and click on New Connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now give the RFC connection name and description. Then  in target system give the IP address or hostname and system number and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Click on logon&amp;amp; security tab  and give the language, client , username and password  and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Now click on CONNECTIN TEST button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Now it will show the bytes transferred  after establishing the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) go back and click on REMOTE LOGON button.&lt;/P&gt;&lt;P&gt;7) then it will take to other system sap easy access screen if credentials are satisfied.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Now go to se38 and create a program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while remote Function module you have to specify the RFC destination name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;               call function 'ZRFC_ADDITION'&lt;/P&gt;&lt;P&gt;               destination  'ZRFC_CONNECTION'&lt;/P&gt;&lt;P&gt;here ZFRC_ADDITION is Remote Function Module and ZRFC_CONNECTION is RFC to system A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 03:53:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T03:53:02Z</dc:date>
    <item>
      <title>how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002009#M956113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a RFC function in server A, I want to use this RFC function in server B.&lt;/P&gt;&lt;P&gt;how to use it in server B?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;kim-heum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 01:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002009#M956113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T01:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002010#M956114</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;In system B ,&lt;/P&gt;&lt;P&gt;1)GOTO SM59 tcode.&lt;/P&gt;&lt;P&gt;Then  select ABAP CONNECTIONS  or R/3 Connections and click on New Connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now give the RFC connection name and description. Then  in target system give the IP address or hostname and system number and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Click on logon&amp;amp; security tab  and give the language, client , username and password  and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Now click on CONNECTIN TEST button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Now it will show the bytes transferred  after establishing the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) go back and click on REMOTE LOGON button.&lt;/P&gt;&lt;P&gt;7) then it will take to other system sap easy access screen if credentials are satisfied.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Now go to se38 and create a program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while remote Function module you have to specify the RFC destination name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;               call function 'ZRFC_ADDITION'&lt;/P&gt;&lt;P&gt;               destination  'ZRFC_CONNECTION'&lt;/P&gt;&lt;P&gt;here ZFRC_ADDITION is Remote Function Module and ZRFC_CONNECTION is RFC to system A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 03:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002010#M956114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T03:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002011#M956115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Murthy,&lt;/P&gt;&lt;P&gt;Thank you for your reply,&lt;/P&gt;&lt;P&gt;I have done like you tell me,but I can't find the RFC function.the message as follows:&lt;/P&gt;&lt;P&gt;"Function module "Z_RFC" not found".&lt;/P&gt;&lt;P&gt;what maybe my mistake?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 10:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002011#M956115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T10:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002012#M956116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create RFC destinations from system A to B and also from system B to A. &lt;/P&gt;&lt;P&gt;Call the function from system B.&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'FUNCTION' destination &amp;lt;rfc destination&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfc destination is the destination from system B to A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 10:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002012#M956116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002013#M956117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ALKK,&lt;/P&gt;&lt;P&gt;I do it like what you have said,and the error happens also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Heum Kim on Jun 23, 2008 12:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 10:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002013#M956117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002014#M956118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/03/sap-rfc.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/03/sap-rfc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002014#M956118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to use RFC Function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002015#M956119</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;Suppose the system A contains a function z_addition with parameters a, b, as importing and c as exporting. check whether the FM is remote enabled ( goto attributes and check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check whether the FM is working in that System A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now come  to system B ,  create RFC destination ( i.e system A). say z_rfc_connection.&lt;/P&gt;&lt;P&gt;and also create the program in ssystem B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while calling the FM &lt;/P&gt;&lt;P&gt;call function 'z_addition'&lt;/P&gt;&lt;P&gt;destination 'z_rfc_connection'&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;a = value1&lt;/P&gt;&lt;P&gt;b = value2&lt;/P&gt;&lt;P&gt;importing &lt;/P&gt;&lt;P&gt;c = value3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert back if the problem is not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-rfc-function/m-p/4002015#M956119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T11:40:29Z</dc:date>
    </item>
  </channel>
</rss>

