<?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 the Process ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135077#M112807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use like this (it won't give error now)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TH_WP_DETAIL_INFO'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   WP                           = 'XX'&lt;/P&gt;&lt;P&gt;   WITH_CPU                     = '10'&lt;/P&gt;&lt;P&gt;   WP_INDEX                     = '0'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   WPINFO                       = wpinfo&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAREC                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_BAD_PARAMTER_LENGTH       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_NO_PARAMETER              = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_BAD_PARAMETER_VALUE       = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_LIST_ERROR                = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_INTERNAL_ERROR            = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                       = 6&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;/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>Mon, 20 Feb 2006 08:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-20T08:55:52Z</dc:date>
    <item>
      <title>Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135072#M112802</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 want to get the Process ID in executing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In aRFC, It logs the PID. And I'll check in another program that the PID is active or inactive.&lt;/P&gt;&lt;P&gt;How to get the PID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CF) I don't use "ON END OF TASK".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;kil-nam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 06:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135072#M112802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T06:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135073#M112803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see wheather tis is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY ID &amp;lt;pid&amp;gt; - uses a default value from the global SAP memory (SPA/GPA parameters). &amp;lt;pid&amp;gt; can be up to 3 characters long and must not be enclosed in quotation marks. You use the global SAP memory to pass values retained beyond transaction limits between programs. This memory is available to a user for the entire duration of a terminal session and any parallel sessions use the same memory. The SAP memory is thus more comprehensive than the transaction-bound Data Clusters in ABAP/4 memory. See the TPARA table ("Directory of Memory IDs") for all system Memory IDs. Parameters can be set user specific in the user's master records with the name &amp;lt;pid&amp;gt;. See also SET/GET PARAMETER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 07:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135073#M112803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135074#M112804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in SM50 , u can see process overview, ther u can see PID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 07:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135074#M112804</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-20T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135075#M112805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use the FM TH_WP_DETAIL_INFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. do not pass any parameters .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;/P&gt;&lt;P&gt;In export parameters&lt;/P&gt;&lt;P&gt;WPINFO-WP_PID   is the required field.&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>Mon, 20 Feb 2006 07:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135075#M112805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135076#M112806</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;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it takes an error "Bad parameter Error".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is "do not pass any pamaeters" Correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;kil-nam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135076#M112806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135077#M112807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use like this (it won't give error now)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TH_WP_DETAIL_INFO'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   WP                           = 'XX'&lt;/P&gt;&lt;P&gt;   WITH_CPU                     = '10'&lt;/P&gt;&lt;P&gt;   WP_INDEX                     = '0'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   WPINFO                       = wpinfo&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAREC                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_BAD_PARAMTER_LENGTH       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_NO_PARAMETER              = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_BAD_PARAMETER_VALUE       = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_LIST_ERROR                = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TH_INTERNAL_ERROR            = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                       = 6&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;/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>Mon, 20 Feb 2006 08:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135077#M112807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Process ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135078#M112808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is ur problem solved&lt;/P&gt;&lt;P&gt;   using the code which i mentioned&lt;/P&gt;&lt;P&gt;   in the previous reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (or still parameter error is coming)?&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>Mon, 20 Feb 2006 09:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-the-process-id/m-p/1135078#M112808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:40:18Z</dc:date>
    </item>
  </channel>
</rss>

