SAP CL_SALV_TREE_ADAPTER_BASE OO Class - ALV: Adapter for Trees









CL_SALV_TREE_ADAPTER_BASE 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 CL_SALV_TREE_ADAPTER_BASE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_SALV_TREE_ADAPTER_BASE is CL_SALV_ADAPTER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_ADAPTER_SELECTIONS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_TOOLBAR_ADAPTER

Method list of CL_SALV_TREE_ADAPTER_BASE 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
ADDED_FUNCTIONTree Event: USER_COMMANDPublic
CALL METHOD cl_salv_tree_adapter_base=>ADDED_FUNCTION...more details

ADD_KEYAdd Key for KEYPRESS EventPublic
CALL METHOD cl_salv_tree_adapter_base=>ADD_KEY...more details

ADD_NODEAdd New NodePublic
CALL METHOD cl_salv_tree_adapter_base=>ADD_NODE...more details

AFTER_SALV_FUNCTIONTree Event: AFTER_USER_COMMANDPublic
CALL METHOD cl_salv_tree_adapter_base=>AFTER_SALV_FUNCTION...more details

BEFORE_SALV_FUNCTIONTree Event: BEFORE_USER_COMMANDPublic
CALL METHOD cl_salv_tree_adapter_base=>BEFORE_SALV_FUNCTION...more details

BUILD_UIFUNCTIONPrivate
CALL METHOD cl_salv_tree_adapter_base=>BUILD_UIFUNCTION...more details

BUTTON_CLICKTree Event: BUTTON_CLICKPublic
CALL METHOD cl_salv_tree_adapter_base=>BUTTON_CLICK...more details

CHANGE_NODEChange Node Settings and DataPublic
CALL METHOD cl_salv_tree_adapter_base=>CHANGE_NODE...more details

CHECKBOX_CHANGETree Event: CHECKBOX_CHANGEPublic
CALL METHOD cl_salv_tree_adapter_base=>CHECKBOX_CHANGE...more details

COLLAPSECollapse NodesPublic
CALL METHOD cl_salv_tree_adapter_base=>COLLAPSE...more details

COLUMN_OPTIMIZEOptimize ColumnsPublic
CALL METHOD cl_salv_tree_adapter_base=>COLUMN_OPTIMIZE...more details

CONSTRUCTORPrivate
CALL METHOD cl_salv_tree_adapter_base=>CONSTRUCTOR...more details

CREATE_TREECreate Tree ControlPublic
CALL METHOD cl_salv_tree_adapter_base=>CREATE_TREE...more details

DELETEDeletes Node and SubtreePublic
CALL METHOD cl_salv_tree_adapter_base=>DELETE...more details

END_OF_LISTTree Event: END_OF_LISTPublic
CALL METHOD cl_salv_tree_adapter_base=>END_OF_LIST...more details

EXPANDExpand SubtreePublic
CALL METHOD cl_salv_tree_adapter_base=>EXPAND...more details

EXPAND_COLLAPSEExpand and Collapse NodesPublic
CALL METHOD cl_salv_tree_adapter_base=>EXPAND_COLLAPSE...more details

EXPAND_EMPTY_FOLDERTree Event: EXPAND_NCPublic
CALL METHOD cl_salv_tree_adapter_base=>EXPAND_EMPTY_FOLDER...more details

GET_CHILDRENGet Node of Subtree or SubnodesPublic
CALL METHOD cl_salv_tree_adapter_base=>GET_CHILDREN...more details

GET_NODEGet NodePublic
CALL METHOD cl_salv_tree_adapter_base=>GET_NODE...more details

GET_RELATED_NODEGet Related NodePublic
CALL METHOD cl_salv_tree_adapter_base=>GET_RELATED_NODE...more details

GET_TOP_NODEGets First NodePublic
CALL METHOD cl_salv_tree_adapter_base=>GET_TOP_NODE...more details

HEADER_CLICKTree Event: HEADER_CLICKPublic
CALL METHOD cl_salv_tree_adapter_base=>HEADER_CLICK...more details

ITEM_DOUBLE_CLICKTree Event: ITEM_DOUBLE_CLICKPublic
CALL METHOD cl_salv_tree_adapter_base=>ITEM_DOUBLE_CLICK...more details

ITEM_KEYPRESSTree Event: ITEM_KEYPRESSPublic
CALL METHOD cl_salv_tree_adapter_base=>ITEM_KEYPRESS...more details

LINK_CLICKTree Event: HEADER_CLICKPublic
CALL METHOD cl_salv_tree_adapter_base=>LINK_CLICK...more details

MOVE_NODEMoves NodePublic
CALL METHOD cl_salv_tree_adapter_base=>MOVE_NODE...more details

NODE_DOUBLE_CLICKTree Event: NODE_DOUBLE_CLICKPublic
CALL METHOD cl_salv_tree_adapter_base=>NODE_DOUBLE_CLICK...more details

NODE_KEYPRESSTree Event: NODE_KEYPRESSPublic
CALL METHOD cl_salv_tree_adapter_base=>NODE_KEYPRESS...more details

REMOVE_ALL_KEYSRelease All Keys from KEYPRESS EventPublic
CALL METHOD cl_salv_tree_adapter_base=>REMOVE_ALL_KEYS...more details

SET_DATAData Is Set in Tree ControlPublic
CALL METHOD cl_salv_tree_adapter_base=>SET_DATA...more details

SET_TOP_NODESets Top NodePublic
CALL METHOD cl_salv_tree_adapter_base=>SET_TOP_NODE...more details

TOP_OF_LISTTree Event: TOP_OF_LISTPublic
CALL METHOD cl_salv_tree_adapter_base=>TOP_OF_LIST...more details

UPDATE_ROWSSend Modified Rows to TreePublic
CALL METHOD cl_salv_tree_adapter_base=>UPDATE_ROWS...more details



CL_SALV_TREE_ADAPTER_BASE 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
R_DYDOInstance AttributeHeader Display ScreenLIKE
CL_SALV_FORM_DYDOS
Private
R_TREEInstance AttributeTree Control InstanceLIKE
CL_SALV_GUI_TREE
Public
T_CHANGED_NODESInstance AttributeChanged nodesLIKE
SALV_T_CHANGED_NODES
Private
T_FIELDCATALOGInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Private
T_NODE_ACTIONInstance AttributeNode OperationsLIKE
SALV_T_NODE_ACTION
Private


Links to Related Class(s)

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