0% found this document useful (0 votes)
23 views2 pages

SAP PM Module T-Codes Overview

The document discusses various aspects of the SAP Plant Maintenance (PM) module, including notification management, maintenance orders, and preventive maintenance. It also covers fundamental programming concepts in ABAP such as inheritance, polymorphism, encapsulation, and abstraction. Additionally, it provides a list of common transaction codes (T-Codes) used in the SAP PM module for managing maintenance activities.

Uploaded by

putluruneeraj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

SAP PM Module T-Codes Overview

The document discusses various aspects of the SAP Plant Maintenance (PM) module, including notification management, maintenance orders, and preventive maintenance. It also covers fundamental programming concepts in ABAP such as inheritance, polymorphism, encapsulation, and abstraction. Additionally, it provides a list of common transaction codes (T-Codes) used in the SAP PM module for managing maintenance activities.

Uploaded by

putluruneeraj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

a reusability across the system, simplifying appli5.

Oobject's data or carry out other


business logic. Methods in ABAP can be either instance methods or static methods.

3.2 Attributes
- **Notification Management**: Record and track maintenance issues, such as
breakdowns, repairs, and preventive maintenance requests.
- **Maintenance Orders**: Create and manage work orders for planned,
corrective, or preventive maintenance activities.
- **Preventive Maintenance (PM)**: Plan and schedule regular maintenance
activities to prevent unplanned equipment downtime.
History
Main article: History of wikis

Wiki Wiki Shuttle at Honolulu International


Airport

WikiWikiWeb was the first wiki.[17] Ward Cunningham started


developing it in 1994, and installed it on the Internet
domain [Link] on March 25, 1995. Cunningham gave it the name
after remembering a Honolulu International Airport counter employee
telling him to take the "Wiki Wiki Shuttle" bus that runs between the
airport's terminals, later observing that "I chose wiki-wiki as an
alliterative substitute for 'quick' and thereby avoided naming this stuff
quick-web."[18][19]

and some schools and universities use wikis to enhance group


learning. On March 15, 2007, the word wiki was listed in the
online Oxford English Dictionary.[22]

Alternative definitions
In the late 1990s and early 2000s, the word "wiki" was used to refer to
both user-editar people's experiences to create a new literature to
document programming patterns, and to harness people's natural
desire to talk and tell stories with a technology that would feel
comfortable to those not used to "authoring". [20]
Wikipedia became the most famous wiki site[clarification needed],
launched in January 2001 and entering the top ten most popular
websites in 2007. In the early 2000s, wikis were increasingly adopted
in enterpris.

W2.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 withouSAP PM Module T-Codes
The SAP Plant Maintenance (PM) module is an essential component of the SAP ERP system.
It helps organizations manage maintenance activities, including inspection, preventive
maintenance, and repairs. Below is a list of common T-Codes (Transaction Codes) used in
the SAP PM module.

T-Code Description
IW21 Create Maintenance Notification
IW22 Change Maintenance Notification
IW23 Display Maintenance Notification
IW31 Create Maintenance Order
IW32 Change Maintenance Order
IW33 Display Maintenance Order
IL01 Create Functional Location

You might also like