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 NameDescriptionVisability
ADD_FILTER_COLLECTIONPublic
CALL METHOD cl_isu_bol_tree_service=>ADD_FILTER_COLLECTION...more details

ADD_FILTER_ENTITYPublic
CALL METHOD cl_isu_bol_tree_service=>ADD_FILTER_ENTITY...more details

CHECK_SEARCHED_IS_CHILDPrivate
CALL METHOD cl_isu_bol_tree_service=>CHECK_SEARCHED_IS_CHILD...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_isu_bol_tree_service=>CLASS_CONSTRUCTOR...more details

CLEAR_FILTERPublic
CALL METHOD cl_isu_bol_tree_service=>CLEAR_FILTER...more details

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

GET_CHILD_NODESPrivate
CALL METHOD cl_isu_bol_tree_service=>GET_CHILD_NODES...more details

GET_COLUMNSPublic
CALL METHOD cl_isu_bol_tree_service=>GET_COLUMNS...more details

GET_IMPL_CLASS_INSTANCEPrivate
CALL METHOD cl_isu_bol_tree_service=>GET_IMPL_CLASS_INSTANCE...more details

GET_INSTANCEPublic
CALL METHOD cl_isu_bol_tree_service=>GET_INSTANCE...more details

GET_NAME_COLUMNPublic
CALL METHOD cl_isu_bol_tree_service=>GET_NAME_COLUMN...more details

GET_NUMBER_ROWSPublic
CALL METHOD cl_isu_bol_tree_service=>GET_NUMBER_ROWS...more details

GET_PARAM_CONTAINERReturns the parameter containerPublic
CALL METHOD cl_isu_bol_tree_service=>GET_PARAM_CONTAINER...more details

GET_PRESPrivate
CALL METHOD cl_isu_bol_tree_service=>GET_PRES...more details

GET_PRES_COLUMNSPrivate
CALL METHOD cl_isu_bol_tree_service=>GET_PRES_COLUMNS...more details

GET_RELATED_ENTITIESPrivate
CALL METHOD cl_isu_bol_tree_service=>GET_RELATED_ENTITIES...more details

GET_ROOT_NODESPublic
CALL METHOD cl_isu_bol_tree_service=>GET_ROOT_NODES...more details

GET_SCROLL_ROWSPublic
CALL METHOD cl_isu_bol_tree_service=>GET_SCROLL_ROWS...more details

GET_VISIBLE_COLUMNSPublic
CALL METHOD cl_isu_bol_tree_service=>GET_VISIBLE_COLUMNS...more details

GET_WIDTH_COLUMNPublic
CALL METHOD cl_isu_bol_tree_service=>GET_WIDTH_COLUMN...more details

IS_COLUMN_HIDDENPublic
CALL METHOD cl_isu_bol_tree_service=>IS_COLUMN_HIDDEN...more details

IS_FILTER_ACTIVEPublic
CALL METHOD cl_isu_bol_tree_service=>IS_FILTER_ACTIVE...more details

IS_FILTER_AVAILABLEPublic
CALL METHOD cl_isu_bol_tree_service=>IS_FILTER_AVAILABLE...more details

IS_TABLEPublic
CALL METHOD cl_isu_bol_tree_service=>IS_TABLE...more details

IS_VIRTUAL_ROOT_ACTIVEPublic
CALL METHOD cl_isu_bol_tree_service=>IS_VIRTUAL_ROOT_ACTIVE...more details

LOADPrivate
CALL METHOD cl_isu_bol_tree_service=>LOAD...more details

ON_BOL_RESET_FINISHEDPrivate
CALL METHOD cl_isu_bol_tree_service=>ON_BOL_RESET_FINISHED...more details

ON_REL_FILTER_PREP_REQUESTEDCall for relation filter preparationPrivate
CALL METHOD cl_isu_bol_tree_service=>ON_REL_FILTER_PREP_REQUESTED...more details

REFRESH_IMPL_CLASS_INSTANCESPrivate
CALL METHOD cl_isu_bol_tree_service=>REFRESH_IMPL_CLASS_INSTANCES...more details

REMOVE_FILTER_ENTITYPublic
CALL METHOD cl_isu_bol_tree_service=>REMOVE_FILTER_ENTITY...more details

RESETPublic
CALL METHOD cl_isu_bol_tree_service=>RESET...more details

SET_FILTER_ACTIVEPublic
CALL METHOD cl_isu_bol_tree_service=>SET_FILTER_ACTIVE...more details

SET_FILTER_COLLECTIONPublic
CALL METHOD cl_isu_bol_tree_service=>SET_FILTER_COLLECTION...more details

SET_FILTER_ENTITYPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CALLER_IDInstance AttributeLIKE
STRING
Private
COLUMNSInstance AttributeLIKE
TY_PCOL_TAB_PUB
Private
COL_TABStatic AttributeLIKE
TY_COL_TAB
Private
CO_DEFAULT_NUMBER_ROWSConstant16LIKE
ISU_BOL_TREE_NUMB_ROWS
Private
EVENT_SERVICEInstance AttributeLIKE
CL_ISUBOTRE_BSPWDCOMPONEN_CN08
Private
FILTERInstance AttributeLIKE
LCL_FILTER
Private
HIER_TABStatic AttributeLIKE
TY_HIER_TAB
Private
IMPL_CLASS_TABInstance AttributeLIKE
TY_IMPL_CLASS_TAB
Private
INSTANCESStatic AttributeLIKE
TY_INSTANCES
Private
OCA_TABStatic AttributeLIKE
TY_OCA_TAB
Private
PARAM_CONTAINERInstance Attributedata container for name value pairsLIKE
IF_ISU_NVP_DATA_CONTAINER
Protected
PCOL_TABStatic AttributeLIKE
TY_PCOL_TAB
Private
PRES_TABStatic AttributeLIKE
TY_PRES_TAB
Private
PROF_IDInstance AttributeLIKE
CHAR10
Private
PROF_TABStatic AttributeLIKE
TY_PROF_TAB
Private
PROT_TABStatic AttributeLIKE
TY_PROT_TAB
Private
VIRTUAL_ROOT_COUNTInstance AttributeLIKE
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



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!