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_WRAPPER

Interface 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_KEY

Method 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 NameDescriptionVisability
ARE_CHILDREN_FILTEREDPublic
CALL METHOD cl_isu_bol_tree_node=>ARE_CHILDREN_FILTERED...more details

ARE_CHILDREN_VALIDPublic
CALL METHOD cl_isu_bol_tree_node=>ARE_CHILDREN_VALID...more details

CHECK_INITIALLY_EXPANDEDPrivate
CALL METHOD cl_isu_bol_tree_node=>CHECK_INITIALLY_EXPANDED...more details

CREATE_INSTANCEPrivate
CALL METHOD cl_isu_bol_tree_node=>CREATE_INSTANCE...more details

DISABLE_CHILDREN_FILTERPublic
CALL METHOD cl_isu_bol_tree_node=>DISABLE_CHILDREN_FILTER...more details

ENABLE_CHILDREN_FILTERPublic
CALL METHOD cl_isu_bol_tree_node=>ENABLE_CHILDREN_FILTER...more details

FINDPublic
CALL METHOD cl_isu_bol_tree_node=>FIND...more details

GET_ALL_CHILD_NODESPublic
CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES...more details

GET_ALL_CHILD_NODES_INTPrivate
CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES_INT...more details

GET_ALL_CHILD_NODES_RECURSIVEPrivate
CALL METHOD cl_isu_bol_tree_node=>GET_ALL_CHILD_NODES_RECURSIVE...more details

GET_CELL_INFOPublic
CALL METHOD cl_isu_bol_tree_node=>GET_CELL_INFO...more details

GET_CHILD_NODESPublic
CALL METHOD cl_isu_bol_tree_node=>GET_CHILD_NODES...more details

GET_CUST_EXITPublic
CALL METHOD cl_isu_bol_tree_node=>GET_CUST_EXIT...more details

GET_HIDDEN_STATUSPublic
CALL METHOD cl_isu_bol_tree_node=>GET_HIDDEN_STATUS...more details

GET_INSTANCEPrivate
CALL METHOD cl_isu_bol_tree_node=>GET_INSTANCE...more details

GET_MAPPED_PRES_ENTRYPublic
CALL METHOD cl_isu_bol_tree_node=>GET_MAPPED_PRES_ENTRY...more details

GET_MAX_CHILDRENPublic
CALL METHOD cl_isu_bol_tree_node=>GET_MAX_CHILDREN...more details

GET_MAX_SIBLINGSPublic
CALL METHOD cl_isu_bol_tree_node=>GET_MAX_SIBLINGS...more details

GET_NODE_IDPublic
CALL METHOD cl_isu_bol_tree_node=>GET_NODE_ID...more details

GET_OCA_COLUMN_KEYPublic
CALL METHOD cl_isu_bol_tree_node=>GET_OCA_COLUMN_KEY...more details

GET_OCA_TABLEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_OCA_TABLE...more details

GET_PARENT_NODEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_PARENT_NODE...more details

GET_PRESENTATIONPublic
CALL METHOD cl_isu_bol_tree_node=>GET_PRESENTATION...more details

GET_PRES_COL_4_NAMEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_PRES_COL_4_NAME...more details

GET_PROPERTY_SINGLEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_PROPERTY_SINGLE...more details

GET_RENDER_CELLPublic
CALL METHOD cl_isu_bol_tree_node=>GET_RENDER_CELL...more details

GET_ROOT_NODEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_ROOT_NODE...more details

GET_VISIBLE_PARENT_NODEPublic
CALL METHOD cl_isu_bol_tree_node=>GET_VISIBLE_PARENT_NODE...more details

GET_WRAPPED_ENTITYPublic
CALL METHOD cl_isu_bol_tree_node=>GET_WRAPPED_ENTITY...more details

HAS_CHILDRENPublic
CALL METHOD cl_isu_bol_tree_node=>HAS_CHILDREN...more details

