<?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 RFC function module exporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178736#M756631</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;when I am trying to export some paramters and tables in RFC function module, i m getting error as well as a warning message stating performance will reduce.&lt;/P&gt;&lt;P&gt;So please help me to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vimalraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 05:32:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T05:32:27Z</dc:date>
    <item>
      <title>RFC function module exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178736#M756631</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;when I am trying to export some paramters and tables in RFC function module, i m getting error as well as a warning message stating performance will reduce.&lt;/P&gt;&lt;P&gt;So please help me to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vimalraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 05:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178736#M756631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T05:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function module exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178737#M756632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That message is only warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can activate the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activating the RFC once again u click on syntax check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and find and message it is displaying.&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, 26 Dec 2007 05:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178737#M756632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T05:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC function module exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178738#M756633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are getting this message because you are exporting tables 'by value'. Since this will cause the complete data in that internal table to be copied into a new memory area this might impact the performance of that function in case the table has a lot of data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However - for an RFC you can only define parameters to be called by value, hence this is not an error in your case. It just lets you know that the performance will suffer when you have lots of data in your internal table compared to a function that would pass the data by reference - but you don't have that option for an RFC anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 14:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-exporting/m-p/3178738#M756633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T14:59:57Z</dc:date>
    </item>
  </channel>
</rss>

