<?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: Missing CLASS_CONSTRUCTOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735688#M1674133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a bug, it's intended to be this way so you have to use the buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 01:19:52 GMT</pubDate>
    <dc:creator>custodio_deoliveira</dc:creator>
    <dc:date>2012-04-11T01:19:52Z</dc:date>
    <item>
      <title>Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735684#M1674129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've had inherited from a standard class that has CLASS_CONSTRUCTOR implemented. In my Z class I can implement CONSTRUCTOR but not CLASS_CONSTRUCTOR. If I try, it says &lt;/P&gt;&lt;H3&gt;A Component CLASS_CONSTRUCTOR has already been inherited from CL_ISH_COMP_CORDER_USER&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 10:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735684#M1674129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735685#M1674130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik, CONSTRUCTORs &amp;amp; CLASS_CONSTRUCTORs are not inherited. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your inherited class is the CLASS_CONSTRUCTOR button available on the application toolbar &amp;amp; when you try to implement it you're getting this error message? Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I can see you're on an IS-H environment, very few of us will have access to ISH system &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735685#M1674130</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-10T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735686#M1674131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;Thanks for your comment. If I use the button to create the method it works! There is a bug in the standard that if you try to define it by right-click or manually completing the name in the methods tab then I get an error. Weird but is solved now &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Hope this will help other people too.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Damián.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735686#M1674131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-10T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735687#M1674132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Damian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTRUCTOR &amp;amp; CLASS_CONSTRUCTOR are reserved method names &amp;amp; i had never tried to implement those by typing in their names directly (when working with Global classes, obviously) &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 11:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735687#M1674132</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-10T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735688#M1674133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a bug, it's intended to be this way so you have to use the buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 01:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735688#M1674133</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2012-04-11T01:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735689#M1674134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Custodio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is kind of half-true. In non-inherited classes, if you key in the method names - CONSTRUCTOR &amp;amp; CLASS_CONSTRUCTOR - SAP will automatically generate the relevant methods! But this is not the case with inherited classes &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect a more consistent behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 05:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735689#M1674134</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-11T05:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CLASS_CONSTRUCTOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735690#M1674135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, new info for me. Actually, even if a class is inherited you can type CONSTRUCTOR and it will be ok, as long as the CONSTRUCTOR method is not inherited, ie superclass does not have CONSTRUCTOR.&lt;/P&gt;&lt;P&gt;Not sure it's clear and/or was what you meant. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 05:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-class-constructor/m-p/8735690#M1674135</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2012-04-11T05:25:46Z</dc:date>
    </item>
  </channel>
</rss>

