SAP IF_UAC_TREE_HANDLER OO Class - IF w callback methods for standard tree events









IF_UAC_TREE_HANDLER 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 IF_UAC_TREE_HANDLER 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 IF_UAC_TREE_HANDLER 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
CHECK_CELL_VALUECHECK_CELL_VALUEPublic
CALL METHOD if_uac_tree_handler=>CHECK_CELL_VALUE...more details

CHECK_NODE_VALUECHECK_NODE_VALUEPublic
CALL METHOD if_uac_tree_handler=>CHECK_NODE_VALUE...more details

GET_DROPDOWN_MENUGET_DROPDOWN_MENUPublic
CALL METHOD if_uac_tree_handler=>GET_DROPDOWN_MENU...more details

ON_CELL_DOUBLE_CLICKON_CELL_DOUBLE_CLICKPublic
CALL METHOD if_uac_tree_handler=>ON_CELL_DOUBLE_CLICK...more details

ON_CELL_DROPDOWN_SELECTEDON_CELL_DROPDOWN_SELECTEDPublic
CALL METHOD if_uac_tree_handler=>ON_CELL_DROPDOWN_SELECTED...more details

ON_CELL_KEYPRESSEDON_CELL_KEYPRESSEDPublic
CALL METHOD if_uac_tree_handler=>ON_CELL_KEYPRESSED...more details

ON_CELL_SELECTEDON_CELL_SELECTEDPublic
CALL METHOD if_uac_tree_handler=>ON_CELL_SELECTED...more details

ON_COLUMN_DOUBLE_CLICKON_COLUMN_DOUBLE_CLICKPublic
CALL METHOD if_uac_tree_handler=>ON_COLUMN_DOUBLE_CLICK...more details

ON_COLUMN_ORDER_CHANGEDON_COLUMN_ORDER_CHANGEDPublic
CALL METHOD if_uac_tree_handler=>ON_COLUMN_ORDER_CHANGED...more details

ON_DRAGON_DRAGPublic
CALL METHOD if_uac_tree_handler=>ON_DRAG...more details

ON_DRAG_MULTIPLEON_DRAG_MULTIPLEPublic
CALL METHOD if_uac_tree_handler=>ON_DRAG_MULTIPLE...more details

ON_DROPON_DROPPublic
CALL METHOD if_uac_tree_handler=>ON_DROP...more details

ON_DROP_COMPLETEON_DROP_COMPLETEPublic
CALL METHOD if_uac_tree_handler=>ON_DROP_COMPLETE...more details

ON_DROP_COMPLETE_MULTIPLEON_DROP_COMPLETE_MULTIPLEPublic
CALL METHOD if_uac_tree_handler=>ON_DROP_COMPLETE_MULTIPLE...more details

ON_DROP_GET_FLAVORON_DROP_GET_FLAVORPublic
CALL METHOD if_uac_tree_handler=>ON_DROP_GET_FLAVOR...more details

ON_MULTI_SELECTION_CHANGEON_MULTI_SELECTION_CHANGEPublic
CALL METHOD if_uac_tree_handler=>ON_MULTI_SELECTION_CHANGE...more details

ON_NODE_DOUBLE_CLICKON_NODE_DOUBLE_CLICKPublic
CALL METHOD if_uac_tree_handler=>ON_NODE_DOUBLE_CLICK...more details

ON_NODE_KEYPRESSEDON_NODE_KEYPRESSEDPublic
CALL METHOD if_uac_tree_handler=>ON_NODE_KEYPRESSED...more details

ON_NODE_SELECTEDON_NODE_SELECTEDPublic
CALL METHOD if_uac_tree_handler=>ON_NODE_SELECTED...more details

ON_SORT_ORDER_CHANGEDON_SORT_ORDER_CHANGEDPublic
CALL METHOD if_uac_tree_handler=>ON_SORT_ORDER_CHANGED...more details




Links to Related Class(s)

IF_UAC_T...
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!