SAP CL_GUI_ALV_TREE_AUTO_HIERARCHY OO Class - ALV Tree with automatic hierarchy









CL_GUI_ALV_TREE_AUTO_HIERARCHY 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_GUI_ALV_TREE_AUTO_HIERARCHY 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_GUI_ALV_TREE_AUTO_HIERARCHY is CL_GUI_ALV_TREE

Method list of CL_GUI_ALV_TREE_AUTO_HIERARCHY 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_NODES_AUTOPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>ADD_NODES_AUTO...more details

ADD_NODE_AUTO_INTERNALPrivate
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>ADD_NODE_AUTO_INTERNAL...more details

AUTO_EXPANDPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>AUTO_EXPAND...more details

BUILD_FIELDCATALOGPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>BUILD_FIELDCATALOG...more details

CALLBACK_BUTTON_CLICKPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_BUTTON_CLICK...more details

CALLBACK_DOUBLE_CLICKPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_DOUBLE_CLICK...more details

CALLBACK_NAVIGATIONPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_NAVIGATION...more details

CONCATENATE_KEYSPrivate
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CONCATENATE_KEYS...more details

CONSTRUCTORPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CONSTRUCTOR...more details

COUNT_CHILDRENPrivate
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>COUNT_CHILDREN...more details

FIND_CREATE_PARENTPrivate
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>FIND_CREATE_PARENT...more details

GET_CHECKED_NODES_AUTOPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>GET_CHECKED_NODES_AUTO...more details

GET_STRUCTURE_NAMEPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>GET_STRUCTURE_NAME...more details

INIT_DISPLAYPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>INIT_DISPLAY...more details

REGISTER_EVENTSPrivate
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>REGISTER_EVENTS...more details

SET_CHECK_FLAG_SUBTREEPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>SET_CHECK_FLAG_SUBTREE...more details

SORT_DATAPublic
CALL METHOD cl_gui_alv_tree_auto_hierarchy=>SORT_DATA...more details



CL_GUI_ALV_TREE_AUTO_HIERARCHY 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
MT_DFIESInstance AttributeTable for dfies entriesLIKE
DFIES_TABLE
Private
MT_FIELD_INFOInstance AttributeTTYP for LVC_S_AUTO_HIERARCHY_INFOLIKE
LVC_T_AUTO_HIERARCHY_INFO
Private
MT_HIERARCHY_INFOInstance AttributeTTYP for LVC_S_AUTO_HIERARCHY_INFOLIKE
STRINGTAB
Private
MT_TREE_BUFFERInstance AttributeLIKE
TY_T_TREE_BUFFER
Private
MV_CALLBACKInstance AttributeName of Function ModuleLIKE
RS38L_FNAM
Private
MV_KEY_NUMInstance AttributeLIKE
I
Private
MV_STRUCTURE_NAMEInstance AttributeTable NameLIKE
TABNAME
Private
MV_TREE_MODEInstance AttributeTree ModeLIKE
LVC_AUTO_HIERARCHY_TREE_MODE
Private




CL_GUI_ALV_TREE_AUTO_HIERARCHY types

TY_TREE_BUFFER -
TY_T_TREE_BUFFER -

Links to Related Class(s)

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