SAP CL_ISU_BOL_TREE_SERVICE OO Class - Utilities BOL Tree Service
CL_ISU_BOL_TREE_SERVICE 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_SERVICE 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 CL_ISU_BOL_TREE_SERVICE 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_FILTER_COLLECTION | Public | |
| CALL METHOD cl_isu_bol_tree_service=>ADD_FILTER_COLLECTION...more details | ||
| ADD_FILTER_ENTITY | Public | |
| CALL METHOD cl_isu_bol_tree_service=>ADD_FILTER_ENTITY...more details | ||
| CHECK_SEARCHED_IS_CHILD | Private | |
| CALL METHOD cl_isu_bol_tree_service=>CHECK_SEARCHED_IS_CHILD...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_isu_bol_tree_service=>CLASS_CONSTRUCTOR...more details | ||
| CLEAR_FILTER | Public | |
| CALL METHOD cl_isu_bol_tree_service=>CLEAR_FILTER...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD cl_isu_bol_tree_service=>CONSTRUCTOR...more details | ||
|
| ||
| GET_CHILD_NODES | Private | |
| CALL METHOD cl_isu_bol_tree_service=>GET_CHILD_NODES...more details | ||
| GET_COLUMNS | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_COLUMNS...more details | ||
| GET_IMPL_CLASS_INSTANCE | Private | |
| CALL METHOD cl_isu_bol_tree_service=>GET_IMPL_CLASS_INSTANCE...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_INSTANCE...more details | ||
| GET_NAME_COLUMN | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_NAME_COLUMN...more details | ||
| GET_NUMBER_ROWS | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_NUMBER_ROWS...more details | ||
| GET_PARAM_CONTAINER | Returns the parameter container | Public |
| CALL METHOD cl_isu_bol_tree_service=>GET_PARAM_CONTAINER...more details | ||
| GET_PRES | Private | |
| CALL METHOD cl_isu_bol_tree_service=>GET_PRES...more details | ||
| GET_PRES_COLUMNS | Private | |
| CALL METHOD cl_isu_bol_tree_service=>GET_PRES_COLUMNS...more details | ||
| GET_RELATED_ENTITIES | Private | |
| CALL METHOD cl_isu_bol_tree_service=>GET_RELATED_ENTITIES...more details | ||
| GET_ROOT_NODES | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_ROOT_NODES...more details | ||
| GET_SCROLL_ROWS | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_SCROLL_ROWS...more details | ||
| GET_VISIBLE_COLUMNS | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_VISIBLE_COLUMNS...more details | ||
| GET_WIDTH_COLUMN | Public | |
| CALL METHOD cl_isu_bol_tree_service=>GET_WIDTH_COLUMN...more details | ||
| IS_COLUMN_HIDDEN | Public | |
| CALL METHOD cl_isu_bol_tree_service=>IS_COLUMN_HIDDEN...more details | ||
| IS_FILTER_ACTIVE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>IS_FILTER_ACTIVE...more details | ||
| IS_FILTER_AVAILABLE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>IS_FILTER_AVAILABLE...more details | ||
| IS_TABLE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>IS_TABLE...more details | ||
| IS_VIRTUAL_ROOT_ACTIVE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>IS_VIRTUAL_ROOT_ACTIVE...more details | ||
| LOAD | Private | |
| CALL METHOD cl_isu_bol_tree_service=>LOAD...more details | ||
| ON_BOL_RESET_FINISHED | Private | |
| CALL METHOD cl_isu_bol_tree_service=>ON_BOL_RESET_FINISHED...more details | ||
| ON_REL_FILTER_PREP_REQUESTED | Call for relation filter preparation | Private |
| CALL METHOD cl_isu_bol_tree_service=>ON_REL_FILTER_PREP_REQUESTED...more details | ||
| REFRESH_IMPL_CLASS_INSTANCES | Private | |
| CALL METHOD cl_isu_bol_tree_service=>REFRESH_IMPL_CLASS_INSTANCES...more details | ||
| REMOVE_FILTER_ENTITY | Public | |
| CALL METHOD cl_isu_bol_tree_service=>REMOVE_FILTER_ENTITY...more details | ||
| RESET | Public | |
| CALL METHOD cl_isu_bol_tree_service=>RESET...more details | ||
| SET_FILTER_ACTIVE | Public | |
| CALL METHOD cl_isu_bol_tree_service=>SET_FILTER_ACTIVE...more details | ||
| SET_FILTER_COLLECTION | Public | |
| CALL METHOD cl_isu_bol_tree_service=>SET_FILTER_COLLECTION...more details | ||
| SET_FILTER_ENTITY | Public | |
| CALL METHOD cl_isu_bol_tree_service=>SET_FILTER_ENTITY...more details | ||
CL_ISU_BOL_TREE_SERVICE 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 |
| CALLER_ID | Instance Attribute | LIKE STRING | Private | ||
| COLUMNS | Instance Attribute | LIKE TY_PCOL_TAB_PUB | Private | ||
| COL_TAB | Static Attribute | LIKE TY_COL_TAB | Private | ||
| CO_DEFAULT_NUMBER_ROWS | Constant | 16 | LIKE ISU_BOL_TREE_NUMB_ROWS | Private | |
| EVENT_SERVICE | Instance Attribute | LIKE CL_ISUBOTRE_BSPWDCOMPONEN_CN08 | Private | ||
| FILTER | Instance Attribute | LIKE LCL_FILTER | Private | ||
| HIER_TAB | Static Attribute | LIKE TY_HIER_TAB | Private | ||
| IMPL_CLASS_TAB | Instance Attribute | LIKE TY_IMPL_CLASS_TAB | Private | ||
| INSTANCES | Static Attribute | LIKE TY_INSTANCES | Private | ||
| OCA_TAB | Static Attribute | LIKE TY_OCA_TAB | Private | ||
| PARAM_CONTAINER | Instance Attribute | data container for name value pairs | LIKE IF_ISU_NVP_DATA_CONTAINER | Protected | |
| PCOL_TAB | Static Attribute | LIKE TY_PCOL_TAB | Private | ||
| PRES_TAB | Static Attribute | LIKE TY_PRES_TAB | Private | ||
| PROF_ID | Instance Attribute | LIKE CHAR10 | Private | ||
| PROF_TAB | Static Attribute | LIKE TY_PROF_TAB | Private | ||
| PROT_TAB | Static Attribute | LIKE TY_PROT_TAB | Private | ||
| VIRTUAL_ROOT_COUNT | Instance Attribute | LIKE SYTABIX | Private |
CL_ISU_BOL_TREE_SERVICE types
TY_COL_TAB -TY_HIER_TAB -
TY_IMPL_CLASS -
TY_IMPL_CLASS_TAB -
TY_INSTANCE -
TY_INSTANCES -
TY_OCA_TAB -
TY_PCOL_TAB -
TY_PCOL_TAB_PUB -
TY_PRES_TAB -
TY_PROF_TAB -
TY_PROT_TAB -
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