SAP /SAPAPO/ALERT_MONITOR OO Class - Alert Monitor









/SAPAPO/ALERT_MONITOR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SAPAPO/ALERT_MONITOR including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SAPAPO/ALERT_MONITOR is /SAPAPO/ALERT_MONITOR_BASE

Method list of /SAPAPO/ALERT_MONITOR SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_NODEAdd a New Node into the Hierarchy TreePrivate
CALL METHOD /sapapo/alert_monitor=>ADD_NODE...more details

CONSTRUCTORConstructorPublic
CALL METHOD /sapapo/alert_monitor=>CONSTRUCTOR...more details

CREATE_NODES_FOR_DISPLAYCreate Node for Displaying Transferred AlertsPrivate
CALL METHOD /sapapo/alert_monitor=>CREATE_NODES_FOR_DISPLAY...more details

DISPLAY_ALERTSDisplay Alerts in Alert GridPrivate
CALL METHOD /sapapo/alert_monitor=>DISPLAY_ALERTS...more details

GET_ALERTS_FROM_NODESRead Alerts for Selected NodesPrivate
CALL METHOD /sapapo/alert_monitor=>GET_ALERTS_FROM_NODES...more details

HANDLE_CHECKBOX_CHANGEEvent Handler: Change Selection (Checkbox) of a NodePrivate
CALL METHOD /sapapo/alert_monitor=>HANDLE_CHECKBOX_CHANGE...more details

HANDLE_HEADER_CLICKEvent Handler: Select All Alerts Using Header LinePrivate
CALL METHOD /sapapo/alert_monitor=>HANDLE_HEADER_CLICK...more details

HANDLE_HRCHY_CONTEXT_REQUESTEvent Handler: Tree Context Menu RequestPrivate
CALL METHOD /sapapo/alert_monitor=>HANDLE_HRCHY_CONTEXT_REQUEST...more details

HANDLE_HRCHY_CONTEXT_SELECTEvent Handler: Tree Context Menu Item InvokedPrivate
CALL METHOD /sapapo/alert_monitor=>HANDLE_HRCHY_CONTEXT_SELECT...more details

INITIALIZE_CONTROLSInitialize ControlPrivate
CALL METHOD /sapapo/alert_monitor=>INITIALIZE_CONTROLS...more details

MASK_ALERTS_DPPLocation related data masking for alertsPrivate
CALL METHOD /sapapo/alert_monitor=>MASK_ALERTS_DPP...more details

PREPARE_HRCHY_TREEPreparation to Display the Selection TreePrivate
CALL METHOD /sapapo/alert_monitor=>PREPARE_HRCHY_TREE...more details

PRESELECT_ALLSelect All Nodes for Immediate Display of All AlertsPrivate
CALL METHOD /sapapo/alert_monitor=>PRESELECT_ALL...more details

REGISTER_EVENTS_HRCHY_TREERegistration of Possible EventsPrivate
CALL METHOD /sapapo/alert_monitor=>REGISTER_EVENTS_HRCHY_TREE...more details

SORT_TREE_NODESSort Child Nodes of Tree NodePrivate
CALL METHOD /sapapo/alert_monitor=>SORT_TREE_NODES...more details



/SAPAPO/ALERT_MONITOR attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GT_EXISTING_NODESInstance AttributeExisting Nodes in Hierarchy TreeLIKE
Public
GT_NODE_VALUEInstance AttributeLIKE
Private
GV_ALERT_NO_FOR_NODE_IDInstance AttributeSequence Number for AlertLIKE
LVC_NKEY
Private
G_DOCKING_CONTROLInstance AttributeG_DOCKING_CONTROLLIKE
CL_GUI_DOCKING_CONTAINER
Private
G_HRCHY_SORT_ASCInstance AttributeCheckboxLIKE
XFELD
Private
G_HRCHY_SORT_FIELDInstance AttributeName of field used for sortingLIKE
STRING
Private
P_ALERT_GRIDInstance AttributeCurrent Instance of Alert Grid ObjectLIKE
/SAPAPO/CL_ALERT_GRID
Private
P_AOT_VIEWInstance AttributeP_AOT_VIEWLIKE
Private
P_ATYPES_META_TABInstance AttributeMeta-Data for Alert TypesLIKE
/SAPAPO/ATYPE_META_TAB
Private
P_CONTAINER_ALERTSInstance AttributeContainer for Displaying AlertsLIKE
CL_GUI_CONTAINER
Private
P_CONTAINER_HIERARCHYInstance AttributeContainer for Hierarchical DisplayLIKE
CL_GUI_CONTAINER
Private
P_HEADER_ICONInstance AttributeSymbol for Header LineLIKE
TV_IMAGE
Public
P_HIERARCHY_TREEInstance AttributeTree for Hierarchical Display of AlertsLIKE
CL_GUI_ALV_TREE
Private
P_HRCHY_TREE_TABInstance AttributeStorage Table for Tree ControlLIKE
/SAPAPO/AMO_HRCHY_TREE_TAB
Public
P_PRESELECT_ALLInstance AttributeDisplay All Alerts ImmediatelyLIKE
XFELD
Private
P_SPLITTERInstance AttributeSplitterLIKE
CL_GUI_SPLITTER_CONTAINER
Private




/SAPAPO/ALERT_MONITOR types

LTYP_NODE_LINE - Structure of Node Line
LTYP_NODE_VALUE -

Links to Related Class(s)

/SAPAPO/...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!