<?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: Change system status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-system-status/m-p/3486291#M838228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE  ZXWOCU07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Data Deceleration&lt;/P&gt;&lt;P&gt;  data : l_wa_pmsdo like pmsdo,&lt;/P&gt;&lt;P&gt;         l_wa_mara   like mara,&lt;/P&gt;&lt;P&gt;         l_wa_t003o like t003o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Get order type with the reference to Dialog Structure for Order Headers and Items&lt;/P&gt;&lt;P&gt;  select single *&lt;/P&gt;&lt;P&gt;                into l_wa_t003o&lt;/P&gt;&lt;P&gt;                      from t003o&lt;/P&gt;&lt;P&gt;                             where auart = caufvd_imp-auart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Check whether Revenue posting allowed&lt;/P&gt;&lt;P&gt;  if l_wa_t003o-erloese = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CLEAR L_WA_PMSDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CASE SY-TCODE.&lt;/P&gt;&lt;P&gt;      WHEN C_TCODE_IW31 or C_TCODE_IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Read objnr in temporary area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'PMSDO_READ'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            OBJNR     = caufvd_imp-objnr&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            ORG       = L_WA_PMSDO&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;            OTHERS    = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 21:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T21:20:01Z</dc:date>
    <item>
      <title>Change system status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-system-status/m-p/3486290#M838227</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;My requirement is in IW32 if I change system status for that order, then system status  of Network related to it ( in transcation CN22) should also change.&lt;/P&gt;&lt;P&gt;What user exit shoud I use and which BAPI shoud be used to change system status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answer will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Madhura.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 14:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-system-status/m-p/3486290#M838227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change system status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-system-status/m-p/3486291#M838228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE  ZXWOCU07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Data Deceleration&lt;/P&gt;&lt;P&gt;  data : l_wa_pmsdo like pmsdo,&lt;/P&gt;&lt;P&gt;         l_wa_mara   like mara,&lt;/P&gt;&lt;P&gt;         l_wa_t003o like t003o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Get order type with the reference to Dialog Structure for Order Headers and Items&lt;/P&gt;&lt;P&gt;  select single *&lt;/P&gt;&lt;P&gt;                into l_wa_t003o&lt;/P&gt;&lt;P&gt;                      from t003o&lt;/P&gt;&lt;P&gt;                             where auart = caufvd_imp-auart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Check whether Revenue posting allowed&lt;/P&gt;&lt;P&gt;  if l_wa_t003o-erloese = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CLEAR L_WA_PMSDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CASE SY-TCODE.&lt;/P&gt;&lt;P&gt;      WHEN C_TCODE_IW31 or C_TCODE_IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Read objnr in temporary area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'PMSDO_READ'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            OBJNR     = caufvd_imp-objnr&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            ORG       = L_WA_PMSDO&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;            OTHERS    = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 21:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-system-status/m-p/3486291#M838228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T21:20:01Z</dc:date>
    </item>
  </channel>
</rss>

