SAP CL_BSP_WD_APPL_TREE OO Class - Application Visualisation for BSP WD Appl. on RTTI Basis









CL_BSP_WD_APPL_TREE 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_BSP_WD_APPL_TREE 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_BSP_WD_APPL_TREE is CL_BSP_WD_GUI_LIST_TREE

Method list of CL_BSP_WD_APPL_TREE 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
CHECK_IS_REPLACEDPrivate
CALL METHOD cl_bsp_wd_appl_tree=>CHECK_IS_REPLACED...more details

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

CREATE_TOOLBARPrivate
CALL METHOD cl_bsp_wd_appl_tree=>CREATE_TOOLBAR...more details

FIRE_CONTEXT_MENUPrivate
CALL METHOD cl_bsp_wd_appl_tree=>FIRE_CONTEXT_MENU...more details

FIRE_DETAILSPrivate
CALL METHOD cl_bsp_wd_appl_tree=>FIRE_DETAILS...more details

ON_TOOLBAR_FUNCTIONPrivate
CALL METHOD cl_bsp_wd_appl_tree=>ON_TOOLBAR_FUNCTION...more details

SHOW_URLPrivate
CALL METHOD cl_bsp_wd_appl_tree=>SHOW_URL...more details



CL_BSP_WD_APPL_TREE 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
APPL_MODELInstance AttributeModel Description for BSP WD ApplicationsLIKE
IF_BSP_WD_APPL_MODEL
Public
COMPONENT_DESCRIPTORInstance AttributeComponent DescriptionLIKE
IF_BSP_WD_COMPONENT_DESCRIPTOR
Public
CO_HIDE_OBSOLETEConstantName of a BSP Page/Controller (Upper and Lower Case)'#HIDE_OBSOLETE#'LIKE
O2PAGEEXT
Private
CO_PERS_BSPConstantName of BSP Application'#APPL_TREE_PERS#'LIKE
O2APPLNAME
Private
DETAILS_TREEInstance AttributeLIKE
Private
ENHANCEMENT_SETInstance AttributeEnhancement SetLIKE
BSP_WD_ENHANCEMENT_SET
Public
HIDE_OBSOLETEInstance AttributeLIKE
Private
LAST_ROOT_NODESInstance AttributeLIKE
Private
NODE_TYPE_APPLConstantNode Type: Application'a'LIKE
CHAR1
Public
NODE_TYPE_APPLCTRLConstantNode Type: Application Controller'l'LIKE
CHAR1
Public
NODE_TYPE_COMPConstantNode Type: Component'q'LIKE
CHAR1
Public
NODE_TYPE_COMPCTRLConstantNode Type: Component Controller'x'LIKE
CHAR1
Public
NODE_TYPE_CUCOConstantNode Type: Custom Controller'c'LIKE
CHAR1
Public
NODE_TYPE_VIEWConstantNode Type: View'y'LIKE
CHAR1
Public
NODE_TYPE_WINDOWConstantNode Type: Window's'LIKE
CHAR1
Public
SEARCH_PATTERNInstance AttributeLIKE
STRING
Protected
SHOW_FAVOURITESInstance AttributeLIKE
Private
SPLITTERInstance AttributeSplitter ControlLIKE
CL_GUI_SPLITTER_CONTAINER
Private
START_NODE_NAMEInstance AttributeText (100 characters)LIKE
TEXT100
Private
START_NODE_TYPEInstance AttributeSingle-Character IndicatorLIKE
CHAR1
Private
TOOLBARInstance AttributeTool Bar ControlLIKE
CL_GUI_TOOLBAR
Private


Events of Class CL_BSP_WD_APPL_TREE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CONTEXT_MENU -
DETAILS -
DISPLAY_URL - Display URL

Links to Related Class(s)

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