<?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/1952088#M392086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i assume you have created the function module in 46c system and trying to read tables in 47E version, which i think will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create the function module in 47E version to read the tables in that system. And then, you call this function module from 46C version withe 'destination 47E (or whatever is the RFC destination for 47E). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 05:10:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T05:10:22Z</dc:date>
    <item>
      <title>regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952086#M392084</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;I have created RFC functional module and executing in 46C. I want to fetch few tables from Target E47 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it looks for only 46C tables. How to trace and get fetch those datas..&lt;/P&gt;&lt;P&gt;Ofcourse while executing program i am able to login thru RFC giving usrid pwd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952086#M392084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952087#M392085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If at all you are using the Correct RFC Destination of the Target System, You can fetch the data from the target without any problem.&lt;/P&gt;&lt;P&gt;What is the exact problem are you faced?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 05:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952087#M392085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T05:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952088#M392086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i assume you have created the function module in 46c system and trying to read tables in 47E version, which i think will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create the function module in 47E version to read the tables in that system. And then, you call this function module from 46C version withe 'destination 47E (or whatever is the RFC destination for 47E). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 05:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952088#M392086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952089#M392087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want to read table entries from another SAP system you can use standard function modules:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;(1) TABLE_ENTRIES_GET_VIA_RFC&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;(2) RFC_GET_TABLE_ENTRIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preferably you use the first function module since it allows to select data and returns records up to 2048 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to read the meta data of the DB table on the remote system which may differ from your local system you can use the RFC-enabled function module &amp;lt;b&amp;gt;DDIF_FIELDINFO_GET&amp;lt;/b&amp;gt;.&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>Wed, 21 Feb 2007 05:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952089#M392087</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-02-21T05:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952090#M392088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried exactly with your reply..got worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 06:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rfc/m-p/1952090#M392088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T06:39:10Z</dc:date>
    </item>
  </channel>
</rss>

