<?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: Call function STARTING NEW TASK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040111#M1808872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ronaldo,&lt;/P&gt;&lt;P&gt;From my point of view these two are the usages:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Scenario 1&lt;/STRONG&gt;&lt;/EM&gt; - You want to execute only on a specific destination&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/EM&gt; &lt;STRONG style="font-size: 12px; color: #333333;"&gt;destinarion &amp;lt;destination_name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Scenario 2&lt;/STRONG&gt;&lt;/EM&gt; - You have a landscape composed by 3 application servers and you want to configure a RFC logon group (or also known as server group) using only 2 application servers.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/EM&gt; &lt;STRONG style="font-size: 12px; color: #333333;"&gt;destination in group &amp;lt;logon_group&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I don't think that it makes sense using both scenarios because if you have the destination then it is already pointing to the expected endpoint. &lt;/P&gt;&lt;P&gt;If you don't have a specific destination but you want to execute in any of the servers that belong to the Logon Group you use the scenario 2. The Logon Group or Server Group is often used (among others probably) for parallel processing tasks (refer to &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm"&gt;Defining RFC Groups for Parallel-Processed Jobs (SAP Library - Background Processing)&lt;/A&gt;), on which you specify a group of servers with specific usage details (% of free work processes and so on). This is used for load balancing purposes while executing background tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Resuming:&lt;/STRONG&gt;&lt;/EM&gt; I believe that if you do have a destination to be used then proceed with the Scenario 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 08:52:53 GMT</pubDate>
    <dc:creator>antoniovaz</dc:creator>
    <dc:date>2014-01-09T08:52:53Z</dc:date>
    <item>
      <title>Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040107#M1808868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a RFC with destination SAP_ECC I will add "starting new task" the group name is 'interfaces'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can do This .Any example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would write in Destination?&amp;nbsp; SAP_ECC or INTERFACES How I can Do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_USER_GET_DETAIL'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;STARTING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NEW &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TASK &lt;/SPAN&gt;v_taskname1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; DESTINATION &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;GROUP INTERFACES&lt;/SPAN&gt;&amp;nbsp; (or SAP_ECC?)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORMING z_return_info &lt;SPAN class="L0S52"&gt;ON &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TASK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; username&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_finaluser&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bname&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logondata&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-logondata&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; company&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-company&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; islocked&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-islocked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; profiles&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_bapiprofiles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activitygroups &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_activitygroups&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addtel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_addtel&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040107#M1808868</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-08T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040108#M1808869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm"&gt;CALL FUNCTION - STARTING NEW TASK (SAP Library - Components of SAP Communication Technology)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use a RFC logon group defined in the RZ12 transaction you should use the syntax &lt;STRONG&gt;destination in group &amp;lt;logon_group&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to execute the RFC in a specific destination, configured in the SM59, you should use &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;destinarion &amp;lt;destination_name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040108#M1808869</guid>
      <dc:creator>antoniovaz</dc:creator>
      <dc:date>2014-01-08T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040109#M1808870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'BAPI_USER_GET_DETAIL'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;STARTING &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;NEW &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;TASK &lt;/SPAN&gt;v_taskname1&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;nbsp; DESTINATION &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;IN &lt;/SPAN&gt; SAP_ECC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERFORMING z_return_info &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ON &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;TASK&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; username&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;wa_finaluser&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;bname&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logondata&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-logondata&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-address&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; company&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-company&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; islocked&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = wa_infousercabecmod-islocked&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; profiles&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;it_bapiprofiles&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activitygroups &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;it_activitygroups&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addtel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;it_addtel&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Prakash&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 17:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040109#M1808870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040110#M1808871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i use &lt;STRONG style="font-size: 12px; color: #333333;"&gt;destination in group &amp;lt;logon_group&amp;gt;&lt;/STRONG&gt; how the system will understand that is to go to the SAP_ECC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040110#M1808871</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-01-08T18:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040111#M1808872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ronaldo,&lt;/P&gt;&lt;P&gt;From my point of view these two are the usages:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Scenario 1&lt;/STRONG&gt;&lt;/EM&gt; - You want to execute only on a specific destination&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/EM&gt; &lt;STRONG style="font-size: 12px; color: #333333;"&gt;destinarion &amp;lt;destination_name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Scenario 2&lt;/STRONG&gt;&lt;/EM&gt; - You have a landscape composed by 3 application servers and you want to configure a RFC logon group (or also known as server group) using only 2 application servers.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Usage:&lt;/STRONG&gt;&lt;/EM&gt; &lt;STRONG style="font-size: 12px; color: #333333;"&gt;destination in group &amp;lt;logon_group&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I don't think that it makes sense using both scenarios because if you have the destination then it is already pointing to the expected endpoint. &lt;/P&gt;&lt;P&gt;If you don't have a specific destination but you want to execute in any of the servers that belong to the Logon Group you use the scenario 2. The Logon Group or Server Group is often used (among others probably) for parallel processing tasks (refer to &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm"&gt;Defining RFC Groups for Parallel-Processed Jobs (SAP Library - Background Processing)&lt;/A&gt;), on which you specify a group of servers with specific usage details (% of free work processes and so on). This is used for load balancing purposes while executing background tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Resuming:&lt;/STRONG&gt;&lt;/EM&gt; I believe that if you do have a destination to be used then proceed with the Scenario 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 08:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040111#M1808872</guid>
      <dc:creator>antoniovaz</dc:creator>
      <dc:date>2014-01-09T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040112#M1808873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Now I don't think that it makes sense using both scenarios because if you have the destination then it is already pointing to the expected endpoint.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As a matter of fact you cannot mix them together &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN GROUP is an addition to the DESTINATION construct and should be used when you plan to use RFC server groups within the current AppServer (generally for parallel processing).&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>Thu, 09 Jan 2014 09:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040112#M1808873</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-01-09T09:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040113#M1808874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use destination only for RFC case. Server groups to be used in case you want ot perform some parallel procesisng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040113#M1808874</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-09T09:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Call function STARTING NEW TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040114#M1808875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suhas,&lt;/P&gt;&lt;P&gt;That was a bad choice of words, reading my sentence could lead you to think that they complement but in fact they don't (as you already stated) &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing that out.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;António Vaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-starting-new-task/m-p/10040114#M1808875</guid>
      <dc:creator>antoniovaz</dc:creator>
      <dc:date>2014-01-09T09:24:13Z</dc:date>
    </item>
  </channel>
</rss>

