<?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: Difference between RFCs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139834#M1366804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again  MNGhosh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see RFC_READ_TABLE will give you field names as well as option to pass a where clause. (as i told you in previous thread of yours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but  RFC_GET_TABLE_ENTRIES will just give you all the entries. you cant pass any where clause to it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2009 05:30:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-16T05:30:33Z</dc:date>
    <item>
      <title>Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139830#M1366800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to make a choice between the following RFC.Which is suited for which scenario.&lt;/P&gt;&lt;P&gt;What is the difference between them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_READ_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_GET_TABLE_ENTRIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE_ENTRIES_GET_VIA_RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that I have limited SAP knowledge being a java developer. Hence would appreciate if you explain from this perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MNGhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 04:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139830#M1366800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T04:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139831#M1366801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC_READ_TABLE is to read the table structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_READ_TABLE_ENTRIES is to read the records of the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 04:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139831#M1366801</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-09-16T04:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139832#M1366802</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;&lt;STRONG&gt;RFC_READ_TABLE is used for External access to R/3 tables via RFC.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RFC_GET_TABLE_ENTRIES is used for Read table entries.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE_ENTRIES_GET_VIA_RFC is used for Remote purpose&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139832#M1366802</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2009-09-16T05:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139833#M1366803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RFC_READ_TABLE  to raed the data from any table with in the landscape  for details check the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci997032,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci997032,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For RFC_GET_TABLE_ENTRIES is to read the records of the table. This is more generic and you can retrieve subsets as well. But since it is more generic, it has no actual structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For  TABLE_ENTRIES_GET_VIA_RFC  it compare table  in both systems.Basiaclly the function module is only intended for internal use in the ALE area, and only for reading numerical tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for details check the Note 881127 - Dump in function module TABLE_ENTRIES_GET_VIA_RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139833#M1366803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139834#M1366804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again  MNGhosh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see RFC_READ_TABLE will give you field names as well as option to pass a where clause. (as i told you in previous thread of yours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but  RFC_GET_TABLE_ENTRIES will just give you all the entries. you cant pass any where clause to it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139834#M1366804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139835#M1366805</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;you can go through these folloing links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1273187"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="447579"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="872358"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the above threads it may help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139835#M1366805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139836#M1366806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ..That was helpful . I went through the suggested links.&lt;/P&gt;&lt;P&gt;One question here is that in one of the responses it was mentioned that RFC_READ_TABLE has a limitation of maximum width of 512 of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this imply that I the no. of columns it fetches is limited or does it oertain to the amount of data that its fetches?&lt;/P&gt;&lt;P&gt;Or in other words I could not get what is meant by the "maximum width"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MNGhosh on Sep 16, 2009 7:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-rfcs/m-p/6139836#M1366806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:47:00Z</dc:date>
    </item>
  </channel>
</rss>

