<?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: BADI for Notification, when system status changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999370#M406857</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;Did this solve your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 15:18:48 GMT</pubDate>
    <dc:creator>IanStubbings</dc:creator>
    <dc:date>2007-09-06T15:18:48Z</dc:date>
    <item>
      <title>BADI for Notification, when system status changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999368#M406855</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 know some BADIS which are triggered when system status of notification changes and i want both statuses  i.e. the status from (from which its changing) and to (to which its changing).&lt;/P&gt;&lt;P&gt; e.g if system status changes from NOCO to NOPR , i want both the status, when its saved.&lt;/P&gt;&lt;P&gt;hope will get some help from u people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999368#M406855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: BADI for Notification, when system status changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999369#M406856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;Check BAdi : &amp;lt;b&amp;gt;NOTIF_EVENT_SAVE&amp;lt;/b&amp;gt; or user exit &amp;lt;b&amp;gt;'ZXWOCU07'&amp;lt;/b&amp;gt; and check the status with FM &amp;lt;b&amp;gt;'STATUS_TEXT_EDIT'&amp;lt;/b&amp;gt; bypssing buffer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SImilar code would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'STATUS_TEXT_EDIT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                  = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    flg_user_stat           = 'X'&lt;/P&gt;&lt;P&gt;    objnr                   = wa_caufv-objnr&lt;/P&gt;&lt;P&gt;    only_active             = 'X'&lt;/P&gt;&lt;P&gt;    spras                   = 'E'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   bypass_buffer           = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   anw_stat_existing       = ustatus&lt;/P&gt;&lt;P&gt;   e_stsma                 = status_profile&lt;/P&gt;&lt;P&gt;   line                    = system_status&lt;/P&gt;&lt;P&gt;   user_line               = user_status&lt;/P&gt;&lt;P&gt;   stonr                   = status_no&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   object_not_found        = 1&lt;/P&gt;&lt;P&gt;   OTHERS                  = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sytem_status &amp;lt;&amp;gt; wa_caufv-(syatem_status).&lt;/P&gt;&lt;P&gt;  . . .. &lt;/P&gt;&lt;P&gt;. . . . &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 23:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999369#M406856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T23:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: BADI for Notification, when system status changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999370#M406857</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;Did this solve your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 15:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-notification-when-system-status-changes/m-p/1999370#M406857</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2007-09-06T15:18:48Z</dc:date>
    </item>
  </channel>
</rss>

