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?