<?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: regarding RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345227#M517294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to call a remote function module, that function module must be present inthe remote SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you need to create it in ECC system also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are ways of getting the details from the remote machie (ECC) by using standard  RFC provided by SAP. Mostly it will be related to system related information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also RFM for reading data from tables of remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 12:15:10 GMT</pubDate>
    <dc:creator>former_member150733</dc:creator>
    <dc:date>2007-06-15T12:15:10Z</dc:date>
    <item>
      <title>regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345226#M517293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to access ECC datas from 46C system. so i created below func modules &lt;/P&gt;&lt;P&gt;Call Function 'YGET_ECC_DATA' Destination 'RFC_DEST' in 46C system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Do i need to Create Same Func module in ECC also?&lt;/P&gt;&lt;P&gt;2.How can i avoid creating Code in ECC and achieve the same functionality of Func module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 12:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345226#M517293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T12:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345227#M517294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to call a remote function module, that function module must be present inthe remote SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you need to create it in ECC system also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are ways of getting the details from the remote machie (ECC) by using standard  RFC provided by SAP. Mostly it will be related to system related information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also RFM for reading data from tables of remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 12:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345227#M517294</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-06-15T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345228#M517295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module 'YGET_ECC_DATA' only needs to be there on the 46C system and it needs to be 'remote enabled'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 12:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345228#M517295</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-06-15T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345229#M517296</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;If you are creating function module in 46c and the tables declared if ONLY available in ECC but not available in 46c then system would not compile your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 12:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/2345229#M517296</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-15T12:24:14Z</dc:date>
    </item>
  </channel>
</rss>

