This is a test message to test the length of the message box.
Login

Content search

school

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.

school

ABAP OO - Method parameters

This article explains the basics of parameters in methods and how they behave with different types.

school

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.

school

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.

school

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.

school

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.

school

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.

school

ABAP OO - Exception classes

Today we look at the different exception classes and how you can create and use your own exception classes.

school

ABAP OO - Exception Handling

What about error handling in object-oriented programming? We want to address this question in this article.

school

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.

school

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.

school

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.

school

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

school

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.