SAP CL_BSP_WD_CONTROLLER OO Class - Basis Class for WD Controller









CL_BSP_WD_CONTROLLER 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_CONTROLLER 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_CONTROLLER is CL_BSP_CONTROLLER2

Method list of CL_BSP_WD_CONTROLLER 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
ACTIVATE_TESTINGPrivate
CALL METHOD cl_bsp_wd_controller=>ACTIVATE_TESTING...more details

COMPLETE_NAMECompletes the Controller NamePublic
CALL METHOD cl_bsp_wd_controller=>COMPLETE_NAME...more details

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

DELETE_CUSTOM_CONTROLLERCall: Deletes a Custom ControllerPublic
CALL METHOD cl_bsp_wd_controller=>DELETE_CUSTOM_CONTROLLER...more details

DO_CLEANUP_CONTEXTImplementation: Release Controller ContextProtected
CALL METHOD cl_bsp_wd_controller=>DO_CLEANUP_CONTEXT...more details

DO_CONTEXT_NODE_BINDINGConnects Two Context NodesPublic
CALL METHOD cl_bsp_wd_controller=>DO_CONTEXT_NODE_BINDING...more details

DO_INIT_CONTEXTImplementation: Initialization of Controller ContextProtected
CALL METHOD cl_bsp_wd_controller=>DO_INIT_CONTEXT...more details

GET_CUSTOM_CONTROLLERCall: Fetches a Custom Controller and Generates it if NeededPublic
CALL METHOD cl_bsp_wd_controller=>GET_CUSTOM_CONTROLLER...more details

WD_CREATE_CONTEXTInstantiates Controller ContextProtected
CALL METHOD cl_bsp_wd_controller=>WD_CREATE_CONTEXT...more details

WD_DESTROY'Destructor' for WD ControllerProtected
CALL METHOD cl_bsp_wd_controller=>WD_DESTROY...more details

WD_DESTROY_CONTEXTReleases the Controller ContextProtected
CALL METHOD cl_bsp_wd_controller=>WD_DESTROY_CONTEXT...more details



CL_BSP_WD_CONTROLLER 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
COMP_CONTROLLERInstance AttributeBSP WD Component ControllerLIKE
CL_BSP_WD_COMPONENT_CONTROLLER
Protected
CONTEXTInstance AttributeContextLIKE
CL_BSP_WD_CONTEXT
Protected
CO_PREFIX_CUCO_GLOBAL_SCOPEConstantPrefix for Addressing Global Custom Controller'GLOBAL.'LIKE
CHAR7
Public
CO_SHARE_COLLECTIONConstantBond Type: Common Collection'C'LIKE
BSP_WD_BINDING_TYPE
Public
CO_SHARE_COLL_WRAPPERConstantBond Type: Common Collection Wrapper'W'LIKE
BSP_WD_BINDING_TYPE
Public
CO_TYPED_CTXTConstantComponent Name'TYPED_CONTEXT'LIKE
STRING
Private
CO_TYPE_COMPONENTConstantController Type: Component'C'LIKE
BSP_WD_CONTROLLER_TYPE
Public
CO_TYPE_CUSTOMConstantController Type: Custom'K'LIKE
BSP_WD_CONTROLLER_TYPE
Public
CO_TYPE_INTERFACEConstantController Type: Interface'I'LIKE
BSP_WD_CONTROLLER_TYPE
Public
CO_TYPE_VIEWConstantController Type: View'V'LIKE
BSP_WD_CONTROLLER_TYPE
Public
CO_TYPE_WINDOWConstantController Type: Window'W'LIKE
BSP_WD_CONTROLLER_TYPE
Public
DO_BINDINGInstance AttributeLIKE
Private
TESTINGInstance AttributeLIKE
Private
VIEW_MANAGERInstance AttributeView ManagerLIKE
IF_BSP_WD_VIEW_MANAGER
Protected
WD_APPLStatic AttributeBSP WD ApplicationLIKE
CL_BSP_WD_APPLICATION
Protected


Events of Class CL_BSP_WD_CONTROLLER

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... DISABLE_DH_NAVIGATION - Request Suppression of Delta Handling

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!