<?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 Check if method redefined during RT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567459#M1659618</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;There is a way to know by &lt;STRONG&gt;code&lt;/STRONG&gt; if some method of class was redefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 06:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-23T06:40:54Z</dc:date>
    <item>
      <title>Check if method redefined during RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567459#M1659618</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;There is a way to know by &lt;STRONG&gt;code&lt;/STRONG&gt; if some method of class was redefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 06:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567459#M1659618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T06:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check if method redefined during RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567460#M1659619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be more clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567460#M1659619</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-02-23T07:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Check if method redefined during RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567461#M1659620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keshav ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have program that generate class / methods  and I want before I am doing regenerate to check if method was&lt;/P&gt;&lt;P&gt;Redefined ,how can I do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567461#M1659620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check if method redefined during RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567462#M1659621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM &lt;EM&gt;SEO_METHOD_GET_DETAIL&lt;/EM&gt; to check if the method is inherited.&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>Thu, 23 Feb 2012 07:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567462#M1659621</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-02-23T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check if method redefined during RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567463#M1659622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try with class "CL_OO_CLASS_COMPONENTS_FLAT".  Refer to the attribute CL_OO_CLASS_COMPONENTS_FLAT-&amp;gt;METHODS to get the list of methods along with its properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : Parameter to CONSTRUCTOR is class name, so extracting properties only for a specific method is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Feb 24, 2012 5:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 11:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-method-redefined-during-rt/m-p/8567463#M1659622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T11:42:07Z</dc:date>
    </item>
  </channel>
</rss>

