SAP ABAP Tutorials

Object Oriented ABAP Class Components

ABAP Class components could be Attributes, Methods, Events, Constants, Types, and Implemented interfaces. The components are declared in the definition of the class which makes up its content. The above-mentioned class components can be further classified as : Instance components Static components When you create an object of the class, the Instance components exists separately …

Object Oriented ABAP Class Components Read More »

ABAP Objects (Object-Oriented ABAP)

This article discusses ABAP Objects, also known as OOABAP ( Object Oriented ABAP ) and Object Orientation, i.e., Object-Oriented Programming model. ABAP OBJECTS ( OBJECT-ORIENTED ABAP ) ABAP started as a procedural programming language. With time, object-oriented features were added to ABAP, and it evolved into an object-oriented programming language. ABAP Objects is Object-oriented extension …

ABAP Objects (Object-Oriented ABAP) Read More »