<?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 processes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579464#M22914</link>
    <description>&lt;P&gt;I have tested using Communication type user but still in SAP it is creating dialogue process. i find the documentation is quite misleading here they mentioned Communication user type is meant for dialogue free external RFC call but still it creates dialogue process.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 04:09:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-01-31T04:09:49Z</dc:date>
    <item>
      <title>RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579445#M22895</link>
      <description>&lt;P&gt;WHile connecting to RFC using nco connector from .NET it is creating dialogue process. so we have 25 parallel program to run from SAP dashboard which calls 25 times .NET api and creates connection with SAP system. while calling RFC it is creating 25 dialogue user in SAP system which creates bottleneck in SAP and causing performance issue. is there a way I can call RFC from .NET using nco connector without creating a dialogue user in SAP? please provide some solution on this else we are not able to move our code to other environment.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 21:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579445#M22895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-19T21:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579446#M22896</link>
      <description>&lt;P&gt;The right term to use is "occupying a dialog workprocess", not "creating a dialogue user".&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 22:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579446#M22896</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-01-19T22:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579447#M22897</link>
      <description>&lt;P&gt;Why can't you just limit the number of calls at the same time, by your program?&lt;/P&gt;
  &lt;P&gt;Did you analyze why there is a "bottleneck" issue? (that's weird, for only 25 calls... or did I not understand?)&lt;/P&gt;
  &lt;P&gt;Otherwise, ask the system administrator if he/she can do something about your issue.&lt;/P&gt;
  &lt;P&gt;PS: You are just experiencing the &lt;A href="https://en.wikipedia.org/wiki/Denial-of-service_attack"&gt;DoS attacks&lt;/A&gt;, but you do them from the inside &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 22:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579447#M22897</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-01-19T22:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579448#M22898</link>
      <description>&lt;P&gt;I've fixed the subject. Sundaram Das, please make the effort to use the correct terminology. Precision and accuracy are important in development.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579448#M22898</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-01-20T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579449#M22899</link>
      <description>&lt;P&gt;The Facts are summarized here:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abenrfc_context.htm" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abenrfc_context.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 09:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579449#M22899</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-01-20T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579450#M22900</link>
      <description>&lt;P&gt;HI Sandra,&lt;/P&gt;
  &lt;P&gt;i have checked with my admin team and i found they set the dialogue process count as 19. SO they mentioned BODS use background worker process so we have to use BODS as this is approved by SAP. So is there a way i can call RFC from .NET without creating dialogue process. They mentioned we can't use NCO Connector to call RFC's as it creates dialogue process also RFC's are not meant for bulk data transaction.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579450#M22900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-22T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579451#M22901</link>
      <description>&lt;P&gt;Hey Matthew, I am not a SAP guy so don't know about any terminology just hearing from my colleagues while integrating SAP data transaction with .NET Application and try to replicating the same words here. I am sorry if i create any confusion here.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579451#M22901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-22T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579452#M22902</link>
      <description>&lt;P&gt;HI Horst,&lt;/P&gt;
  &lt;P&gt;i have checked with my admin team and i found they set the dialogue process count as 19. SO they mentioned BODS use background worker process so we have to use BODS as this is approved by SAP. So is there a way i can call RFC from .NET without creating dialogue process. They mentioned we can't use NCO Connector to call RFC's as it creates dialogue process also RFC's are not meant for bulk data transaction.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 22:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579452#M22902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-22T22:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579453#M22903</link>
      <description>&lt;P&gt;Hi Sundaram &lt;/P&gt;
  &lt;P&gt;When using .NET you are using RFC? did you try with SOAp as well does it work the same way &lt;/P&gt;
  &lt;P&gt;To understand your integration better you are trying to call the SAP systems 25 times and each time you need a different user ? Can you not use the same user when calling the system.&lt;/P&gt;
  &lt;P&gt; I am not so sure why you need so many users. When a RFC call is done from the external system it can be called multiple times with the same user do you have an issue doing that ? Read this link here; &lt;A href="https://help.sap.com/saphelp_sm71_sp11/helpdata/en/c2/5d2ac570228941bc60c0e66580b18a/frameset.htm" target="test_blank"&gt;https://help.sap.com/saphelp_sm71_sp11/helpdata/en/c2/5d2ac570228941bc60c0e66580b18a/frameset.htm&lt;/A&gt; &lt;/P&gt;
  &lt;P&gt;Did you try the Asynchronous Methods as mentioned here; &lt;A href="https://help.sap.com/saphelp_sm71_sp11/helpdata/en/d9/15cd02ea537a47ac150de532cc1a79/frameset.htm" target="test_blank"&gt;https://help.sap.com/saphelp_sm71_sp11/helpdata/en/d9/15cd02ea537a47ac150de532cc1a79/frameset.htm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Pl advise more details and review the links to check if its helpful &lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Vinita&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 00:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579453#M22903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T00:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579454#M22904</link>
      <description>&lt;P&gt;Hi Vinita,&lt;/P&gt;
  &lt;P&gt;i find your answer more relevant. I am using the same user to call different RFC function of on each call. Is it possible to create different dialog process for same user on 25 times call. so i have 25 different .net apis and i scheduled these 25 .net apis from sap dash board everyday 2 times. so every day 25 times my .net api will trigger and it will create connection between the sap system and .net. Along with that in SAP system manually lots of user can login so our admin team is thinking if 25 times .net api calls then it will create dialogue process and also if at a a time 30 user login to sap system so it will also create dialogue process it can create bottleneck in the sap system. could you please suggest what will be the best option in that scenario.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 03:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579454#M22904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T03:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579455#M22905</link>
      <description>&lt;P&gt;One more doubt if i call 25 time sap system from .net with same user will it create 25 dialogue process or only one dialogue process as i am using the same user to call RFC from .NET.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 03:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579455#M22905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T03:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579456#M22906</link>
      <description>&lt;P&gt;No. RFC is always processed by a dialog workprocess (whatever it is synchronous, asynchronous, etc.) HTTP/SOAP work the same.&lt;/P&gt;
  &lt;P&gt;Your admins are right, RFC is not for mass processing. But we still don't know what your issue is. Could you describe the "bottleneck" in détails, and why it is an issue? (25 quick RFCs should be fine, but are they quick?)&lt;/P&gt;
  &lt;P&gt;Mass processing should be scheduled as a background job (in background workprocesses). Dialog workprocesses should be reserved to user activity or to user-like activity (quick actions and processing).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 08:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579456#M22906</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-01-23T08:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579457#M22907</link>
      <description>&lt;P&gt;Yea I got your point so here the challange for me we have 25 different SAP jobs scheduled in SAP dashboard in different times. Now each SAP job calls .NET Api internally. .NET API internally calls SAP RFC to read huge data from SAP and post the data to some other database. to connect SAP RFC from .NET we use nco connector and while doing that it creates dialogue process. So now what Admins are thinking because we have 25 jobs scheduled from SAP in time diff of 10 mins also users will login to the SAP system frequently. So our admins are thinking if some job take lots of time to process huge data so SAP will block the dialogue process for certain time and as we have 25 jobs running so there may be sometime where all it may create more than 25 dialogue process as we are using nco connector to call RFC. which may cause performance issue or bottleneck in SAP system. so there is no other option from .NET without create dialogue process i can all RFC.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579457#M22907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579458#M22908</link>
      <description>&lt;P&gt;hI Sundaram&lt;/P&gt;
  &lt;P&gt;As far as I know all RFC users are treated as System users and not Dialog users ?&lt;/P&gt;
  &lt;P&gt;I dont think it would create dialog processes with a system user but better for you to check after you change the user type. Check this link &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nw70ehp2/helpdata/en/3d/3272396ace5534e10000000a11405a/frameset.htm" target="test_blank"&gt;https://help.sap.com/saphelp_nw70ehp2/helpdata/en/3d/3272396ace5534e10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Let me know if it helps! &lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Vinita&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579458#M22908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579459#M22909</link>
      <description>&lt;P&gt;Hi Sandra,&lt;/P&gt;
  &lt;P&gt;thank you for the information. Can I consume SAP web Service from .NET? Does it create dialogue process? What I am planning is i will write select query in my RFC and the RFC i will call inside the web service. This SAP web service i will consume from the .NET application rather than calling SAP RFC directly from .NET as it creates dialogue process.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579459#M22909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-30T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579460#M22910</link>
      <description>&lt;P&gt;Thank you Vinita for your help let me show this to my admins and test.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579460#M22910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-30T13:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579461#M22911</link>
      <description>&lt;P&gt;Hi. RFC is done via dialog workprocess because it's intended for short operations. It's the same for web services.&lt;/P&gt;
  &lt;P&gt;Big processing should be done via background workprocesses. The admins didn't tell you?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579461#M22911</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-01-30T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579462#M22912</link>
      <description>&lt;P&gt;Hi Sandra,&lt;/P&gt;
  &lt;P&gt;i found in one article that Communication User type is specifically for External RFC Calls. So if i use the same user type to call RFC or Web Service still it will create dialogue process.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nw70ehp2/helpdata/en/3d/3272396ace5534e10000000a11405a/frameset.htm" target="test_blank"&gt;https://help.sap.com/saphelp_nw70ehp2/helpdata/en/3d/3272396ace5534e10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;this is the link&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579462#M22912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-30T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579463#M22913</link>
      <description>&lt;P&gt;For RFC and HTTP, it's always a dialog workprocess. Whatever user type you choose.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579463#M22913</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-01-30T17:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC dialog processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579464#M22914</link>
      <description>&lt;P&gt;I have tested using Communication type user but still in SAP it is creating dialogue process. i find the documentation is quite misleading here they mentioned Communication user type is meant for dialogue free external RFC call but still it creates dialogue process.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 04:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-dialog-processes/m-p/579464#M22914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-31T04:09:49Z</dc:date>
    </item>
  </channel>
</rss>

