SAP ABAP Tutorials

Object Oriented ABAP method redefinition and super keyword

For scenarios where subclass has to change the implementation of the inherited instance method to have its own implementation, we can use method redefinition. Method redefinition supports only re-implementation of inherited method, signature of the method cannot be changed. Also, the visibility of the redefined method should remain the same as in the parent class. …

Object Oriented ABAP method redefinition and super keyword Read More »