<?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 How to kill a work process within a custom program (batch) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011034#M1897255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using SCN for years and finally took the time to register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the situation: We have a program in our producitve system that starts parallel processes while running.&lt;/P&gt;&lt;P&gt;Sometimes (the cause is not yet determined) one process just runs longer with no attempt to stop. The main process is captured at a WAIT UNTIL command. We basically wait a defined time, then we want to automatically EXIT the program. Let's just say we don't want long runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now: We want that one parallel process to be killed. This is why because our main program is running all day in a loop and cant be restarted, if one parallel process is still running. At the moment we are killing the process in SM50 manually. We want that to be done automatically within the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some functions TH_* like TH_SYSTEMWIDE_WPINFO which provides all wps from all application servers. There I can see my process, but how can I kill it and do I have to change application server as there are up to 6 different ones where the parallel process might be running (because of parallelization the main programm can be running on a different application server as the parallel process)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your ideas!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 15:38:37 GMT</pubDate>
    <dc:creator>QBY_Stefan</dc:creator>
    <dc:date>2015-04-13T15:38:37Z</dc:date>
    <item>
      <title>How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011034#M1897255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using SCN for years and finally took the time to register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the situation: We have a program in our producitve system that starts parallel processes while running.&lt;/P&gt;&lt;P&gt;Sometimes (the cause is not yet determined) one process just runs longer with no attempt to stop. The main process is captured at a WAIT UNTIL command. We basically wait a defined time, then we want to automatically EXIT the program. Let's just say we don't want long runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now: We want that one parallel process to be killed. This is why because our main program is running all day in a loop and cant be restarted, if one parallel process is still running. At the moment we are killing the process in SM50 manually. We want that to be done automatically within the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some functions TH_* like TH_SYSTEMWIDE_WPINFO which provides all wps from all application servers. There I can see my process, but how can I kill it and do I have to change application server as there are up to 6 different ones where the parallel process might be running (because of parallelization the main programm can be running on a different application server as the parallel process)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your ideas!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011034#M1897255</guid>
      <dc:creator>QBY_Stefan</dc:creator>
      <dc:date>2015-04-13T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011035#M1897256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a similar process in our system. I dont know how to kill an existing process but what we did was to code a wait until &amp;lt;logical expression&amp;gt; along with a &amp;lt;time frame&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the main program will only be allowed to run for a certain # of seconds irrespective of the logical expression on the wait statement. If the time is up the main program continues with its execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;WAIT UNTIL &lt;A class="blue" href="https://community.sap.com/"&gt;log_exp&lt;/A&gt; [UP TO sec SECONDS].&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps with atleast one part of your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 16:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011035#M1897256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T16:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011036#M1897257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do get all the details of the processes running through the FM 'TH_SYSTEMWIDE_WPINFO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the conditions we can transfer the details to a file (killproc.bat) on the application server through an scheduled abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abap program - condition example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF WA&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;WP_TYP &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DIA' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;WA&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;WP_STATUS &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Running' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;WA&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;WP_ELTIME &lt;SPAN class="L0S52"&gt;GT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;5000&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'taskkill' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'/pid ' &lt;/SPAN&gt;wa&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wp_pid &lt;SPAN class="L0S33"&gt;'/F' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;str &lt;SPAN class="L0S52"&gt;SEPARATED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;transfer str &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;w_dataset1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;ENDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Finally we have to create schedules on the application server to run this file killproc.bat&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;This file has command taskkill with pid number.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;example: taskkill /pid 1836 /F&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;I do hope you go the idea.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 20:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011036#M1897257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011037#M1897258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a system command to kill a process :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;CONSTANTS&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;opcode_wp_stop &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;x &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" or INCLUDE TSKHINCL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ThWpInfo' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'OPCODE' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;opcode_wp_stop&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'PID' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;pid&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or use TH_STOP_WP FM.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011037#M1897258</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-04-14T06:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011038#M1897259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM &lt;STRONG&gt;TH_STOP_WP&lt;/STRONG&gt; is exactly what we need. I didn't think of system commands before.&lt;/P&gt;&lt;P&gt;If we use this one, I have to be on the same server as the process with the pid, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the program is currently running on a different server though, how can I switch to the correct server within the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011038#M1897259</guid>
      <dc:creator>QBY_Stefan</dc:creator>
      <dc:date>2015-04-14T08:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011039#M1897260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug SM51 on a multi-app-server system, and you should be able to figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011039#M1897260</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-04-14T08:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011040#M1897261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to complete this topic:&lt;/P&gt;&lt;P&gt;Switching server is done in FM &lt;STRONG&gt;TH_REMOTE_TRANSACTION.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="color: #2d6fdc;"&gt;CALL FUNCTION&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #43be39;"&gt;'TH_REMOTE_TRANSACTION'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3779e6;"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dest&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&amp;lt;your server&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcode &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;This can be found in program &lt;STRONG&gt;rsm51000_alv&lt;/STRONG&gt; in routine &lt;STRONG&gt;sm51_user_cmd&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 07:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011040#M1897261</guid>
      <dc:creator>QBY_Stefan</dc:creator>
      <dc:date>2015-04-15T07:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a work process within a custom program (batch)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011041#M1897262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Mr. Mathew &amp;amp; Mr. Raymond,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;using the fm&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #43be39;"&gt;'TH_REMOTE_TRANSACTION' &lt;SPAN style="color: #000000;"&gt;we get the list of PIDs running on other application servers&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #43be39;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If we delete the process&amp;nbsp; using fm&lt;/SPAN&gt; &lt;SPAN class="string"&gt;&lt;SPAN style="color: #339966;"&gt;'ThWpInfo'&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;or&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #339966;"&gt;TH_STOP_WP&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;then will it delete on the other application server&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 08:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-kill-a-work-process-within-a-custom-program-batch/m-p/11011041#M1897262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-15T08:02:53Z</dc:date>
    </item>
  </channel>
</rss>

