<?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 When Deleting a Method Inside a Class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878051#M1478110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, manually create an object entry in your transport request of &lt;STRONG&gt;R3TR CLAS z_myclass&lt;/STRONG&gt; This will ensure that all the components of the class are transported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 May 2010 05:40:53 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2010-05-28T05:40:53Z</dc:date>
    <item>
      <title>Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878046#M1478105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I developed a custom class that contained a private method. I removed this method because it was no longer needed. When moving the changes from the development to test client, it failed on import. For some reason, there was still some dependency on the method that was deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went back to transaction SE24 and regenerated all the sections. When this was done, it regenerated the class definition and the various sections. I moved a transport that contained these changes and it still failed. The import log has a reference to an include that is failing, but I still see no mention of the method that was deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To continue going forward, I added the method back so that it resolved syntax error during import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am suspecting that there is some issue with ABAP support pack being used on the development system. Have other people experienced the same issue. I don't have the habit of deleting that many methods once it is created, but would like to understand the above problem and see what should be the corrective action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feedback/comments would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vince Castello&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 20:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878046#M1478105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T20:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878047#M1478106</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;it might be a bug in SAP. Have checked OSS notes? For example the notes 1257256 and 1227154 may be useful for your. There are some other notes as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 23:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878047#M1478106</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-04-29T23:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878048#M1478107</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;You should try to clean up your class in the Class Builder with the tools Utilities-&amp;gt;Clean Up and  Utilities-&amp;gt;regenerate Section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 09:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878048#M1478107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878049#M1478108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned in my original post, I did re-generate all the sections using SE24, but the import still failed where the dependency to deleted method still remained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to create a customer message and will post results when they become available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vince Castello&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 13:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878049#M1478108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878050#M1478109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've had this before and the solution is strange but quick...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a method with the same name and visibility into the class and then delete that method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 17:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878050#M1478109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878051#M1478110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, manually create an object entry in your transport request of &lt;STRONG&gt;R3TR CLAS z_myclass&lt;/STRONG&gt; This will ensure that all the components of the class are transported.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 05:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878051#M1478110</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-05-28T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Deleting a Method Inside a Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878052#M1478111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vicente,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember similar situations like this and then in helped to activate the class with errors. After doing so once, errors disappeared in the next syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 19:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-deleting-a-method-inside-a-class/m-p/6878052#M1478111</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-05-29T19:32:11Z</dc:date>
    </item>
  </channel>
</rss>

