Skip to Content
0
Former Member
Oct 31, 2012 at 09:01 PM

Public Method defined in a subclass cannot be used

169 Views

I'm struggling with a subclass defined in the abstract class CL_BROWSER. An added method is Public, but the compiler reports the method is unknown or protected or private. Looked through the Netweaver document on Abstract classes, but did not find that subclasses can not be extended.

Did I miss something?