<?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 Dialog process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251658#M1527666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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; The RFC will occupy dialog process in System A or in System B or in both the systems? &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that in case of A-RFC the "RFC Dialog" work process will be active in both the systems, it should be active in the called system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What makes you think that there will be 2 dialog work processes active in both the systems ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 08:07:35 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-09-22T08:07:35Z</dc:date>
    <item>
      <title>RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251652#M1527660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts. &lt;/P&gt;&lt;P&gt;I know that RFC always runs in a dialog process. &lt;/P&gt;&lt;P&gt;I am slightly confused on one thing - Lets say we call an asynchronous RFC via system A and it is calling System B. &lt;/P&gt;&lt;P&gt;The RFC will occupy dialog process in System A or in System B or in both the systems? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Sep 2010 10:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251652#M1527660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-18T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251653#M1527661</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;In case of Asynchronous (aRFC) call, the system passes the control back to the calling program immediately. The RFC call is executes in a different work process or in a new internal session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRFC calls are of two types: &lt;/P&gt;&lt;P&gt;Asynchronous call without response&lt;/P&gt;&lt;P&gt;Asynchronous call with response&lt;/P&gt;&lt;P&gt;In case of aRFC, you can ask you calling program to wait until it receives some response from the calling function module. You can then process the result of the aRFC call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of aRFC without response, any error message or system exceptions from the executing function module cannot be handled in the calling program.&lt;/P&gt;&lt;P&gt;In case of aRFC with response, you can ask the system to call back a method or a subroutine when the RFC all is executed. For this, the calling program must give the system an opportunity to call the ABAP FORM to handle the response of aRFC call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Link for schematic representation.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abaplearning.com/abap-tutorials/rfc/105-arfc" target="test_blank"&gt;http://www.abaplearning.com/abap-tutorials/rfc/105-arfc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Sep 2010 11:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251653#M1527661</guid>
      <dc:creator>anand_govardhan</dc:creator>
      <dc:date>2010-09-18T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251654#M1527662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I am aware of whatever you have written here. &lt;/P&gt;&lt;P&gt;My question was that the dialog process that Async RFC will occupy will be in both systems, or calling system, or called system? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having shortage of dialog processes issue, and that's why I am interested to know this. &lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Sep 2010 02:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251654#M1527662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-19T02:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251655#M1527663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Asynchronous Remote Function Calls &lt;/P&gt;&lt;P&gt;Asynchronous remote function calls (aRFCs) are similar to transactional RFCs, in that the user does not have to wait for their completion before continuing the calling dialog. There are three characteristics, however, that distinguish asynchronous RFCs from transactional RFCs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        When the caller starts an asynchronous RFC, the called server must be available to accept the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters of asynchronous RFCs are not logged to the database, but sent directly to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Asynchronous RFCs allow the user to carry on an interactive dialog with the remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The calling program can receive results from the asynchronous RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use asynchronous remote function calls whenever you need to establish communication with a remote system, but do not want to wait for the functionu2019s result before continuing processing. Asynchronous RFCs can also be sent to the same system. In this case, the system opens a new session (or window). You can then switch back and for between the calling dialog and the called session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think until calling server establishes connection with called server it will be using dialog server and then it may use the same dialog process for some other task as it doesn't need to wait for results.once again after receiving the results it uses the dialog process(correct me if i am wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Sep 2010 04:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251655#M1527663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-19T04:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251656#M1527664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I am aware of Arfc functionality. &lt;/P&gt;&lt;P&gt;Your last line is relevant to my reply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; think until calling server establishes connection with called server it will be using dialog server and then it may use the same dialog process for some other task as it doesn't need to wait for results.once again after receiving the results it uses the dialog process(correct me if i am wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, so does it mean when I do an ASync RFC, one dialog process will be occupied in the sender system, and when it reaches the called system, it will occupy another dialog process there? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if i misunderstood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251656#M1527664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251657#M1527665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think so.somebody can share their thoughts on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251657#M1527665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T05:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251658#M1527666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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; The RFC will occupy dialog process in System A or in System B or in both the systems? &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that in case of A-RFC the "RFC Dialog" work process will be active in both the systems, it should be active in the called system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What makes you think that there will be 2 dialog work processes active in both the systems ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251658#M1527666</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-09-22T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251659#M1527667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Suhas, I am not sure. I was just quoting Bala that "calling system" will also have a dialog process. &lt;/P&gt;&lt;P&gt;Acc to me, "CALLED" system will have a dialog process. &lt;/P&gt;&lt;P&gt;That's why in my reply I wrote that it means both system will occupy a dialog process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can I be sure that only the called system will occupy a dialog process, and not the calling system? &lt;/P&gt;&lt;P&gt;Any easy way to test it out? &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251659#M1527667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Dialog process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251660#M1527668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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; So can I be sure that only the called system will occupy a dialog process, and not the calling system? &lt;/P&gt;&lt;P&gt;&amp;gt; Any easy way to test it out? &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can test it. Call the RFC asynchronously in your own system( CALL FUNCTION ... STARTING NEW TASK ... DESTINATION 'NONE') &amp;amp; see the number of dialog work processes generated as a result of this call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-process/m-p/7251660#M1527668</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-09-22T08:40:28Z</dc:date>
    </item>
  </channel>
</rss>

