SAP PM Module TCodes
SAP PM Module TCodes
2.3 Inheritance
Inheritance is a mechanism that allows one class to acquire the attributes and methods of
another class. In ABAP, a class can inherit from another class using the 'INHERITING FROM'
keyword. This promotes code reuse and enhances modularity.
2.4 Polymorphism
Polymorphism allows objects of different classes to be treated as objects of a common
superclass. This is achieved through method overriding, where a method in a subclass has
the same name as a method in the superclass, but with different behavior.
2.5 Encapsulation
Encapsulation is the concept of bundling data and methods that operate on that data within
a single unit (class). It restricts direct access to some of the object's components, which
helps to protect the integrity of the data. In ABAP, encapsulation is achieved by defining
attributes as private or protected.
2.6 Abstraction
Abstraction is the process of hiding the implementation details and showing only the
essential features of an object. This allows the user to focus on high-level operations
without worrying about low-level details. In ABAP, abstract classes and methods can be
used to achieve abstraction.
3.1 Methods
2. Maintenance Orders
IW31 - Create Maintenance Order
3. Notifications
IW21 - Create Maintenance Notification