SAP BOPF (Business Object Processing Framework)

Preface – This post is part of the Object Oriented ABAP series. Introduction Every year, more than 1 million custom objects are created by various industries using SAP ABAP technology. All these custom objects starts as a fresh requirement and needs the...

Business Add-Ins in SAP (SAP BAdI)

Preface – This post is part of the Object Oriented ABAP series. Introduction SAP as a solution for any enterprise workflow is one of the best product available in the market. It almost covers all the possible scenarios of any business. Still, based on the...

Design Patterns in SAP ABAP

Preface – This post is part of the Object Oriented ABAP series. Introduction In software development world, every project requires a specific flow of code to achieve its target. After the growth of Information Technology, it was observed that many of the...

Garbage collector in SAP ABAP

Preface – This post is part of the Object Oriented ABAP series. Introduction As a developer, we need not to explicitly configure memory allocation and deallocation in the system. This process triggers automatically, when the object is created memory is...

User-defined types in SAP Classes

Preface – This post is part of the Object Oriented ABAP series. Introduction User-defined types in SAP Classes are used to define structures and table types in the class. Structure is a data type that defines structures data objects and table type...

OOPS ALV in SAP ABAP

Preface – This post is part of the ABAP Programs and Object Oriented ABAP series. Introduction The OO ALV is ALV using object-oriented ABAP. ALV stands for ABAP List Viewer and provides the standard list format and user interface for all the ABAP programs. The...