INVALIDATE_CHILDRENPublic
CALL METHOD cl_isu_bol_tree_node=>INVALIDATE_CHILDREN...more details

IS_CHILDREN_FILTER_DISABLEDPublic
CALL METHOD cl_isu_bol_tree_node=>IS_CHILDREN_FILTER_DISABLED...more details

IS_ENTITY_RECURSIVEPublic
CALL METHOD cl_isu_bol_tree_node=>IS_ENTITY_RECURSIVE...more details

IS_EXPANDEDPublic
CALL METHOD cl_isu_bol_tree_node=>IS_EXPANDED...more details

IS_FOCUSPublic
CALL METHOD cl_isu_bol_tree_node=>IS_FOCUS...more details

IS_HIDDENPublic
CALL METHOD cl_isu_bol_tree_node=>IS_HIDDEN...more details

IS_VIRTUAL_ROOTPublic
CALL METHOD cl_isu_bol_tree_node=>IS_VIRTUAL_ROOT...more details

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

ON_TREE_NODE_ENTITY_DELETEDPrivate
CALL METHOD cl_isu_bol_tree_node=>ON_TREE_NODE_ENTITY_DELETED...more details

REMOVE_FROM_PARENT_ON_FILTEREDPrivate
CALL METHOD cl_isu_bol_tree_node=>REMOVE_FROM_PARENT_ON_FILTERED...more details

SET_CHILDREN_FILTEREDPrivate
CALL METHOD cl_isu_bol_tree_node=>SET_CHILDREN_FILTERED...more details

SET_EXPANDEDPublic
CALL METHOD cl_isu_bol_tree_node=>SET_EXPANDED...more details

SET_FOCUSPublic
CALL METHOD cl_isu_bol_tree_node=>SET_FOCUS...more details

SET_RESET_SURVIVAL_MODEPublic
CALL METHOD cl_isu_bol_tree_node=>SET_RESET_SURVIVAL_MODE...more details

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

NameLevelDescriptionInitial ValueTypeVisability
CHILDRENInstance AttributeLIKE
IF_BOL_BO_COL
Private
CHILDREN_FILTEREDInstance AttributeLIKE
ABAP_BOOL
Private
CHILDREN_FILTER_DISABLEDInstance AttributeLIKE
ABAP_BOOL
Private
CHILDREN_VALIDInstance AttributeLIKE
ABAP_BOOL
Private
EXPANDEDInstance AttributeLIKE
ABAP_BOOL
Private
FOCUSInstance AttributeLIKE
ABAP_BOOL
Private
HIDDEN_STATUSInstance AttributeLIKE
SYTABIX
Private
HIERInstance AttributeLIKE
ISU_BOLTREE_HIER
Private
INITIAL_EXPANDING_DONEInstance AttributeLIKE
ABAP_BOOL
Private
INSTANCESStatic AttributeLIKE
TY_INSTANCES
Private
IS_LEAFInstance AttributeLIKE
ABAP_BOOL
Private
NO_EXPANDConstant888LIKE
NUMC3
Private
PARENT_NODEInstance AttributeLIKE
CL_ISU_BOL_TREE_NODE
Private
PRESInstance AttributeLIKE
ISU_BOLTREE_PRES
Private
PRES_COLSInstance AttributeLIKE
ISU_BOL_TREE_PRCO_TAB
Private
RESET_SURVIVAL_REF_COL_TABInstance AttributeLIKE
Private
RESTORE_ENTITY_KEYInstance AttributeLIKE
CRMT_GENIL_OBJECT_ID
Private
RESTORE_ENTITY_NAMEInstance AttributeLIKE
CRMT_EXT_OBJ_NAME
Private
TREE_SRVInstance AttributeLIKE
CL_ISU_BOL_TREE_SERVICE
Private
VIRTUAL_ROOTInstance AttributeLIKE
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



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!