SAP WDSD_UI_CL_WB_TREE_VIEW OO Class - View class for the selected objects tree (work basket)









WDSD_UI_CL_WB_TREE_VIEW 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 WDSD_UI_CL_WB_TREE_VIEW 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 WDSD_UI_CL_WB_TREE_VIEW 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
ADDITIONAL_SELECTIONAdd the data of the additional selection to the treeProtected
CALL METHOD wdsd_ui_cl_wb_tree_view=>ADDITIONAL_SELECTION...more details

ADD_A_FOLDERInsert a new folder in the treePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>ADD_A_FOLDER...more details

ADD_TOOLTIPThis method adds a given tooltip to a given itemPrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>ADD_TOOLTIP...more details

BUILD_HTML_HEADERWrite Information to HTML Header of ALV TreeProtected
CALL METHOD wdsd_ui_cl_wb_tree_view=>BUILD_HTML_HEADER...more details

BUILD_UP_TREEBuild up the work basket treeProtected
CALL METHOD wdsd_ui_cl_wb_tree_view=>BUILD_UP_TREE...more details

CHANGE_TOOLBARChange toolbar of ALV treePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>CHANGE_TOOLBAR...more details

CONFIGURE_BUTTONConfigures a button in the toolbarProtected
CALL METHOD wdsd_ui_cl_wb_tree_view=>CONFIGURE_BUTTON...more details

CONSTRUCTORConstructorPublic
CALL METHOD wdsd_ui_cl_wb_tree_view=>CONSTRUCTOR...more details

CREATE_ROOT_NODECreate the root node of the work basket treePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>CREATE_ROOT_NODE...more details

GET_HIERARCHY_HEADERThis method puts together the hierarchical titlePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>GET_HIERARCHY_HEADER...more details

GET_TREE_REFERENCEGet the reference of the work basket treeProtected
CALL METHOD wdsd_ui_cl_wb_tree_view=>GET_TREE_REFERENCE...more details

INSERT_RECORD_INTO_TREEInsert a new object into the treePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>INSERT_RECORD_INTO_TREE...more details

SET_FIELDCATALOGField Catalog StructurePrivate
CALL METHOD wdsd_ui_cl_wb_tree_view=>SET_FIELDCATALOG...more details



WDSD_UI_CL_WB_TREE_VIEW 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
MR_CONTAINERInstance AttributeContainer of the treeLIKE
CL_GUI_CONTAINER
Private
MR_CTRLInstance AttributeController class for the selected objects tree (work basket)LIKE
WDSD_UI_CL_WB_TREE_CTRL
Private
MR_MODELInstance AttributeModel class for the selected objects tree (work basket)LIKE
WDSD_UI_CL_WB_TREE_MODEL
Private
MR_TOOLBARInstance AttributeToolbar ControlLIKE
CL_GUI_TOOLBAR
Private
MR_TREEInstance AttributeALV Tree ControlLIKE
CL_GUI_ALV_TREE
Private
MT_FIELDCATALOGInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Private
MT_WB_TREE_ALVInstance AttributeTable of type WDSD_UI_WB_STYLIKE
WDSD_UI_WB_TTY
Private
M_DISPLAY_LOGOInstance AttributeDisplay WDSD-Logo in HTML-HeaderLIKE
WDSD_DISPLAY_LOGO
Private
M_FULL_SCREENInstance AttributeGeneral FlagLIKE
FLAG
Private
M_HANDLE_TREEInstance AttributeDrag&Drop-IDLIKE
I
Private
M_ROOT_NODE_TREEInstance AttributeALV Tree Control: Node KeyLIKE
LVC_NKEY
Private


Links to Related Class(s)

WDSD_UI_...
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!