<?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: Make custom Class inactive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404339#M535848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if your class is present in table &amp;lt;b&amp;gt;DWINACTIV&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 15:55:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T15:55:08Z</dc:date>
    <item>
      <title>Make custom Class inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404338#M535847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to deactivate/inactivate a custom class I get &lt;/P&gt;&lt;P&gt;"Message no. OO175&lt;/P&gt;&lt;P&gt;There is no inactive version of ZCL_PD_PO_PROCESSING_BBP" (Superclass CL_SF_PROCESSING_PPF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I deactivate without having to actually delete the custom class?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404338#M535847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Make custom Class inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404339#M535848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if your class is present in table &amp;lt;b&amp;gt;DWINACTIV&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404339#M535848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Make custom Class inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404340#M535849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not, but possibly becuase I've had to delete it (in an extreme rush). This table is empty in non Development systems so I can't check there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I can say is that the only OO objects listed in DWINACTIV now are methods from 1 other custom class. We have several others custom classes (not listed) and this one &amp;lt;u&amp;gt;can't be Deactivated either (same message) even though it's listed in DWINACTIV&amp;lt;/u&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Matt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 16:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404340#M535849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make custom Class inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404341#M535850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am correct than the only phase where we have &amp;lt;i&amp;gt;exclusively &amp;lt;/i&amp;gt;an inactive repository object is prior to the first activation of a newly created object. As soon as you activate a repository object you will always have either an &amp;lt;i&amp;gt;active &amp;lt;/i&amp;gt;version or an &amp;lt;i&amp;gt;active &amp;lt;/i&amp;gt;&amp;lt;b&amp;gt;and &amp;lt;/b&amp;gt;an &amp;lt;i&amp;gt;inactive &amp;lt;/i&amp;gt;version. Thus, it is not possible to inactivate a repository object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you need to get rid of the class yet do not want to loose its coding then I would simply copy the class (e.g. to ZCL_PD_PO_PROCESSING_BBP_) and delete the original one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 20:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-custom-class-inactive/m-p/2404341#M535850</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-06-19T20:08:23Z</dc:date>
    </item>
  </channel>
</rss>

