<?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: Redefined methods in class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954478#M1336702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is definitely the more elegant solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 11:36:02 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-07-23T11:36:02Z</dc:date>
    <item>
      <title>Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954475#M1336699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi exprets!!&lt;/P&gt;&lt;P&gt;i am working in chaning in a class methods. i was given with a class and need to change only in &lt;STRONG&gt;redefined methods&lt;/STRONG&gt;. can you please help me how to recognise the redefined methods in class and how to recognize the redefined  methods from other methods.&lt;/P&gt;&lt;P&gt;plz help me on the same.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954475#M1336699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954476#M1336700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a class, all inherited methods are show in 'display' format and the characters are shown in blue (highlighted). You can't change the name of the method, change parameters or whatever. All other methods are shown in 'edit' mode. Now for all methods inherited from superclass(es) only the redefined methods are shown in 'black' characters in stead of blue. These methods are the ones that are redefined. If you double click on the non-redefined methods, you get a pop-up message, saying that this method is implemented in superclass 'XXX'. For the redefined methods, this will not be the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954476#M1336700</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-07-23T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954477#M1336701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Objects questions go in the ABAP Objects forum - I've fixed that for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, go to SE24, display the class.  Click on the icon for display object list.  On the right side of the screen you'll get a window with a tree in it, showing the components of the class.  Methods are divided into a number of sections.  One of these is "Redefined methods".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954477#M1336701</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-07-23T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954478#M1336702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is definitely the more elegant solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954478#M1336702</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-07-23T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954479#M1336703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I discovered it by accident.  It works for SE38 as well, which is &lt;STRONG&gt;really&lt;/STRONG&gt; useful if you've local classes.  Gives more room for the tree than SE80!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954479#M1336703</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-07-23T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954480#M1336704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally to what Guys suggested, you can also see all methods grouped accordinig to class membership. &lt;/P&gt;&lt;P&gt;In SE24 -&amp;gt; display class -&amp;gt; select &lt;STRONG&gt;Filter&lt;/STRONG&gt; icon -&amp;gt; choose &lt;STRONG&gt;Group by interfaces and superclasses&lt;/STRONG&gt; . &lt;/P&gt;&lt;P&gt;This is nice way to distinguish where the method really comes from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 11:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954480#M1336704</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-07-23T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954481#M1336705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all of you helping me for the same.&lt;/P&gt;&lt;P&gt;its working now.&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 12:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954481#M1336705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T12:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redefined methods in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954482#M1336706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 09:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redefined-methods-in-class/m-p/5954482#M1336706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T09:49:38Z</dc:date>
    </item>
  </channel>
</rss>

