SAP /SAPAPO/CL_AMODAL OO Class - Alert Monitor Data Access Layer









/SAPAPO/CL_AMODAL 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_AMODAL 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_AMODAL 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_DELETEDelete alert from alert storagePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_DELETE...more details

ALERT_DELETE_AEDelete alert from alert enginePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_DELETE_AE...more details

ALERT_DELETE_BY_LISTDelete list of alerts from alert storagePublic
CALL METHOD /sapapo/cl_amodal=>ALERT_DELETE_BY_LIST...more details

ALERT_DELETE_TBLDelete alert from alert tableProtected
CALL METHOD /sapapo/cl_amodal=>ALERT_DELETE_TBL...more details

ALERT_INSERTInsert alert into alert storagePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_INSERT...more details

ALERT_INSERT_AEInsert alert into alert enginePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_INSERT_AE...more details

ALERT_INSERT_TBLInsert alert into alert tableProtected
CALL METHOD /sapapo/cl_amodal=>ALERT_INSERT_TBL...more details

ALERT_READRead alert from alert storageProtected
CALL METHOD /sapapo/cl_amodal=>ALERT_READ...more details

ALERT_READ_BY_SELRead alert from alert storage based on selectionPublic
CALL METHOD /sapapo/cl_amodal=>ALERT_READ_BY_SEL...more details

ALERT_SELECTSelect alert from alert storagePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_SELECT...more details

ALERT_SELECT_AESelect alert from alert enginePrivate
CALL METHOD /sapapo/cl_amodal=>ALERT_SELECT_AE...more details

ALERT_SELECT_TBLRead alert from alert tableProtected
CALL METHOD /sapapo/cl_amodal=>ALERT_SELECT_TBL...more details

ALERT_WRITEWrite alert to alert storageProtected
CALL METHOD /sapapo/cl_amodal=>ALERT_WRITE...more details

ALERT_WRITE_BY_LISTWrite alerts to alert storage from listPublic
CALL METHOD /sapapo/cl_amodal=>ALERT_WRITE_BY_LIST...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /sapapo/cl_amodal=>CLASS_CONSTRUCTOR...more details

GET_AOTYPEGet alert object type customizing settingPublic
CALL METHOD /sapapo/cl_amodal=>GET_AOTYPE...more details

GET_ATUID_AOTATGet alert object type+alert type of unique alert typePrivate
CALL METHOD /sapapo/cl_amodal=>GET_ATUID_AOTAT...more details

GET_ATUID_ATIDGet unique alert type of alert object type+alert typePrivate
CALL METHOD /sapapo/cl_amodal=>GET_ATUID_ATID...more details

GET_DALAOTGet alert object types handled by application DAL adapterPublic
CALL METHOD /sapapo/cl_amodal=>GET_DALAOT...more details

GET_DALMAP_AEGet alert type mapping table for alert engine storageProtected
CALL METHOD /sapapo/cl_amodal=>GET_DALMAP_AE...more details

SELTAB_CHRRNG_ADDAdd values to characteristic range tablesPrivate
CALL METHOD /sapapo/cl_amodal=>SELTAB_CHRRNG_ADD...more details

SELTAB_CONV_AEConvert AMO sel. range table to alert engine range tablePrivate
CALL METHOD /sapapo/cl_amodal=>SELTAB_CONV_AE...more details

SELTAB_VALUE_ADDAdd value to selection range tableProtected
CALL METHOD /sapapo/cl_amodal=>SELTAB_VALUE_ADD...more details



/SAPAPO/CL_AMODAL 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
GC_ALERTDB_FIELDConstantFields of internal DB alert structureLIKE
Protected
GC_SELOPT_ATIMEConstantAlert time selection optionsLIKE
Public
GT_BUFFER_AOTYPESStatic AttributeAlert Object Type buffer tableLIKE
Private
GT_BUFFER_ATUIDStatic AttributeAlert Type Mapping buffer tableLIKE
Private
MV_DB_CURSORInstance AttributeDB cursorLIKE
CURSOR
Private




/SAPAPO/CL_AMODAL types

TYP_S_ALERT_DB - Internal DB Alert Structure
TYP_S_DALMAP_AE - Mapping structure for Alert Engine Storage
TYP_S_SEL_CHAR - Selection of Alert Characteristics (+planning version)
TYP_T_ALERT_DB - Internal DB Alert Table
TYP_T_DALAOT - Alert Object Types handled by DAL adapter
TYP_T_DALMAP_AE - Mapping table for Alert Engine Storage

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!