May 2019
Beginner to intermediate
548 pages
12h 39m
English
As I mentioned previously, interfaces are a special type of class, possessing only definition parts (attributes, the names of methods, and the parameters of methods, but without the implementation of those methods).
Interfaces are important in ABAP OOP because, with them, we can perform some sort of multi-inheritance, which is not possible using just inheritance, described in the previous section.
To create an interface, we need to put the name of the interface in an SE24 transaction (in our example, ZIF_AUTO), and, in the pop-up window, we need to choose the following:

After clicking on OK, we need to choose a Description, for ...
Read now
Unlock full access