<?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: REC information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928488#M690023</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapmaterial.com/RFCmaterial.html" target="test_blank"&gt;http://sapmaterial.com/RFCmaterial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 10:34:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T10:34:25Z</dc:date>
    <item>
      <title>REC information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928485#M690020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Everybody i want to learn RFC .&lt;/P&gt;&lt;P&gt;I don't know abt RFC .&lt;/P&gt;&lt;P&gt;can anybody tell me how to do RFC programming.&lt;/P&gt;&lt;P&gt;i want step by -step by coding part abt RFC programming&lt;/P&gt;&lt;P&gt;if anybody having PRINT-SCREEN of RFC programming then plz give me or mail me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mail id : sandeepjadhav.info@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;byeeeeeeeeee ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928485#M690020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: REC information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928486#M690021</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;check ur mail id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928486#M690021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: REC information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928487#M690022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remote Function Call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs enable you to call and execute predefined functions in a remote system - or even in the same system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs manage the communication process, parameter transfer and error handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this link.&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;A href="http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote Function Call (RFC) is the standard SAP interface for communication between SAP systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A remote function call (RFC) is the call of a function module that runs in a different system to the calling program. Although it is also possible to call a function module in the same system as an RFC, normally RFCs are used when the caller and the called function module run in the same system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Each ABAP program can call a remote function module using the command CALL FUNCTION...DESTINATION. &lt;/P&gt;&lt;P&gt;The parameter DESTINATION informs the SAP system that the called function module runs in a different system to the calling system. RFC communication with the remote system takes place as a part of the CALL FUNCTION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; RFC function modules in an SAP system must be proper function modules and must be registered in the SAP system as remote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link for further help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/22/042a3e488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/22/042a3e488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928487#M690022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: REC information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928488#M690023</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapmaterial.com/RFCmaterial.html" target="test_blank"&gt;http://sapmaterial.com/RFCmaterial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928488#M690023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: REC information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928489#M690024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for helping me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 06:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rec-information/m-p/2928489#M690024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T06:06:48Z</dc:date>
    </item>
  </channel>
</rss>

