<?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: Calling Synchronous RFC Function Module in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034162#M1499804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sandra..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well this was helpful, as I was trying to look whether is there a way to call a RFC suign background work process. But this is interesting given the fact we have all batch job functionality, RFC's in dialog is kind of lag back in approach when we need to process bulk data and that we have to split the interval.. SAP must provide some work around with this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jun 2010 18:45:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-26T18:45:50Z</dc:date>
    <item>
      <title>Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034158#M1499800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we are working on some requirement where in we have to retrieve data from one system(CRM) and update the same into another system(ECC). We have developed a RFC Function in CRM system and it is being called from ECC system as in synchronous mode via a batch program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now since all sychronous call to a RFC function will be dialog there is a constraint on the runtime which is being set by maximum run time for each dialog work process. So my question is there an option to call an RFC function synchronously in background (background task) so there is no runtime performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard TRFC, QRFC calls in background runs asynchronously and so I am trying to check with the SDN world as whether has anyone tried  SRFC(Synchronous) call in background?&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;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 18:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034158#M1499800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034159#M1499801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;So my question is there an option to call an RFC function synchronously in background (background task) so there is no runtime performance.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution would be to increase the value of the "time out" parameter defined the CRM system. This i feel is not a fool-proof solution as the run-times cannot be predicted. Check this thread: &lt;SPAN __jive_macro_name="message" id="9251214"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me a better solution would be to implement tRFC call instead of a synchronous call. Any reasons why you don't want to implement a tRFC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jun 26, 2010 8:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 03:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034159#M1499801</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-26T03:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034160#M1499802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suhas for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well my requirement is to retreive the transaction data from CRM system into ECC system and update the same into corresponding tables in ECC at the same instance. so if I have to run the RFC call in TRFC mode then the calling program will proceed and complete processing without the called program being complete or incomplete. The called program might get triggered based on the commit work being executed by the called program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 15:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034160#M1499802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-26T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034161#M1499803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; (Jagath:) is there an option to call an RFC function synchronously in background \[...\] &lt;/P&gt;&lt;P&gt;&amp;gt; \[...\] has anyone tried SRFC(Synchronous) call in background?&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;gt; (Suhas:) a better solution would be to implement tRFC&lt;/P&gt;&lt;P&gt;Any RFC processing (sRFC, aRFC, tRFC, qRFC, etc.) is done in the dialog workprocesses, so there is always a timeout (the one of profile parameter indicated by Suhas). Launching RFC from a background workprocess doesn't change anything &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagath, you need to do several RFCs so that each of them don't take too much time. If you're not sure about the maximum amount of data that can be processed by each RFC call, enter the amount in a customizing table so that you can adjust it to best fit the system capacity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 17:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034161#M1499803</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-06-26T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034162#M1499804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sandra..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well this was helpful, as I was trying to look whether is there a way to call a RFC suign background work process. But this is interesting given the fact we have all batch job functionality, RFC's in dialog is kind of lag back in approach when we need to process bulk data and that we have to split the interval.. SAP must provide some work around with this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jun 2010 18:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034162#M1499804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-26T18:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034163#M1499805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, you must trigger a background job (I don't speak about *RFC of course) and scan the job status via RFC until the job ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you were able to split the process in small chunks, instead of calling the RFC several times, you might call the RFC once and avoid the timeout by calling TH_REDISPATCH function module as explained in [note 25528 - rdisp/max_wprun_time|http://service.sap.com/sap/support/notes/25528]. Note that a database commit is also triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 08:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034163#M1499805</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-06-28T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Synchronous RFC Function Module in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034164#M1499806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sandra,&lt;/P&gt;&lt;P&gt;Do you have an example of your solution how to verify the status of a remote FM ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-synchronous-rfc-function-module-in-background/m-p/7034164#M1499806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T08:38:01Z</dc:date>
    </item>
  </channel>
</rss>

