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

Problem With 'Z' Class

Former Member
0 Likes
1,365

Hi All,

  We hava a Z-class with some inherited-interfaces. In SE24 all the inherited interface methods are displayed as a superclass class method, even if i double click on those methods takes me directly to the superclassmethod. But when i try to check/activate, i get an error message displaying 'Method already defined' i.e i see that the inherited method was redefined. This is displayed only during error check. Also version management has only current version. How to get rid of this errorr? any ideas?

Thanks & Regards

Gokul Ragunathan

1 ACCEPTED SOLUTION
Read only

dirk_wittenberg
Contributor
0 Likes
1,079

Hi Gokul,

just for understanding: the z-subclass inherits from a superclass that is implementing an interface?

And you're not implenting this interface again in your subclass?

Did you try the function "Regenerate sections" in the Utilities-menu in SE24 ?

Regards,

Dirk

Hi Kumar,

Thanks a lot for you response... Issue solved

Thanks & Regards

Gokul Ragunathan

6 REPLIES 6
Read only

UweFetzer_se38
Active Contributor
0 Likes
1,079

Hi Gokul,

is the superclass also a Z-Class? Have you already "syntax-checked" this class?

Regards

(@se38)

Read only

0 Likes
1,079

Hi Uwe,

No the super class is not a 'Z' class. Its a standard class.

Thanks & Regards

Gokul Ragunathan

Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
1,079

Got proper section.

Say if the inherited method is public then GO to -> public section. else GO TO -> protected section ( Private won't be possible )

Do you see explicit definition of the method of your problem there?

Read only

0 Likes
1,079

Hi Kumar,

Thanks a lot for you response... Issue solved

Thanks & Regards

Gokul Ragunathan

Read only

dirk_wittenberg
Contributor
0 Likes
1,080

Hi Gokul,

just for understanding: the z-subclass inherits from a superclass that is implementing an interface?

And you're not implenting this interface again in your subclass?

Did you try the function "Regenerate sections" in the Utilities-menu in SE24 ?

Regards,

Dirk

Read only

0 Likes
1,079

Hi Dirk,

Thanks for your response... 'Regenerate Sections' helped us

Thanks & Regards

Gokul Ragunathan