Object Oriented ABAP
Object-oriented ABAP (OO ABAP) is an extension of the ABAP programming language that allows developers to write code using object-oriented principles where code and data are organized into objects where code can operate on the data easily, providing better modularity, reusability, and maintainability.
SAP recommends using OO ABAP over Conventional ABAP as much as possible, so, if you have not adopted OO ABAP for all purposes, this series will be helpful to get started.

- Object Oriented ABAP [1] : Introduction to ABAP Class
- Object Oriented ABAP [2] : Working with ABAP Class
- Object Oriented ABAP [3] : Triggering And Handling Events
- Object Oriented ABAP [4] : Exception Handling
- Object Oriented ABAP [5] : Creating Global Class in SAPGUI Editor
- ABAP Code Samples : Subroutines are obsolete – new program structure with classes
- Devtoberfest Learning Experience: Introduction to ABAP Object Oriented Patterns with Thomas Jung
Read about ABAP expressions and exciting new syntaxes at ABAP Expressions (7.4+)
If you like the content, please subscribe…
Join 2,647 other followers