SAP /SAPAPO/CL_AMONOTE OO Class - Alert Note
/SAPAPO/CL_AMONOTE 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/CL_AMONOTE 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/CL_AMONOTE 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 |
| ALERT_HIDE | Hide alerts (set hidden status flags) | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_HIDE...more details | ||
| ALERT_NOTE_DEL | Delete alert note, status, processing info | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_NOTE_DEL...more details | ||
| ALERT_PROCINFO_GET | Get processing info of alerts | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_PROCINFO_GET...more details | ||
| ALERT_PROCINFO_UPD | Update alert processing info | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_PROCINFO_UPD...more details | ||
| ALERT_STATUS_DEL | Delete alert status (flags) | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_DEL...more details | ||
| ALERT_STATUS_GET | Get status of alerts | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_GET...more details | ||
|
| ||
| ALERT_STATUS_INFO | Get alert status info | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_INFO...more details | ||
| ALERT_STATUS_UPD | Update alert status (flags) | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_UPD...more details | ||
| ALERT_UNHIDE | Unhide alerts (reset hidden status flag) | Public |
| CALL METHOD /sapapo/cl_amonote=>ALERT_UNHIDE...more details | ||
| NOTE_FILTER_PREPARE | Prepare filter to read alert notes | Private |
| CALL METHOD /sapapo/cl_amonote=>NOTE_FILTER_PREPARE...more details | ||
| NOTE_READ | Read alert notes | Private |
| CALL METHOD /sapapo/cl_amonote=>NOTE_READ...more details | ||
| NOTE_WRITE | Write alert notes | Private |
| CALL METHOD /sapapo/cl_amonote=>NOTE_WRITE...more details | ||
| PROCLEV_TEXT_GET | Get processing level description | Private |
| CALL METHOD /sapapo/cl_amonote=>PROCLEV_TEXT_GET...more details | ||
| STATUS_ICON_GET | Get status icon | Public |
| CALL METHOD /sapapo/cl_amonote=>STATUS_ICON_GET...more details | ||
| TIME_FIELD_GET | Get descriptive alert fields of alert object time | Private |
| CALL METHOD /sapapo/cl_amonote=>TIME_FIELD_GET...more details | ||
/SAPAPO/CL_AMONOTE types
TYP_S_NOTE - Alert noteTYP_S_NOTE_FILTER - Alert note filter
TYP_S_RELATION - Input-output relation
TYP_S_TIME_FIELD - descriptive alert field
TYP_T_NOTE - Alert note table
TYP_T_NOTE_FILTER - Alert note filter table
TYP_T_RELATION - Input-output relation table
TYP_T_TIME_FIELD - descriptive alert field table
Links to Related Class(s)
/SAPAPO/...Full list of available SAP object classes
Search for further information about these or an SAP related objects