ABAP OO - Visibility, Availability, Data flow
How do you access the class data in ABAP OO and where is your data currently being processed? There is an example in this article.
ABAP OO - Method parameters
This article explains the basics of parameters in methods and how they behave with different types.
ABAP OO - Interface (DEFAULT IGNORE)
This article is about the development of an interface with the addition DEFAULT and the consequences for implementation and use.
ABAP OO - Method interface
What should method interfaces currently look like and how do you achieve this? In this article we will clarify the question.
ABAP OO - Chaining and casting
This article is about the chaining of method and object calls, we would also like to explain the background to casting to you.
ABAP OO - Data Access Object (DAO)
In this article we take a look at the DAOs, what you can do with them and how they support you.
ABAP OO - Constant interface
The use of constants in object-oriented programming is standard for most classes. Today we're going to show you a simple example of overarching objects.
ABAP OO - Exception classes
Today we look at the different exception classes and how you can create and use your own exception classes.
ABAP OO - Exception Handling
What about error handling in object-oriented programming? We want to address this question in this article.
ABAP OO - Redefinition and Getter/Setter
In this article we look at the topic of redefinition and how getters and setters can help you with uniform interfaces.
ABAP OO - Interface and abstract class
We had already introduced you to inheritance in ABAP OO and are now looking at interfaces and abstract classes and how they help you with modeling.
ABAP OO - Dynamic, Static, Super
In this article we want to show you the difference between dynamic and static classes and what you can do with them. We also look at the various constructors.
ABAP OO - Class and Inheritance
In the next part of the ABAP OO basics we want to show you the basic concept of the class and its characteristics, as well as the inheritance between the indivi
ABAP OO - Basics
In this article we take a look at the basics of development in the object-oriented area and start a small series of articles.