2006 Nov 30 6:11 PM
Hello,
I wonder if there can arise Problems in deleting methods and attributes in a class, if these methods and attributes aren't used anyware. Maybe there can arise problems with the transport and with the activation of these classes in the productive system? Thank you.
Regards, Lars.
2006 Nov 30 6:18 PM
Hi Lars. If the methods or attributes are not be used anywhere then of course you could delete them, but you must check everywhere, including in subclasses which inherit from the class. If there are subclasses that inherit from this class, then you must check those classes as well.
Regards,
Rich Heilman
Hello,
I wonder if there can arise Problems in deleting methods and attributes in a class, if these methods and attributes aren't used anyware. Maybe there can arise problems with the transport and with the activation of these classes in the productive system? Thank you.
Regards, Lars.
2006 Nov 30 6:12 PM
if the methods and classes are not used in any program and they are custome generated...then u can't delete them and create a transport request number which can be moved to other systems.
2006 Nov 30 6:18 PM
Hi Lars. If the methods or attributes are not be used anywhere then of course you could delete them, but you must check everywhere, including in subclasses which inherit from the class. If there are subclasses that inherit from this class, then you must check those classes as well.
Regards,
Rich Heilman