SAP /SAPAPO/ALERT_MONITOR_BASE OO Class - Basic Class of Alert Monitor









/SAPAPO/ALERT_MONITOR_BASE 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_BASE including details of:

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



Method list of /SAPAPO/ALERT_MONITOR_BASE 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
CONTEXT_MENU_ITEM_DELETEModification of Context Menu (Delete Entry)Public
CALL METHOD /sapapo/alert_monitor_base=>CONTEXT_MENU_ITEM_DELETE...more details

DIALOGBOX_ON_CLOSEEvent Handler for CLOSE Event of Dialog BoxProtected
CALL METHOD /sapapo/alert_monitor_base=>DIALOGBOX_ON_CLOSE...more details

FREEReduces Frontend ControlsPublic
CALL METHOD /sapapo/alert_monitor_base=>FREE...more details

GET_VISIBLEDetermine Visibilty of Alert MonitorPublic
CALL METHOD /sapapo/alert_monitor_base=>GET_VISIBLE...more details

HANDLE_ALERTS_FREEZEEvent Handler for Freezing AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERTS_FREEZE...more details

HANDLE_ALERT_DELETEEvent Handler for Deleting AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_DELETE...more details

HANDLE_ALERT_FORWARDEvent Handler for Forwarding AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_FORWARD...more details

HANDLE_ALERT_HIDEEvent Handler for Hiding AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_HIDE...more details

HANDLE_ALERT_UNACKNOLEDGEEvent Handler for Resetting Acknowledgement of AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_UNACKNOLEDGE...more details

HANDLE_ALERT_UNHIDEEvent Handler for Hiding AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_UNHIDE...more details

HANDLE_DOUBLE_CLICKEvent Handler for Event 'Double Click on Alert'Protected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_DOUBLE_CLICK...more details

HANDLE_STATUS_CHANGEEvent Handler for General Status ChangeProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_STATUS_CHANGE...more details

HANDLE_TB_FUNC_EXEEvent Handler for Executed Toolbar FunctionProtected
CALL METHOD /sapapo/alert_monitor_base=>HANDLE_TB_FUNC_EXE...more details

HAND_OVER_ALERTSTable with Alerts to be Displayed was TransferredPublic
CALL METHOD /sapapo/alert_monitor_base=>HAND_OVER_ALERTS...more details

MERGE_FROZEN_ALERTSMix New and Frozen AlertsProtected
CALL METHOD /sapapo/alert_monitor_base=>MERGE_FROZEN_ALERTS...more details

READ_ALERTSRead Alerts to be Displayed Via all ApplicationsPublic
CALL METHOD /sapapo/alert_monitor_base=>READ_ALERTS...more details

READ_ATP_ALERTSRead ATP AlertsPublic
CALL METHOD /sapapo/alert_monitor_base=>READ_ATP_ALERTS...more details

READ_FCS_ALERTSRead Forecast AlertsPublic
CALL METHOD /sapapo/alert_monitor_base=>READ_FCS_ALERTS...more details

READ_PP_ALERTSRead PP AlertsPublic
CALL METHOD /sapapo/alert_monitor_base=>READ_PP_ALERTS...more details

READ_SDP_ALERTSRead Supply & Demand Planning AlertsPublic
CALL METHOD /sapapo/alert_monitor_base=>READ_SDP_ALERTS...more details

REFRESHRefresh Alert Monitor (After Previous READ_ALERTS)Public
CALL METHOD /sapapo/alert_monitor_base=>REFRESH...more details

RESETReset Alert InfoPublic
CALL METHOD /sapapo/alert_monitor_base=>RESET...more details

RESTORE_GRIDSReferesh Alert Grids after Freezing / Undoing FreezeProtected
CALL METHOD /sapapo/alert_monitor_base=>RESTORE_GRIDS...more details

SET_FOCUSSets Focus on Current Alert WindowProtected
CALL METHOD /sapapo/alert_monitor_base=>SET_FOCUS...more details

SET_VALID_DATE_TO_MEMORYWrite validity area to global memoryPrivate
CALL METHOD /sapapo/alert_monitor_base=>SET_VALID_DATE_TO_MEMORY...more details

SET_VISIBLESet Visibility of Alert MonitorPublic
CALL METHOD /sapapo/alert_monitor_base=>SET_VISIBLE...more details

SHOW_ALERTSDisplay AlertPublic
CALL METHOD /sapapo/alert_monitor_base=>SHOW_ALERTS...more details



