<?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: Error while creating a overwrite method in class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962104#M1337848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai raf&lt;/P&gt;&lt;P&gt;just check the class type wether it is final or not&lt;/P&gt;&lt;P&gt;just check the difference between the classes which do not give error and which give error&lt;/P&gt;&lt;P&gt;there might be some difference&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 03:41:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-18T03:41:06Z</dc:date>
    <item>
      <title>Error while creating a overwrite method in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962103#M1337847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an overwrite method in the class CL_HREIC_EECONTACT2SRCHV_IMPL but it just won't let me. Every time I try I get the message "The class has not yet been converted to the new class-local types" and I cannot create it.The thing is I've tried to create overwrite methods in diferent classes and sometimes I get the message and sometimes I don't, so it seems to depend on the class I'm trying to enhance, but I don't seem to be able to see any pattern in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 13:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962103#M1337847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a overwrite method in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962104#M1337848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai raf&lt;/P&gt;&lt;P&gt;just check the class type wether it is final or not&lt;/P&gt;&lt;P&gt;just check the difference between the classes which do not give error and which give error&lt;/P&gt;&lt;P&gt;there might be some difference&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 03:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962104#M1337848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T03:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a overwrite method in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962105#M1337849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i had the same problem and i couldn't create enhancement pre or post methods.&lt;/P&gt;&lt;P&gt;The message was:&lt;/P&gt;&lt;P&gt;The class has not yet been converted to the new class-local types&lt;/P&gt;&lt;P&gt;Exception of class CX_ENH_OLD_LOCAL_CLASS_TYPES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be fixed by entering in SE24 transaction: Change class. From menu choose: Utilities -&amp;gt; Convert class-local types.&lt;/P&gt;&lt;P&gt;After that activate the class.&lt;/P&gt;&lt;P&gt;Now the class can be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this action requires change of the class &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rosen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962105#M1337849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a overwrite method in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962106#M1337850</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;If you do not want to modify the standard class (repair it), you're usually stuck with using implicit extensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 15:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962106#M1337850</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2014-07-17T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a overwrite method in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962107#M1337851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rosen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have faced the same issue while creating a overwrite-exit, i fixed that by using your inputs and i added enhancement code in it .Here one more problem i am facing&amp;nbsp; while activating the method.&lt;/P&gt;&lt;P&gt;Saying my enhancement name( ZSET_FOCUS_VIEW_ID) TYPE is unknown.Could you please look into this and help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/885453" width="450" /&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;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 03:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-overwrite-method-in-class/m-p/5962107#M1337851</guid>
      <dc:creator>anandkrishna_jankala</dc:creator>
      <dc:date>2016-02-11T03:32:23Z</dc:date>
    </item>
  </channel>
</rss>

