<?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: process list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290694#M1389823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try function module TH_WPINFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I feel this should be done using Locks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Oct 28, 2009 7:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 13:34:02 GMT</pubDate>
    <dc:creator>Pawan_Kesari</dc:creator>
    <dc:date>2009-10-28T13:34:02Z</dc:date>
    <item>
      <title>process list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290692#M1389821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a process which sleeps for one second and then executes some Select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find out about the process running under the SAP GUI. I tried SM66.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is shown openly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But how do I access this list from within my program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there MUST be some kind of list for the processes but I cannot find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to trace SM66 with ST05 but still can´t find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I need is a list of the current running processes. I only need to read if there is a process for my REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a table with USER and REPORT would be great. Is there such a table in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H Prokoph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290692#M1389821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: process list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290693#M1389822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try function module TH_SYSTEMWIDE_WPINFO.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290693#M1389822</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-28T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: process list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290694#M1389823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try function module TH_WPINFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I feel this should be done using Locks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Oct 28, 2009 7:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290694#M1389823</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-10-28T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: process list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290695#M1389824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOrry, I don´t know what Locks are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, Thomas, your solution works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try using the Field wp_status to test if my process from USER&lt;/P&gt;&lt;P&gt;WP_BNAME is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your rapid answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-list/m-p/6290695#M1389824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:44:25Z</dc:date>
    </item>
  </channel>
</rss>

