Using ABAP Objects can be really helpful in day-to-day work. This way of programming offers the possibility of creating code in small functional parts, which can be helpful when code needs to be refactored or when the code will be reused in many different places. In this chapter, we learned all about how to create different classes in ABAP, the differences between static and instance methods and attributes, the concept of an event, and ABAP Objects design patterns.
In the next chapter, we will focus on how to integrate SAP systems into third-party systems.