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 NameDescriptionVisability
ALERT_HIDEHide alerts (set hidden status flags)Public
CALL METHOD /sapapo/cl_amonote=>ALERT_HIDE...more details

ALERT_NOTE_DELDelete alert note, status, processing infoPublic
CALL METHOD /sapapo/cl_amonote=>ALERT_NOTE_DEL...more details

ALERT_PROCINFO_GETGet processing info of alertsPublic
CALL METHOD /sapapo/cl_amonote=>ALERT_PROCINFO_GET...more details

ALERT_PROCINFO_UPDUpdate alert processing infoPublic
CALL METHOD /sapapo/cl_amonote=>ALERT_PROCINFO_UPD...more details

ALERT_STATUS_DELDelete alert status (flags)Public
CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_DEL...more details

ALERT_STATUS_GETGet status of alertsPublic
CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_GET...more details

ALERT_STATUS_INFOGet alert status infoPublic
CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_INFO...more details

ALERT_STATUS_UPDUpdate alert status (flags)Public
CALL METHOD /sapapo/cl_amonote=>ALERT_STATUS_UPD...more details

ALERT_UNHIDEUnhide alerts (reset hidden status flag)Public
CALL METHOD /sapapo/cl_amonote=>ALERT_UNHIDE...more details

NOTE_FILTER_PREPAREPrepare filter to read alert notesPrivate
CALL METHOD /sapapo/cl_amonote=>NOTE_FILTER_PREPARE...more details

NOTE_READRead alert notesPrivate
CALL METHOD /sapapo/cl_amonote=>NOTE_READ...more details

NOTE_WRITEWrite alert notesPrivate
CALL METHOD /sapapo/cl_amonote=>NOTE_WRITE...more details

PROCLEV_TEXT_GETGet processing level descriptionPrivate
CALL METHOD /sapapo/cl_amonote=>PROCLEV_TEXT_GET...more details

STATUS_ICON_GETGet status iconPublic
CALL METHOD /sapapo/cl_amonote=>STATUS_ICON_GET...more details

TIME_FIELD_GETGet descriptive alert fields of alert object timePrivate
CALL METHOD /sapapo/cl_amonote=>TIME_FIELD_GET...more details






/SAPAPO/CL_AMONOTE types

TYP_S_NOTE - Alert note
TYP_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



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!