Showing posts from September, 2022

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…

How to Create ALV Report Using OOPS ABAP

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 . ·        …

Introduction to Class and Object - ABAP OOPS

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…

Load More
That is All