SAP /SCMB/CL_APPMON OO Class -









/SCMB/CL_APPMON 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 /SCMB/CL_APPMON 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 /SCMB/CL_APPMON 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
BUILD_TREEPrivate
CALL METHOD /scmb/cl_appmon=>BUILD_TREE...more details

CONSTRUCTORConstructorPublic
CALL METHOD /scmb/cl_appmon=>CONSTRUCTOR...more details

CREATE_ALVCREATE_ALVPublic
CALL METHOD /scmb/cl_appmon=>CREATE_ALV...more details

CREATE_AND_INIT_TREECREATE_AND_INIT_TREEPrivate
CALL METHOD /scmb/cl_appmon=>CREATE_AND_INIT_TREE...more details

CREATE_CONTAINERSCREATE_CONTAINERSPrivate
CALL METHOD /scmb/cl_appmon=>CREATE_CONTAINERS...more details

CREATE_PICTURECREATE_PICTUREPrivate
CALL METHOD /scmb/cl_appmon=>CREATE_PICTURE...more details

FREEFREEPublic
CALL METHOD /scmb/cl_appmon=>FREE...more details

FREE_ALVFREE_ALVProtected
CALL METHOD /scmb/cl_appmon=>FREE_ALV...more details

FREE_CONTAINERSFREE_CONTAINERSProtected
CALL METHOD /scmb/cl_appmon=>FREE_CONTAINERS...more details

GET_CONTAINERSPrivate
CALL METHOD /scmb/cl_appmon=>GET_CONTAINERS...more details

GET_ENTRYGET_ENTRYPublic
CALL METHOD /scmb/cl_appmon=>GET_ENTRY...more details

HANDLE_ALV_DOUBLE_CLICKHANDLE_ALV_DOUBLE_CLICKPublic
CALL METHOD /scmb/cl_appmon=>HANDLE_ALV_DOUBLE_CLICK...more details

HANDLE_NODE_DOUBLE_CLICKHANDLE_NODE_DOUBLE_CLICKProtected
CALL METHOD /scmb/cl_appmon=>HANDLE_NODE_DOUBLE_CLICK...more details

HANDLE_TOOLBARHANDLE_TOOLBARProtected
CALL METHOD /scmb/cl_appmon=>HANDLE_TOOLBAR...more details

HANDLE_TOOLBAR_COMMANDHANDLE_TOOLBAR_COMMANDProtected
CALL METHOD /scmb/cl_appmon=>HANDLE_TOOLBAR_COMMAND...more details

SET_ATTRIBUTESPrivate
CALL METHOD /scmb/cl_appmon=>SET_ATTRIBUTES...more details

TOGGLE_TREETOGGLE_TREEPublic
CALL METHOD /scmb/cl_appmon=>TOGGLE_TREE...more details



/SCMB/CL_APPMON 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
DOCKING_CONTAINER_1Instance AttributeDOCKING_CONTAINER_1LIKE
CL_GUI_DOCKING_CONTAINER
Private
DOCKING_CONTAINER_2Instance AttributeDocking Control ContainerLIKE
CL_GUI_DOCKING_CONTAINER
Private
GV_FLIP_FLOPInstance AttributeGV_FLIP_FLOPLIKE
CHAR01
Private
LG_VALUE100Instance AttributeLG_VALUE100LIKE
CHAR100
Public
LO_ALVInstance AttributeALV List ViewerLIKE
CL_GUI_ALV_GRID
Protected
LV_GENTABREFInstance AttributeLIKE
Private
NODE_KEY_NEWInstance AttributeTree Control: Node KeyLIKE
TV_NODEKEY
Protected
NODE_KEY_OLDInstance AttributeTree Control: Node KeyLIKE
TV_NODEKEY
Protected
NODE_TABLEInstance AttributeNODE_TABLELIKE
/SCMB/PFM_TREETAB
Private
PO_PICTUREInstance AttributePICTURELIKE
CL_GUI_PICTURE
Protected
PV_RESULTInstance AttributeLIKE
Private
PV_TOGGLE_TREEInstance AttributeSingle-Character FlagLIKE
CHAR1
Public
SIMPLE_TREEInstance AttributeSIMPLE_TREELIKE
CL_GUI_SIMPLE_TREE
Private


Links to Related Class(s)

/SCMB/CL...
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!