<?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: RFC_READ_TABLE performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151819#M1368728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; RFC tables are high volatile tables. ...&lt;/P&gt;&lt;P&gt;&amp;gt; Dileep&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this is right for RFC status tables like e.g. ARFCSTATE and others, the OP asked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; for VBAK, LIKP, LTAK and MKPF tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and these are not volatile... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 17:45:22 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2009-09-07T17:45:22Z</dc:date>
    <item>
      <title>RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151815#M1368724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this standard FM RFC_READ_TABLE to access data from several tables in another SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to call  this function module 4 times one each for VBAK, LIKP, LTAK and MKPF tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there would be any performance issues if this FM  is called several times for different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meghna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 14:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151815#M1368724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-04T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151816#M1368725</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 do one call per table it depends on the data volume that has to be read from each table&lt;/P&gt;&lt;P&gt;and how this tables are accessed in the remote system (where clause and indexes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup a SQL Trace in the remote system to see how the tables are accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transfer time of the rfc depends mainly on the data volume in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 14:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151816#M1368725</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-09-04T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151817#M1368726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meghna, &lt;/P&gt;&lt;P&gt;The RFC_READ_TABLE FM will not cause performance issue just for using multiple times. It is very important how you set the selection filters in the FM parameters. Set this parameter considering primary &amp;amp; secondary index while calling RFC for each table. This will keep source system performance good. Remember, RFC performance degrades exponentially with increase in data volume. So ensure minimum data is returned. This will ensure good RFC call performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, &lt;/P&gt;&lt;P&gt;SB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 05:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151817#M1368726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T05:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151818#M1368727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC tables are high volatile tables. So you need to rebuild the indexes corresponding to RFC tables. Also if you are using Oracle as backend system, there are seperate statistics provided for these tables, these should be take care to improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours Sincerely&lt;/P&gt;&lt;P&gt;Dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 15:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151818#M1368727</guid>
      <dc:creator>former_member251078</dc:creator>
      <dc:date>2009-09-07T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151819#M1368728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; RFC tables are high volatile tables. ...&lt;/P&gt;&lt;P&gt;&amp;gt; Dileep&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this is right for RFC status tables like e.g. ARFCSTATE and others, the OP asked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; for VBAK, LIKP, LTAK and MKPF tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and these are not volatile... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 17:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151819#M1368728</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-09-07T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151820#M1368729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megha , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to create you own remote FM with desired functionality and fetch the data of all four tables in one call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select data from these tables based on your conditions , this will reduce the data fetched each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should give you some improvement in performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 04:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-performance/m-p/6151820#M1368729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T04:16:18Z</dc:date>
    </item>
  </channel>
</rss>

