How To Create Local Class in ABAP OOPS
Local Class: Class created in SE38 as an ABAP program or in include is known as Local class. These are limited to the program in which it is defined or created. We cannot create objects for…
Local Class: Class created in SE38 as an ABAP program or in include is known as Local class. These are limited to the program in which it is defined or created. We cannot create objects for…
How to Create a Hotspot Field in OOPS ALV Report A hotspot in ALV is similar to hyperlink. A hotspot field can be used to trigger or call any event. It can be used as interactive ALV. T…
How to use user defined types in ALV- Factory method In traditional ALV, the field catalogue must be created before calling the REUSE_ALV_GRID_DISPLAY. In ALV OOPS using Factory method th…
How to Create ALV Report Using OOPS ABAP ALV Using Factory Method · The class that is used for creating ALV report using the Object-oriented ABAP is CL_SALV_TABLE . · …
This article covers the use of method parameters in Object oriented ABAP with a simple program. Method Parameters - Importing, Exporting, Changing and Returning - ABAP OOPS METHOD PARAMET…
This article covers the basic introduction of ABAP OOPS concepts like definition of class, object, attributes, method and their visibility. Introduction to Class and Object - ABAP OOPS Clas…