<?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: PM Notification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077735#M96792</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;Use Enhancement IWOC0002 (EXIT_SAPLIQS0_001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the following function to change the status :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ststus is user defined then use&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'STATUS_CHANGE_EXTERN'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      CHECK_ONLY          = ' '&lt;/P&gt;&lt;P&gt;      CLIENT              = SY-MANDT&lt;/P&gt;&lt;P&gt;      OBJNR               = LT_OUTTAB-OBJNR1&lt;/P&gt;&lt;P&gt;      USER_STATUS         = ZSTATUS&lt;/P&gt;&lt;P&gt;      SET_INACT           = ' '&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND    = 1&lt;/P&gt;&lt;P&gt;      STATUS_INCONSISTENT = 2&lt;/P&gt;&lt;P&gt;      STATUS_NOT_ALLOWED  = 3&lt;/P&gt;&lt;P&gt;      OTHERS              = 4.&lt;/P&gt;&lt;P&gt;Other wise use &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'STATUS_CHANGE_INTERN'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      CHECK_ONLY          = ' '&lt;/P&gt;&lt;P&gt;      CLIENT              = SY-MANDT&lt;/P&gt;&lt;P&gt;      OBJNR               = LT_OUTTAB-OBJNR1&lt;/P&gt;&lt;P&gt;      USER_STATUS         = ZSTATUS&lt;/P&gt;&lt;P&gt;      SET_INACT           = ' '&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND    = 1&lt;/P&gt;&lt;P&gt;      STATUS_INCONSISTENT = 2&lt;/P&gt;&lt;P&gt;      STATUS_NOT_ALLOWED  = 3&lt;/P&gt;&lt;P&gt;      OTHERS              = 4.&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2005 18:35:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-10T18:35:32Z</dc:date>
    <item>
      <title>PM Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077732#M96789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem. &lt;/P&gt;&lt;P&gt;I have to change the status of a maintenance Notification &lt;/P&gt;&lt;P&gt;(PM, transaction iw52) in complete mode in automatic way: through a BAPI or function. Can someone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 17:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077732#M96789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T17:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: PM Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077733#M96790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try using IQS0_COMPLETE_NOTIFICATION?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 18:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077733#M96790</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2005-11-10T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: PM Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077734#M96791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this function group.  Maybe there is something here that you can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IQS6                           SM notifications BAPIs                                                
BAPI_SERVNOT_ADD_DATA          Added Items, Causes, Activities, Tasks, Partners of the service notif.
&amp;lt;b&amp;gt;BAPI_SERVNOT_CHANGEUSRSTAT     Change the user status of a service notification                     &amp;lt;/b&amp;gt; BAPI_SERVNOT_CLOSE             Complete service notification                                         
BAPI_SERVNOT_CREATE            Create service notification                                           
BAPI_SERVNOT_DEL_DATA          Delete Items, Causes, Activities, Tasks, Partners of the service notif
BAPI_SERVNOT_GET_DETAIL        Get details about a service notification                              
BAPI_SERVNOT_MODIFY_DATA       Modify a service notification or associated subdata                   
BAPI_SERVNOT_POSTPONE          Postpone service notification                                         
BAPI_SERVNOT_PUTINPROGRESS     Put in process a service notification                                 
BAPI_SERVNOT_SAVE              Save service notification                                            &lt;/CODE&gt;&lt;/PRE&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;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 18:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077734#M96791</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-10T18:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: PM Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077735#M96792</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;Use Enhancement IWOC0002 (EXIT_SAPLIQS0_001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the following function to change the status :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ststus is user defined then use&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'STATUS_CHANGE_EXTERN'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      CHECK_ONLY          = ' '&lt;/P&gt;&lt;P&gt;      CLIENT              = SY-MANDT&lt;/P&gt;&lt;P&gt;      OBJNR               = LT_OUTTAB-OBJNR1&lt;/P&gt;&lt;P&gt;      USER_STATUS         = ZSTATUS&lt;/P&gt;&lt;P&gt;      SET_INACT           = ' '&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND    = 1&lt;/P&gt;&lt;P&gt;      STATUS_INCONSISTENT = 2&lt;/P&gt;&lt;P&gt;      STATUS_NOT_ALLOWED  = 3&lt;/P&gt;&lt;P&gt;      OTHERS              = 4.&lt;/P&gt;&lt;P&gt;Other wise use &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'STATUS_CHANGE_INTERN'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      CHECK_ONLY          = ' '&lt;/P&gt;&lt;P&gt;      CLIENT              = SY-MANDT&lt;/P&gt;&lt;P&gt;      OBJNR               = LT_OUTTAB-OBJNR1&lt;/P&gt;&lt;P&gt;      USER_STATUS         = ZSTATUS&lt;/P&gt;&lt;P&gt;      SET_INACT           = ' '&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND    = 1&lt;/P&gt;&lt;P&gt;      STATUS_INCONSISTENT = 2&lt;/P&gt;&lt;P&gt;      STATUS_NOT_ALLOWED  = 3&lt;/P&gt;&lt;P&gt;      OTHERS              = 4.&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 18:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pm-notification/m-p/1077735#M96792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T18:35:32Z</dc:date>
    </item>
  </channel>
</rss>

