<?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: Performance RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377939#M527457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will change to idoc solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 10:15:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T10:15:31Z</dc:date>
    <item>
      <title>Performance RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377937#M527455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I have to get maintained a web page all time from a sap system, so finally i have decided to use rfc´s to make the on-line consultings to sap, i know that it depends on the machine and the number of users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be many users at same time, and i don´t have now the system data, but i would like to know if somebody have make something like that and what is the performance of these actions normally or if there is some solution that i am not seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 08:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377937#M527455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377938#M527456</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 an RFC Channel already exists between the client and server the same channel will be used between the systems. Hence, even calling in a loop should not be a problem. But in here the data needs to go one by one through the channel. Try to send them in a table as this goes as one chunk of data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of ASYNCHRONOUS also if you want to receive results then the called system should be up. for this the syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FM' STARTING NEW TASK DESTINATION &amp;lt;dest&amp;gt;&lt;/P&gt;&lt;P&gt;PERFORMING &amp;lt;form&amp;gt; ON END OF TASK&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM &amp;lt;form&amp;gt; USING taskname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RECEIVE RESULTS FROM &amp;lt;fm&amp;gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in any case, the called system should be open for connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try if possible tRFC calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 08:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377938#M527456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T08:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377939#M527457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will change to idoc solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-rfc/m-p/2377939#M527457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:15:31Z</dc:date>
    </item>
  </channel>
</rss>

