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 Name | Description | Visability |
| CONTEXT_MENU_ITEM_DELETE | Modification of Context Menu (Delete Entry) | Public |
| CALL METHOD /sapapo/alert_monitor_base=>CONTEXT_MENU_ITEM_DELETE...more details | ||
| DIALOGBOX_ON_CLOSE | Event Handler for CLOSE Event of Dialog Box | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>DIALOGBOX_ON_CLOSE...more details | ||
| FREE | Reduces Frontend Controls | Public |
| CALL METHOD /sapapo/alert_monitor_base=>FREE...more details | ||
| GET_VISIBLE | Determine Visibilty of Alert Monitor | Public |
| CALL METHOD /sapapo/alert_monitor_base=>GET_VISIBLE...more details | ||
| HANDLE_ALERTS_FREEZE | Event Handler for Freezing Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERTS_FREEZE...more details | ||
| HANDLE_ALERT_DELETE | Event Handler for Deleting Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_DELETE...more details | ||
|
| ||
| HANDLE_ALERT_FORWARD | Event Handler for Forwarding Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_FORWARD...more details | ||
| HANDLE_ALERT_HIDE | Event Handler for Hiding Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_HIDE...more details | ||
| HANDLE_ALERT_UNACKNOLEDGE | Event Handler for Resetting Acknowledgement of Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_UNACKNOLEDGE...more details | ||
| HANDLE_ALERT_UNHIDE | Event Handler for Hiding Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_ALERT_UNHIDE...more details | ||
| HANDLE_DOUBLE_CLICK | Event Handler for Event 'Double Click on Alert' | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_DOUBLE_CLICK...more details | ||
| HANDLE_STATUS_CHANGE | Event Handler for General Status Change | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_STATUS_CHANGE...more details | ||
| HANDLE_TB_FUNC_EXE | Event Handler for Executed Toolbar Function | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>HANDLE_TB_FUNC_EXE...more details | ||
| HAND_OVER_ALERTS | Table with Alerts to be Displayed was Transferred | Public |
| CALL METHOD /sapapo/alert_monitor_base=>HAND_OVER_ALERTS...more details | ||
| MERGE_FROZEN_ALERTS | Mix New and Frozen Alerts | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>MERGE_FROZEN_ALERTS...more details | ||
| READ_ALERTS | Read Alerts to be Displayed Via all Applications | Public |
| CALL METHOD /sapapo/alert_monitor_base=>READ_ALERTS...more details | ||
| READ_ATP_ALERTS | Read ATP Alerts | Public |
| CALL METHOD /sapapo/alert_monitor_base=>READ_ATP_ALERTS...more details | ||
| READ_FCS_ALERTS | Read Forecast Alerts | Public |
| CALL METHOD /sapapo/alert_monitor_base=>READ_FCS_ALERTS...more details | ||
| READ_PP_ALERTS | Read PP Alerts | Public |
| CALL METHOD /sapapo/alert_monitor_base=>READ_PP_ALERTS...more details | ||
| READ_SDP_ALERTS | Read Supply & Demand Planning Alerts | Public |
| CALL METHOD /sapapo/alert_monitor_base=>READ_SDP_ALERTS...more details | ||
| REFRESH | Refresh Alert Monitor (After Previous READ_ALERTS) | Public |
| CALL METHOD /sapapo/alert_monitor_base=>REFRESH...more details | ||
| RESET | Reset Alert Info | Public |
| CALL METHOD /sapapo/alert_monitor_base=>RESET...more details | ||
| RESTORE_GRIDS | Referesh Alert Grids after Freezing / Undoing Freeze | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>RESTORE_GRIDS...more details | ||
| SET_FOCUS | Sets Focus on Current Alert Window | Protected |
| CALL METHOD /sapapo/alert_monitor_base=>SET_FOCUS...more details | ||
| SET_VALID_DATE_TO_MEMORY | Write validity area to global memory | Private |
| CALL METHOD /sapapo/alert_monitor_base=>SET_VALID_DATE_TO_MEMORY...more details | ||
| SET_VISIBLE | Set Visibility of Alert Monitor | Public |
| CALL METHOD /sapapo/alert_monitor_base=>SET_VISIBLE...more details | ||
| SHOW_ALERTS | Display Alert | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| P_ALERTS_CUR_TAB | Instance Attribute | Current Alert Table | LIKE /SAPAPO/ALERT_TAB | Protected | |
| P_ALERTS_FROZEN_TAB | Instance Attribute | Table with Frozen Alert Situation | LIKE /SAPAPO/ALERT_TAB | Protected | |
| P_ALERT_SET | Instance Attribute | Overall Alert Profiles for Alert Situation | LIKE /SAPAPO/C_SETID | Protected | |
| P_AOTYPES_META_TAB | Instance Attribute | AOT Meta Data | LIKE /SAPAPO/AOTYPE_TAB | Protected | |
| P_APPL_META_TAB | Instance Attribute | LIKE | Protected | ||
| P_ATP_PROFID | Instance Attribute | ATP Profile | LIKE /SAPAPO/AMOPROFID | Protected | |
| P_DIALOGBOX | Instance Attribute | Dialog Box | LIKE CL_GUI_DIALOGBOX_CONTAINER | Protected | |
| P_DOCKING_MODE | Instance Attribute | Docking Mode (='X') | LIKE CHAR01 | Protected | |
| P_DYNNR | Instance Attribute | Screen from which Alert Monitor is Called | LIKE SYDYNNR | Protected | |
| P_EXTENSION | Instance Attribute | Size of Docking Control | LIKE I | Protected | |
| P_FCS_PROFID | Instance Attribute | Alert Profile FCS | LIKE /SAPAPO/AMOPROFID | Protected | |
| P_FROZEN | Instance Attribute | 'X' = Frozen, ' ' = Non-Frozen Alerts | LIKE CHAR01 | Protected | |
| P_FULLSCREEN_MODE | Instance Attribute | Alert Monitor in Fullscreen Mode | LIKE CHAR01 | Protected | |
| P_HIDDEN_ALERT_TAB | Instance Attribute | Table of Hidden Alerts | LIKE /SAPAPO/ALERT_TAB | Protected | |
| P_NO_TITLE | Instance Attribute | Checkbox Field | LIKE XFELD | Protected | |
| P_NO_TOOLBAR | Instance Attribute | Checkbox Field | LIKE XFELD | Protected | |
| P_PARENT | Instance Attribute | Parent Container | LIKE CL_GUI_CONTAINER | Protected | |
| P_PARENT_AMON | Instance Attribute | Last Own Alert Monitor Container | LIKE CL_GUI_CONTAINER | Protected | |
| P_PLVER | Instance Attribute | Planning Version | LIKE /SAPAPO/AMOPLVER | Protected | |
| P_PP_PROFID | Instance Attribute | PP Profile | LIKE /SAPAPO/AMOPROFID | Protected | |
| P_REPID | Instance Attribute | Report from which Alert Monitor is called | LIKE SYREPID | Protected | |
| P_SDP_PROFID | Instance Attribute | Alert profile: SDP | LIKE /SAPAPO/AMOPROFID | Protected | |
| P_SELFDEFINED_DC | Instance Attribute | Application Reacts Even to Double-Click Event | LIKE XFELD | Protected | |
| P_SHERIFF | Instance Attribute | Vertretener des zu bearbeitenden Settings | LIKE XUBNAME | Public | |
| P_SIDE | Instance Attribute | Page (for Docking Mode Only) | LIKE I | Protected | |
| P_SIMSESSION | Instance Attribute | Transactional Simulation (LC) | LIKE /SAPAPO/AMOLCSIM | Protected | |
| P_TLB_PROFID | Instance Attribute | TLB Profile | LIKE /SAPAPO/AMOPROFID | Protected | |
| P_T_APPL_PROFID | Instance Attribute | Applications and Profiles | LIKE /SAPAPO/AMOAPPL_PROFID_TAB | Protected | |
| P_VFROM | Instance Attribute | Valid-From Date | LIKE /SAPAPO/C_VFROM | Protected | |
| P_VISIBLE | Instance Attribute | Indicator: Show/Hide Alert Monitor | LIKE CHAR01 | Protected | |
| P_VTO | Instance Attribute | Valid-to Date | LIKE /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 AlertsALERT_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