SAP /SAPAPO/AMO_ATYPE_SELECTION OO Class - Selection of Alert Types for an Application









/SAPAPO/AMO_ATYPE_SELECTION 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/AMO_ATYPE_SELECTION 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/AMO_ATYPE_SELECTION 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
ADD_NODEAdd a New Node into the Hierarchy TreePrivate
CALL METHOD /sapapo/amo_atype_selection=>ADD_NODE...more details

CONSTRUCTORCreate Selection Tree for Alert Type SelectionPublic
CALL METHOD /sapapo/amo_atype_selection=>CONSTRUCTOR...more details

GET_CHANGE_FLAGCheck whether changes have been madePublic
CALL METHOD /sapapo/amo_atype_selection=>GET_CHANGE_FLAG...more details

GET_CURRENT_SELECTIONRead the current alert type selectionPublic
CALL METHOD /sapapo/amo_atype_selection=>GET_CURRENT_SELECTION...more details

HANDLE_BUTTON_CLICKEvent Handler: Select a Threshold Value to ChangePrivate
CALL METHOD /sapapo/amo_atype_selection=>HANDLE_BUTTON_CLICK...more details

HANDLE_CHECKBOX_CHANGEEvent Handler: Change Selection (Checkbox) of a NodePrivate
CALL METHOD /sapapo/amo_atype_selection=>HANDLE_CHECKBOX_CHANGE...more details

HANDLE_HEADER_CLICKEvent Handler: Select All Alert Types Using Header LinePrivate
CALL METHOD /sapapo/amo_atype_selection=>HANDLE_HEADER_CLICK...more details

PREPARE_ATYPES_TREEPreparations for Displaying the Selection TreePrivate
CALL METHOD /sapapo/amo_atype_selection=>PREPARE_ATYPES_TREE...more details

REGISTER_EVENTS_ATYPES_TREERegistration of Possible EventsPrivate
CALL METHOD /sapapo/amo_atype_selection=>REGISTER_EVENTS_ATYPES_TREE...more details

SAVE_CURRENT_SELECTIONSave the current alert type selectionPublic
CALL METHOD /sapapo/amo_atype_selection=>SAVE_CURRENT_SELECTION...more details

SET_CHANGE_FLAGSet that changes have been madePublic
CALL METHOD /sapapo/amo_atype_selection=>SET_CHANGE_FLAG...more details

SET_EDITABLESet the editability of the fields (X = yes/SPACE = no)Public
CALL METHOD /sapapo/amo_atype_selection=>SET_EDITABLE...more details

SET_NEW_PROFIDSelect New ProfilePublic
CALL METHOD /sapapo/amo_atype_selection=>SET_NEW_PROFID...more details



/SAPAPO/AMO_ATYPE_SELECTION 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
GA_AOTYPES_META_DATAInstance AttributeAOT Meta DataLIKE
/SAPAPO/AOTYPE_TAB
Private
GA_APPLIDInstance AttributeApplication of Alert TypesLIKE
/SAPAPO/AMOAPPLID
Public
GA_APPLID_TABInstance AttributeSeveral applications should be fixed under one nameLIKE
/SAPAPO/AMOAPPLID_TAB
Private
GA_ATYPES_TABInstance AttributeTable of Alert Types for SelectionLIKE
/SAPAPO/ATYPESIO_TAB
Public
GA_ATYPES_TREEInstance AttributeCurrent Instance of ALV TreeLIKE
CL_GUI_ALV_TREE
Private
GA_AT_META_TABInstance AttributeMeta Data: Alert TypesLIKE
/SAPAPO/ATYPE_META_TAB
Private
GA_CHANGEDInstance AttributeChanges made (Yes/No)LIKE
/SAPAPO/AMOFLAG
Private
GA_EDITABLEInstance AttributeCan be editedCAM_TRUELIKE
/SAPAPO/AMOFLAG
Private
GA_EXISTING_NODESInstance AttributeExisting Node in Selection TreeLIKE
/SAPAPO/AMO_ATYPESIO_NODE_TAB
Public
GA_PROFIDInstance AttributeCurrent Profile in the DisplayLIKE
/SAPAPO/AMOPROFID
Private
P_HEADER_ICONInstance AttributeHeader Line SymbolLIKE
TV_IMAGE
Private


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!