ABAP OOPS

Header and Footer in Object Oriented ALV

Header and Footer in Object Oriented ALV The class used for creating texts for Header and Footer in the below program is CL_SALV_FORM_LAYOUT_GRID. The below methods are used to set the text…

Interface and Polymorphism in ABAP OOPS

Interface and Polymorphism in ABAP OOPS Interface The Interface is similar to class. Like class an interface also contains attributes, methods, and events but an interface contains only dec…

Load More
That is All