Viva
Viva
SE11
IT MAINTAINES THE ENTRIES, WE CAN ALSO COPY PASTE THE BULK ENTRIES,
FUNCTINAL CLIENTSCAN MODIFY OR CREATE THE ENTRIES BY DIRECTLY
USING TMG.
INSERT
APPEND
MODIFY
SORT
COLLECT
DELETE
AT FIRST
AT NEW
AT END
AT LAST
MAINTAINANCE VIEW
HELP VIEW
PROJECTION VIEW
DATABASE VIEW
ENQUEUE
DEQUEUE
EZ
TRASNSPARENT
CLUSTER
POOLED
STANDARD TABLE
SORTED TABLE
HASHED TABLE
SELECT SINGLE *
LEFT OUTER JOIN – IT FETCHES DATA FROM LEFT TABLE AND COMMON
ENTRIES FROM RIGHT TABLE.
RIGHT OUTER JOIN – IT FETCHES DATA FROM RIGHT TABLE AND COMMON
ENTRIES FROM LEFT TABLE.
SHIFT
SPLIT
REPLACE
SEARCH
TRUNCATE
CONCAT
CLASSICAL REPORT
ALV REPORT
INTERACTIVE REPORT
START-OF-SELECTION
What is a class?
What is a method?
Public – these are accessed from anywhere in the program, within the class
and outside.
Private - these are accessed only within the class they are defined in.
Protected – these are accessed within the class and the subclass they
defined in.
Static method – can be called using the class name without creating an
instance (by CLASS-METHODS), can access only static attributes.
Instance method – require creating an instance (object) of the class and can
access both instance and static attributes.
What is polymorphism?
What is abstraction?
What is inheritance?
What is an interface?
Implement in implementation
METHOD constructor.
me->name = name.
Function module – it has an interface, and which can be used across multiple
programs.
Two ways
NORMAL
REMOTE
UPDATED
What is BAPI?
Function modules are general procedures which are used within SAP
systems.
BAPI is used to integrate SAP with external systems providing a standardized
and transactional in interface.
User exits
BADI
Enhancement framework
Because they generate functional modules which are client independent and
can be accessed globally by any client.
Templates define how the data looks (layout) while tables store the data
itself.
CO – Controlling
MM – Material Management
PP – Production Planning
WM – Warehouse Management
QM – Quality Management
What is MPP?
Row storage – stores data where each row of table is stored together with all
the column values for that row.
Column storage – each columns data is stored separately which means that
the values of a specific column across all rows are stored consecutively in
memory.
Stores data in RAM rather than on traditional disk storage which results in
processing larger volumes of data at faster speeds.
IF_AMDP_MARKER_HDB
What is AMDP?
Interface
It is a older tool for creating and printing forms within the SAP environment.