<?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>Question Re: RFC Function Module to fetch Table data in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504424#M94697</link>
    <description>&lt;P&gt;Hi Nic,&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your quick help, I have created the custom FM but once I am running this FM system is throwing runtime error CALL_FUNCTION_Not_found, and in your link lastly mentioned is some think like that, &lt;BR /&gt;tr = s.GetTableReader("some_table")&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt; tr.Option("tablereader.transportcall") = "ZRFC_READ_TABLE"
 tr.Read(0,0)
Where I need to add this thing.
Also output is giving differently for different tables.

Regards
Kumar.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Sep 2017 05:46:58 GMT</pubDate>
    <dc:creator>former_member233553</dc:creator>
    <dc:date>2017-09-21T05:46:58Z</dc:date>
    <item>
      <title>RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaq-p/504417</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
  &lt;P&gt;We are using RFC_READ_TABLE Function module to fetch reference data from LAGP (Storage Bin data) table, but the issue is in destination server, there are more ther 1 Lakh data, but we are only able to fetch 1.23k data by this function module, please help me out, if anything is missing out.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 13:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaq-p/504417</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-20T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504418#M94691</link>
      <description>&lt;P&gt;Hi Kumar,&lt;/P&gt;
  &lt;P&gt;RFC_READ_TABLE has many limitations and shortcomings and you should never use it in a productive scenario. However, I don't recall that a restriction of the number of rows that can be returned is one of them. Are you getting any errors?&lt;/P&gt;
  &lt;P&gt;In any case, it's a good practice to download data in slices when dealing with this type of volume. Have you tried restricting the result to say 1000 rows and using the rowskip parameter to fetch the data in multiple iterations?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504418#M94691</guid>
      <dc:creator>weberpat</dc:creator>
      <dc:date>2017-09-20T14:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504419#M94692</link>
      <description>&lt;P&gt;First read &lt;A href="https://launchpad.support.sap.com/#/notes/382318"&gt;382318 - FAQ|Function module RFC_READ_TABLE&lt;/A&gt;, then (at your own risk) you can look for parameters ROWSKIPS and ROWCOUNT and multiple call of the FM...) &lt;/P&gt;
  &lt;P&gt;But what is the actual business requirement to extract the whole table?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504419#M94692</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-20T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504420#M94693</link>
      <description>&lt;P&gt;1 Lakh = India word for 100.000 in international numeric system&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504420#M94693</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-20T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504421#M94694</link>
      <description>&lt;P&gt;Hey Patrick&lt;/P&gt;
  &lt;P&gt;Once I put 2300 in rowcount parameter it is giving 1123 records and it is fixed for all time.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504421#M94694</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-20T17:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504422#M94695</link>
      <description>&lt;P&gt;Hey Raymond,&lt;/P&gt;
  &lt;P&gt;Actually we want to sync up LAGP storage bin data from one system to another, we have written a custom program for this function, inside the program we are calling the FM.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504422#M94695</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-20T17:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504423#M94696</link>
      <description>&lt;P&gt;Please check the following references on how to experiment with "RFC_READ_TABLE" : &lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;SAP-KBA 1752954 : &lt;A target="_blank" href="https://launchpad.support.sap.com/#/notes/0001752954"&gt;link&lt;/A&gt;&lt;/LI&gt;
   &lt;LI&gt;Working around limitations of TableReader / RFC_READ_TABLE Symptoms : &lt;A target="_blank" href="https://rfcconnector.com/documentation/kb/0007/"&gt;link&lt;/A&gt;&lt;/LI&gt;
  &lt;/UL&gt;</description>
      <pubDate>Wed, 20 Sep 2017 19:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504423#M94696</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-09-20T19:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504424#M94697</link>
      <description>&lt;P&gt;Hi Nic,&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your quick help, I have created the custom FM but once I am running this FM system is throwing runtime error CALL_FUNCTION_Not_found, and in your link lastly mentioned is some think like that, &lt;BR /&gt;tr = s.GetTableReader("some_table")&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt; tr.Option("tablereader.transportcall") = "ZRFC_READ_TABLE"
 tr.Read(0,0)
Where I need to add this thing.
Also output is giving differently for different tables.

Regards
Kumar.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Sep 2017 05:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504424#M94697</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-21T05:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504425#M94698</link>
      <description>&lt;P&gt;Didn't you find any less ressource intensive solution, like some delta load or a standard/custom tool like an Idoc/change pointer solution, even considering some implicit enhancements in function group L01S which contains the L_LAGP* update FMs? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 06:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504425#M94698</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-21T06:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504426#M94699</link>
      <description>&lt;P&gt;I second @weberpat in that by default RFC_READ_TABLE returns all rows of the logged-in client. So, if it doesn't return the rows you expect, then it means that you don't log in the right system/client.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 07:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504426#M94699</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-21T07:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504427#M94700</link>
      <description>&lt;P&gt;The RFC "Z_AW_RFC_READ_TABLE" is not always provided / installed straight away (it is part of "SAP Data Services"). Please verify if SAP-BASIS is able to obtain this RFC-code as is mentioned in some other posts (&lt;A target="_blank" href="https://archive.sap.com/discussions/thread/1105360"&gt;link&lt;/A&gt;, &lt;A target="_blank" href="https://archive.sap.com/discussions/thread/3222521"&gt;link&lt;/A&gt;).&lt;/P&gt;
  &lt;P&gt;They should be able to 'install' this additional RFC.&lt;/P&gt;
  &lt;P&gt;Alternatively, some people also suggest making use of RFC "/BODS/RFC_READ_TABLE" ...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504427#M94700</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-09-21T14:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504428#M94701</link>
      <description>&lt;P&gt;Hi Nic,&lt;/P&gt;
  &lt;P&gt;Thanks a lot we are trying to do same, will let you inform.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 04:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504428#M94701</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-25T04:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504429#M94702</link>
      <description>&lt;P&gt;Thanks Nic,&lt;/P&gt;
  &lt;P&gt;We have done, BASIS has installed it.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504429#M94702</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2017-09-25T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504430#M94703</link>
      <description>&lt;P&gt;Great (you have some willing / fast BASIS people) ...&lt;/P&gt;
  &lt;P&gt;Hopefully this can set you on the path to a solution.&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;Please Close the Question if this has actually answered your Query.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504430#M94703</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-09-25T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to fetch Table data</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504431#M94704</link>
      <description>&lt;P&gt;Kumar,&lt;/P&gt;
  &lt;P&gt;Read many threads, stating that using this FM in PRD is not advisable and will not be consistent as it is not released for Customer usage.&lt;/P&gt;
  &lt;P&gt;Btw did you tried Open Cursor/Fetch Cursor/Close Cursor methodology while writing the select query of this table ?&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-function-module-to-fetch-table-data/qaa-p/504431#M94704</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2017-09-25T10:30:47Z</dc:date>
    </item>
  </channel>
</rss>

