SAP CL_ISU_BOL_TREE_NODE OO Class - Utilities BOL Tree Node
CL_ISU_BOL_TREE_NODE 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_ISU_BOL_TREE_NODE 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_ISU_BOL_TREE_NODE is CL_CRM_BOL_ENTITY_WRAPPERInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ISU_BOL_TREE_NODE_KEYMethod list of CL_ISU_BOL_TREE_NODE 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 |
| ARE_CHILDREN_FILTERED | Public | |
| CALL METHOD cl_isu_bol_tree_node=>ARE_CHILDREN_FILTERED...more details | ||
| ARE_CHILDREN_VALID | Public | |
| CALL METHOD cl_isu_bol_tree_node=>ARE_CHILDREN_VALID...more details | ||
| CHECK_INITIALLY_EXPANDED | Private | |
| CALL METHOD cl_isu_bol_tree_node=>CHECK_INITIALLY_EXPANDED...more details | ||
| CREATE_INSTANCE | Private | |
| CALL METHOD cl_isu_bol_tree_node=>CREATE_INSTANCE...more details | ||
| DISABLE_CHILDREN_FILTER | Public | |
| CALL METHOD cl_isu_bol_tree_node=>DISABLE_CHILDREN_FILTER...more details | ||
| ENABLE_CHILDREN_FILTER | Public | |
| CALL METHOD cl_isu_bol_tree_node=>ENABLE_CHILDREN_FILTER...more details | ||
|
| ||
| FIND | Public | |
| CALL METHOD cl_isu_bol_tree_node=>FIND...more details | ||
| GET_ALL_CHILD_NODES | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES...more details | ||
| GET_ALL_CHILD_NODES_INT | Private | |
| CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES_INT...more details | ||
| GET_ALL_CHILD_NODES_RECURSIVE | Private | |
| CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES_RECURSIVE...more details | ||
| GET_CELL_INFO | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_CELL_INFO...more details | ||
| GET_CHILD_NODES | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_CHILD_NODES...more details | ||
| GET_CUST_EXIT | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_CUST_EXIT...more details | ||
| GET_HIDDEN_STATUS | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_HIDDEN_STATUS...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD cl_isu_bol_tree_node=>GET_INSTANCE...more details | ||
| GET_MAPPED_PRES_ENTRY | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_MAPPED_PRES_ENTRY...more details | ||
| GET_MAX_CHILDREN | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_MAX_CHILDREN...more details | ||
| GET_MAX_SIBLINGS | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_MAX_SIBLINGS...more details | ||
| GET_NODE_ID | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_NODE_ID...more details | ||
| GET_OCA_COLUMN_KEY | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_OCA_COLUMN_KEY...more details | ||
| GET_OCA_TABLE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_OCA_TABLE...more details | ||
| GET_PARENT_NODE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_PARENT_NODE...more details | ||
| GET_PRESENTATION | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_PRESENTATION...more details | ||
| GET_PRES_COL_4_NAME | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_PRES_COL_4_NAME...more details | ||
| GET_PROPERTY_SINGLE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_PROPERTY_SINGLE...more details | ||
| GET_RENDER_CELL | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_RENDER_CELL...more details | ||
| GET_ROOT_NODE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_ROOT_NODE...more details | ||
| GET_VISIBLE_PARENT_NODE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_VISIBLE_PARENT_NODE...more details | ||
| GET_WRAPPED_ENTITY | Public | |
| CALL METHOD cl_isu_bol_tree_node=>GET_WRAPPED_ENTITY...more details | ||
| HAS_CHILDREN | Public | |
| CALL METHOD cl_isu_bol_tree_node=>HAS_CHILDREN...more details | ||
| INVALIDATE_CHILDREN | Public | |
| CALL METHOD cl_isu_bol_tree_node=>INVALIDATE_CHILDREN...more details | ||
| IS_CHILDREN_FILTER_DISABLED | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_CHILDREN_FILTER_DISABLED...more details | ||
| IS_ENTITY_RECURSIVE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_ENTITY_RECURSIVE...more details | ||
| IS_EXPANDED | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_EXPANDED...more details | ||
| IS_FOCUS | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_FOCUS...more details | ||
| IS_HIDDEN | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_HIDDEN...more details | ||
| IS_VIRTUAL_ROOT | Public | |
| CALL METHOD cl_isu_bol_tree_node=>IS_VIRTUAL_ROOT...more details | ||
| ON_BOL_RESET_FINISHED | Private | |
| CALL METHOD cl_isu_bol_tree_node=>ON_BOL_RESET_FINISHED...more details | ||
| ON_TREE_NODE_ENTITY_DELETED | Private | |
| CALL METHOD cl_isu_bol_tree_node=>ON_TREE_NODE_ENTITY_DELETED...more details | ||
| REMOVE_FROM_PARENT_ON_FILTERED | Private | |
| CALL METHOD cl_isu_bol_tree_node=>REMOVE_FROM_PARENT_ON_FILTERED...more details | ||
| SET_CHILDREN_FILTERED | Private | |
| CALL METHOD cl_isu_bol_tree_node=>SET_CHILDREN_FILTERED...more details | ||
| SET_EXPANDED | Public | |
| CALL METHOD cl_isu_bol_tree_node=>SET_EXPANDED...more details | ||
| SET_FOCUS | Public | |
| CALL METHOD cl_isu_bol_tree_node=>SET_FOCUS...more details | ||
| SET_RESET_SURVIVAL_MODE | Public | |
| CALL METHOD cl_isu_bol_tree_node=>SET_RESET_SURVIVAL_MODE...more details | ||
| SET_VIRTUAL_ROOT | Public | |
| CALL METHOD cl_isu_bol_tree_node=>SET_VIRTUAL_ROOT...more details | ||
CL_ISU_BOL_TREE_NODE 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 |
| CHILDREN | Instance Attribute | LIKE IF_BOL_BO_COL | Private | ||
| CHILDREN_FILTERED | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| CHILDREN_FILTER_DISABLED | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| CHILDREN_VALID | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| EXPANDED | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| FOCUS | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| HIDDEN_STATUS | Instance Attribute | LIKE SYTABIX | Private | ||
| HIER | Instance Attribute | LIKE ISU_BOLTREE_HIER | Private | ||
| INITIAL_EXPANDING_DONE | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| INSTANCES | Static Attribute | LIKE TY_INSTANCES | Private | ||
| IS_LEAF | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| NO_EXPAND | Constant | 888 | LIKE NUMC3 | Private | |
| PARENT_NODE | Instance Attribute | LIKE CL_ISU_BOL_TREE_NODE | Private | ||
| PRES | Instance Attribute | LIKE ISU_BOLTREE_PRES | Private | ||
| PRES_COLS | Instance Attribute | LIKE ISU_BOL_TREE_PRCO_TAB | Private | ||
| RESET_SURVIVAL_REF_COL_TAB | Instance Attribute | LIKE | Private | ||
| RESTORE_ENTITY_KEY | Instance Attribute | LIKE CRMT_GENIL_OBJECT_ID | Private | ||
| RESTORE_ENTITY_NAME | Instance Attribute | LIKE CRMT_EXT_OBJ_NAME | Private | ||
| TREE_SRV | Instance Attribute | LIKE CL_ISU_BOL_TREE_SERVICE | Private | ||
| VIRTUAL_ROOT | Instance Attribute | LIKE ABAP_BOOL | Private |
CL_ISU_BOL_TREE_NODE types
TY_INSTANCE -TY_INSTANCES -
TY_RESET_SURVIVAL_REF_COL -
Links to Related Class(s)
CL_ISU_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects