<?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 RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470720#M221292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to call the FM BBP_LA_GET_FULLNAME_BY_USERID which is present in SRM to R/3 using RFC&amp;#133;this FM is used to get user name for a given user id &amp;#133;&lt;/P&gt;&lt;P&gt;How can I write code in R/3 to call this FM&amp;#133;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2006 08:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-25T08:18:15Z</dc:date>
    <item>
      <title>RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470720#M221292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to call the FM BBP_LA_GET_FULLNAME_BY_USERID which is present in SRM to R/3 using RFC&amp;#133;this FM is used to get user name for a given user id &amp;#133;&lt;/P&gt;&lt;P&gt;How can I write code in R/3 to call this FM&amp;#133;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470720#M221292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470721#M221293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You call RFC enabled FM in the same way as a normal FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470721#M221293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470722#M221294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'BBP_LA_GET_FULLNAME_BY_USERID '&lt;/P&gt;&lt;P&gt;  DESTINATION 'SRM'&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRM - Should be a RFC destination created in SM59 transaction of the R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470722#M221294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470723#M221295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a RFC conenction in SM59&lt;/P&gt;&lt;P&gt;call the same way as you call normal FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure the in the  FM attributes the processing type is "remote enabled module"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if useful.&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470723#M221295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470724#M221296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use the standard BAPI for accessing user data which is BAPI_USER_GET_DETAIL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the advantage of using this BAPI instead of the SRM specific function module? You will find the standard BAPI on any type of SAP system (R/3, BW, SRM, CRM,...). So you basically make your coding independent of the SAP system type on which it is running or the type of the remote system you are accessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470724#M221296</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-25T08:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470725#M221297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Refer this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the CALL FUNCTION statement to call remote functions, just as you would call local function modules. However, you must include an additional DESTINATION clause to define where the function should run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION Remotefunction&lt;/P&gt;&lt;P&gt;   DESTINATION Dest&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt; F1 = a1&lt;/P&gt;&lt;P&gt; F2 = a2&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt; F3 =  a3&lt;/P&gt;&lt;P&gt;   CHANGING&lt;/P&gt;&lt;P&gt; F4 =  a4&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt; t1 = ITAB&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define logical destinations in table RFCDES using transaction SM59, or using the following menu path: Tools &amp;gt;Administration &amp;gt; Administration &amp;gt; Network &amp;gt; RFC Destinations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details, refer &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/22/042551488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/22/042551488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vishal&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Reward if helpful&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470725#M221297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470726#M221298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create RFC destination in SM59...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470726#M221298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470727#M221299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCode SM59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the type of connection you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: R/# connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select it and click on create.&lt;/P&gt;&lt;P&gt;Specify remote address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test the conenction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470727#M221299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470728#M221300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SM59&lt;/P&gt;&lt;P&gt;Click on the create ICON, give a desc to the RFC Connection (say RFC_CONN), specify the connection type as 3.&lt;/P&gt;&lt;P&gt;Select the Technical Settings&lt;/P&gt;&lt;P&gt;Specify the Target host (Application/Message Server Name) and the system number of the remote system in which the function module exits.&lt;/P&gt;&lt;P&gt;Select the tab logon/security.&lt;/P&gt;&lt;P&gt;In the Logon Area : specify the client, user and password of the remote system in which the function module exits.&lt;/P&gt;&lt;P&gt;Save, Test Connection and Click on Remote logon, chk if u cud remotely logon to that system. It means that the connection is succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use the RFC Connection 'RFC_CONN' in the desctination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/1470728#M221300</guid>
      <dc:creator>kanthimathikris</dc:creator>
      <dc:date>2006-08-25T08:59:07Z</dc:date>
    </item>
  </channel>
</rss>

