SAP_PM_Module_TCodes
SAP_PM_Module_TCodes
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]
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]
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
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