/SAPAPO/ALERT_MONITOR_BASE 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
P_ALERTS_CUR_TABInstance AttributeCurrent Alert TableLIKE
/SAPAPO/ALERT_TAB
Protected
P_ALERTS_FROZEN_TABInstance AttributeTable with Frozen Alert SituationLIKE
/SAPAPO/ALERT_TAB
Protected
P_ALERT_SETInstance AttributeOverall Alert Profiles for Alert SituationLIKE
/SAPAPO/C_SETID
Protected
P_AOTYPES_META_TABInstance AttributeAOT Meta DataLIKE
/SAPAPO/AOTYPE_TAB
Protected
P_APPL_META_TABInstance AttributeLIKE
Protected
P_ATP_PROFIDInstance AttributeATP ProfileLIKE
/SAPAPO/AMOPROFID
Protected
P_DIALOGBOXInstance AttributeDialog BoxLIKE
CL_GUI_DIALOGBOX_CONTAINER
Protected
P_DOCKING_MODEInstance AttributeDocking Mode (='X')LIKE
CHAR01
Protected
P_DYNNRInstance AttributeScreen from which Alert Monitor is CalledLIKE
SYDYNNR
Protected
P_EXTENSIONInstance AttributeSize of Docking ControlLIKE
I
Protected
P_FCS_PROFIDInstance AttributeAlert Profile FCSLIKE
/SAPAPO/AMOPROFID
Protected
P_FROZENInstance Attribute'X' = Frozen, ' ' = Non-Frozen AlertsLIKE
CHAR01
Protected
P_FULLSCREEN_MODEInstance AttributeAlert Monitor in Fullscreen ModeLIKE
CHAR01
Protected
P_HIDDEN_ALERT_TABInstance AttributeTable of Hidden AlertsLIKE
/SAPAPO/ALERT_TAB
Protected
P_NO_TITLEInstance AttributeCheckbox FieldLIKE
XFELD
Protected
P_NO_TOOLBARInstance AttributeCheckbox FieldLIKE
XFELD
Protected
P_PARENTInstance AttributeParent ContainerLIKE
CL_GUI_CONTAINER
Protected
P_PARENT_AMONInstance AttributeLast Own Alert Monitor ContainerLIKE
CL_GUI_CONTAINER
Protected
P_PLVERInstance AttributePlanning VersionLIKE
/SAPAPO/AMOPLVER
Protected
P_PP_PROFIDInstance AttributePP ProfileLIKE
/SAPAPO/AMOPROFID
Protected
P_REPIDInstance AttributeReport from which Alert Monitor is calledLIKE
SYREPID
Protected
P_SDP_PROFIDInstance AttributeAlert profile: SDPLIKE
/SAPAPO/AMOPROFID
Protected
P_SELFDEFINED_DCInstance AttributeApplication Reacts Even to Double-Click EventLIKE
XFELD
Protected
P_SHERIFFInstance AttributeVertretener des zu bearbeitenden SettingsLIKE
XUBNAME
Public
P_SIDEInstance AttributePage (for Docking Mode Only)LIKE
I
Protected
P_SIMSESSIONInstance AttributeTransactional Simulation (LC)LIKE
/SAPAPO/AMOLCSIM
Protected
P_TLB_PROFIDInstance AttributeTLB ProfileLIKE
/SAPAPO/AMOPROFID
Protected
P_T_APPL_PROFIDInstance AttributeApplications and ProfilesLIKE
/SAPAPO/AMOAPPL_PROFID_TAB
Protected
P_VFROMInstance AttributeValid-From DateLIKE
/SAPAPO/C_VFROM
Protected
P_VISIBLEInstance AttributeIndicator: Show/Hide Alert MonitorLIKE
CHAR01
Protected
P_VTOInstance AttributeValid-to DateLIKE
/SAPAPO/C_VTO
Protected


Events of Class /SAPAPO/ALERT_MONITOR_BASE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... ALERT_ACKNOLEDGE - Take Note of Alerts
ALERT_DELETE - Delete Alerts
ALERT_DOUBLE_CLICK - Double Click on Alert
ALERT_HIDE - Hide Alerts
ALERT_UNACKNOLEDGE - Set Back Acknowledgement
ALERT_UNHIDE - Show Alerts
STATUS_CHANGE - Status Switch
TB_FUNC_EXE - Toolbar Function Executed

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!