0% found this document useful (0 votes)
9 views

SAP_PM_Module_TCodes

The document discusses the evolution and definitions of wikis, highlighting their use in education and enterprise settings for collaborative software. It also touches on the technical aspects of wiki implementations, including version control and edit histories. Additionally, it briefly covers programming concepts such as inheritance, polymorphism, encapsulation, and abstraction, as well as the SAP Plant Maintenance module and its transaction codes.

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)
9 views

SAP_PM_Module_TCodes

The document discusses the evolution and definitions of wikis, highlighting their use in education and enterprise settings for collaborative software. It also touches on the technical aspects of wiki implementations, including version control and edit histories. Additionally, it briefly covers programming concepts such as inheritance, polymorphism, encapsulation, and abstraction, as well as the SAP Plant Maintenance module and its transaction codes.

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
You are on page 1/ 3

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-editable websites and the software that powers them, and
the latter definition is still occasionally in use. [1]

By 2014, Ward Cunningham's thinking on the nature of wikis had


evolved, leading him to write[23] that the word "wiki" should not be
used to refer to a single website, but rather to a mass of user-editable
pages or sites so that a single website is not "a wiki" but "an instance
of wiki". In this concept of wiki federation, in which the same content
can be hosted and edited in more than one location in a manner
similar to distributed version control, the idea of a single discrete "wiki"
no longer made sense.[24]

Implementations
See also: List of wiki software
The software which powers a wiki may be implemented as a series
of scripts which operate an existing web server, a
standalone application server that runs on one or more web servers, or
in the case of personal wikis, run as a standalone application on a
single computer. Some wikis use flat file databases to store page
content, while others use a relational databaseIL02
hile wiki engines have traditionally offered source says his goals were
to link together 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 enterprise as collaborative software. Common uses included project
communication, intranets, and documentation, initially for technical
users. Some companies use wikis as their collaborative software and
as a replacement for static intranets, Some wiki implementations keep
a record of changes made to wiki pages, and may store every version
of the page permanently. This allows authors to revert a page to an
older version to rectify a mistake, or counteract a malicious or
inappropriate edit to its content.[13]
These stores are typically presented for each page in a list, called a
"log" or "edit history", available from the page via a link in the
interface. The list displays metadata for each revision to the page,
such as the time and date of when it was stored, and the name of the
person who created it, alongside a link to view that specific revision.
A diff (short for "difference") feature may be available, which highlights
the changes between any two revisions.

Edit summaries
"Edit summary" redirects here. For the Wikipedia help page,
see Help:Edit summary.

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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy