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…

How To Debug Pop-Up In SAP ABAP

Sometimes, there will be a case where you have to debug the process but that process is found after a click on popup. In such cases you cannot enter /h command to start debuggin…

Narrow Casting and Wide Casting In ABAP OOPS

Type casting concept is related to inheritance. There are 2 types of casting Narrow Casting/Up Cast Widening Casting/Down Cast Narrow Casting/Up Cast: In Narrow Casting, the subclass i…

Inheritance Concept in ABAP OOPS with Example

Inheritance Concept in ABAP OOPS with Example Inheritance Child Class inheriting the properties of Parent class is known as Inheritance. In ABAP, a subclass can be created for existing clas…

Load More
That is All