Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems deleting methods and attributes in a class

Former Member
0 Likes
389

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.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
352

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.

2 REPLIES 2
Read only

Former Member
0 Likes
352

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.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
353

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