<?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 Checking for a Process Message Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200221#M470019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SAP xMII application that connects to a R/3 instance and creates a PI_PHCON message using BAPI_PROCESS_MESSAGE_CREATEMLT. This particular BAPI responds back with a "Message created successfully" OR else some error. Is there any way to find the status of this message after it was created in R/3, I mean can we find out if the created message was posted successfully OR was there any Error OR is it under process etc?&lt;/P&gt;&lt;P&gt;I am looking @ some standard functionality within R/3. The version I am interfacing with is 4.6c&lt;/P&gt;&lt;P&gt;I did try to explore BAPI_PROCESS_MESSAGE_CHK_EXIST ,which ,after looking @ the code, I thought would solve my problem, but unfortunately it return only if the message is created OR not found (even though the code talks about other statuses too!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Input would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Udayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 16:28:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T16:28:11Z</dc:date>
    <item>
      <title>Checking for a Process Message Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200221#M470019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SAP xMII application that connects to a R/3 instance and creates a PI_PHCON message using BAPI_PROCESS_MESSAGE_CREATEMLT. This particular BAPI responds back with a "Message created successfully" OR else some error. Is there any way to find the status of this message after it was created in R/3, I mean can we find out if the created message was posted successfully OR was there any Error OR is it under process etc?&lt;/P&gt;&lt;P&gt;I am looking @ some standard functionality within R/3. The version I am interfacing with is 4.6c&lt;/P&gt;&lt;P&gt;I did try to explore BAPI_PROCESS_MESSAGE_CHK_EXIST ,which ,after looking @ the code, I thought would solve my problem, but unfortunately it return only if the message is created OR not found (even though the code talks about other statuses too!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Input would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Udayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 16:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200221#M470019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T16:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for a Process Message Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200222#M470020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other statuses "In Process"(sy-subrc = 2) and "Internal Error"(sy-subrc = 4 or others) are hard to capture as a message probably stays in "In Process" status for a very little time and getting an "Internal Error" is a very rare case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 16:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200222#M470020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T16:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for a Process Message Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200223#M470021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would a "terminated" status ("Red" on the message monitor) would that be an "Internal Error"?&lt;/P&gt;&lt;P&gt;If yes then is BAPI_PROCESS_MESSAGE_CHK_EXIST capable of capturing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 17:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-for-a-process-message-status/m-p/2200223#M470021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T17:32:58Z</dc:date>
    </item>
  </channel>
</rss>

