<?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: Get which programs are still running in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001600#M1344355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot your answere works, so i have another question do you know how can i get which work procces is assigned to a program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 21:18:58 GMT</pubDate>
    <dc:creator>alejandro_romero2</dc:creator>
    <dc:date>2009-08-24T21:18:58Z</dc:date>
    <item>
      <title>Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001597#M1344352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus i need to to make a report, in this report i have to introduce the name of one program or transaction and i have to&lt;/P&gt;&lt;P&gt;show if this program is istill running or not, any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 22:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001597#M1344352</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2009-08-21T22:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001598#M1344353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;This should work :  BP_JOB_STATUS_GET&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'TH_WPINFO'
     EXPORTING
         SRVNAME        = SERVER_INFO-SERVER
     TABLES
         WPLIST         = LOC_WPLIST
     EXCEPTIONS
         OTHERS = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 22:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001598#M1344353</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-08-21T22:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001599#M1344354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can chk these FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BP_IS_JOB_ACTIVE_IN_WP&lt;/P&gt;&lt;P&gt;BP_JOB_CHECKSTATE&lt;/P&gt;&lt;P&gt;BP_JOB_CHECKSTATE_SM37B&lt;/P&gt;&lt;P&gt;BP_JOB_STATUS_GET&lt;/P&gt;&lt;P&gt;BP_JOB_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explore more FMs look at FG BTCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 13:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001599#M1344354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-23T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001600#M1344355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot your answere works, so i have another question do you know how can i get which work procces is assigned to a program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001600#M1344355</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2009-08-24T21:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001601#M1344356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"TH_WPINFO" which returns a list of work processes with program names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001601#M1344356</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-08-24T21:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001602#M1344357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but the program name that this funcion returns arent the names of the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example supose i have to run the program zpru, then inside the code of zpru i need to get the work process asigned to zpru.&lt;/P&gt;&lt;P&gt;If i run sm50  in the report name i dont get zpru ,so this function does not work in this case so what should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001602#M1344357</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2009-08-24T21:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001603#M1344358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I executed FM and sm50 in same server in two diff sessions I am able to see the same results... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am the only one working on my whole global server &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; _)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001603#M1344358</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-08-24T21:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get which programs are still running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001604#M1344359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesnt work for me , another idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-which-programs-are-still-running/m-p/6001604#M1344359</guid>
      <dc:creator>alejandro_romero2</dc:creator>
      <dc:date>2009-08-24T21:48:11Z</dc:date>
    </item>
  </channel>
</rss>

