<?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 Kill viewer-application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490997#M228463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me the syntax to kill a windows application (an application to view archived documents) in an ABAP program. The class CL_GUI_FRONTEND_SERVICES has only a method to execute an application, but not to stop it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably it will run with function module SXPG_COMMAND_EXECUTE, but I don't know the command to kill the application with DOS. The command NET STOP &amp;lt;servicename&amp;gt; wasn't successful yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it can be done, and where can I get some information on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2006 14:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-03T14:35:59Z</dc:date>
    <item>
      <title>Kill viewer-application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490997#M228463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me the syntax to kill a windows application (an application to view archived documents) in an ABAP program. The class CL_GUI_FRONTEND_SERVICES has only a method to execute an application, but not to stop it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably it will run with function module SXPG_COMMAND_EXECUTE, but I don't know the command to kill the application with DOS. The command NET STOP &amp;lt;servicename&amp;gt; wasn't successful yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it can be done, and where can I get some information on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 14:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490997#M228463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kill viewer-application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490998#M228464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dominik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In windows, there is no direct&lt;/P&gt;&lt;P&gt;  dos command&lt;/P&gt;&lt;P&gt;  to kill a process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 14:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490998#M228464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kill viewer-application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490999#M228465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;for project reasons I continued to work on the problem no more than a day ago. The solution is below-mentioned .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE 'TASKKILL /IM ALVIEWER.EXE' TO ld_command.      &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_EXEC'                             &lt;/P&gt;&lt;P&gt;    EXPORTING                                          &lt;/P&gt;&lt;P&gt;      COMMAND          = ld_command                    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER        =                                 &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING                                           &lt;/P&gt;&lt;P&gt;     RETURNCODE       = ld_return .                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 13:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kill-viewer-application/m-p/1490999#M228465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T13:52:56Z</dc:date>
    </item>
  </channel>
</rss>

