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_TREEMethod 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 Name | Description | Visability |
| ADD_NODES_AUTO | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>ADD_NODES_AUTO...more details | ||
| ADD_NODE_AUTO_INTERNAL | Private | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>ADD_NODE_AUTO_INTERNAL...more details | ||
| AUTO_EXPAND | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>AUTO_EXPAND...more details | ||
| BUILD_FIELDCATALOG | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>BUILD_FIELDCATALOG...more details | ||
| CALLBACK_BUTTON_CLICK | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_BUTTON_CLICK...more details | ||
| CALLBACK_DOUBLE_CLICK | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_DOUBLE_CLICK...more details | ||
|
| ||
| CALLBACK_NAVIGATION | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CALLBACK_NAVIGATION...more details | ||
| CONCATENATE_KEYS | Private | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CONCATENATE_KEYS...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>CONSTRUCTOR...more details | ||
| COUNT_CHILDREN | Private | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>COUNT_CHILDREN...more details | ||
| FIND_CREATE_PARENT | Private | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>FIND_CREATE_PARENT...more details | ||
| GET_CHECKED_NODES_AUTO | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>GET_CHECKED_NODES_AUTO...more details | ||
| GET_STRUCTURE_NAME | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>GET_STRUCTURE_NAME...more details | ||
| INIT_DISPLAY | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>INIT_DISPLAY...more details | ||
| REGISTER_EVENTS | Private | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>REGISTER_EVENTS...more details | ||
| SET_CHECK_FLAG_SUBTREE | Public | |
| CALL METHOD cl_gui_alv_tree_auto_hierarchy=>SET_CHECK_FLAG_SUBTREE...more details | ||
| SORT_DATA | Public | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_DFIES | Instance Attribute | Table for dfies entries | LIKE DFIES_TABLE | Private | |
| MT_FIELD_INFO | Instance Attribute | TTYP for LVC_S_AUTO_HIERARCHY_INFO | LIKE LVC_T_AUTO_HIERARCHY_INFO | Private | |
| MT_HIERARCHY_INFO | Instance Attribute | TTYP for LVC_S_AUTO_HIERARCHY_INFO | LIKE STRINGTAB | Private | |
| MT_TREE_BUFFER | Instance Attribute | LIKE TY_T_TREE_BUFFER | Private | ||
| MV_CALLBACK | Instance Attribute | Name of Function Module | LIKE RS38L_FNAM | Private | |
| MV_KEY_NUM | Instance Attribute | LIKE I | Private | ||
| MV_STRUCTURE_NAME | Instance Attribute | Table Name | LIKE TABNAME | Private | |
| MV_TREE_MODE | Instance Attribute | Tree Mode | LIKE 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