SAP CL_BSP_WD_COMPONENT_CONTROLLER OO Class - BSP WD Component Controller









CL_BSP_WD_COMPONENT_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_COMPONENT_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_COMPONENT_CONTROLLER is CL_BSP_WD_CONTROLLER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_WINDOW_MANAGER

Method list of CL_BSP_WD_COMPONENT_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
GET_COMPONENT_NAMEReturns Component NamePublic
CALL METHOD cl_bsp_wd_component_controller=>GET_COMPONENT_NAME...more details

GET_COMPONENT_USAGEReturns a Component ApplicationPublic
CALL METHOD cl_bsp_wd_component_controller=>GET_COMPONENT_USAGE...more details

GET_EXT_POPUP_HANDLERPrivate
CALL METHOD cl_bsp_wd_component_controller=>GET_EXT_POPUP_HANDLER...more details

GET_PRELOAD_CONTROLLERSReturns Table of Requested Custom ControllerPublic
CALL METHOD cl_bsp_wd_component_controller=>GET_PRELOAD_CONTROLLERS...more details

GET_REPLACEMENTReturns a Substitute ControllerPublic
CALL METHOD cl_bsp_wd_component_controller=>GET_REPLACEMENT...more details

GET_RTREP_REPLACEMENTSReturns Substitution Table for ControllerPublic
CALL METHOD cl_bsp_wd_component_controller=>GET_RTREP_REPLACEMENTS...more details

GET_RUNTIME_REPOSITORYReturns the Runtime Repository for ComponentPublic
CALL METHOD cl_bsp_wd_component_controller=>GET_RUNTIME_REPOSITORY...more details

ON_USED_COMPONENT_CREATEDPrivate
CALL METHOD cl_bsp_wd_component_controller=>ON_USED_COMPONENT_CREATED...more details

PRELOAD_CUST_CONTROLLERPrivate
CALL METHOD cl_bsp_wd_component_controller=>PRELOAD_CUST_CONTROLLER...more details

RAISE_COMPONENT_EVENTPrivate
CALL METHOD cl_bsp_wd_component_controller=>RAISE_COMPONENT_EVENT...more details

WD_COMPONENT_INITIALIZEComponent InitializationPublic
CALL METHOD cl_bsp_wd_component_controller=>WD_COMPONENT_INITIALIZE...more details

WD_USAGE_INITIALIZEInitialization of Component UsagesProtected
CALL METHOD cl_bsp_wd_component_controller=>WD_USAGE_INITIALIZE...more details



CL_BSP_WD_COMPONENT_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
COMPONENT_DESCRIPTORInstance AttributeComponent DescriptionLIKE
IF_BSP_WD_COMPONENT_DESCRIPTOR
Private
COMPONENT_FACTORYInstance AttributeComponent AdministrationLIKE
CL_BSP_WD_COMPONENT_FACTORY
Private
COMPONENT_USAGE_TABInstance AttributeLIKE
Private
COMP_CONTROLLER_NAMEConstantName of a BSP Page/Controller (Upper and Lower Case)'BSPWDComponent.do'LIKE
O2PAGEEXT
Public
CONTROLLER_IDInstance AttributeLIKE
Private
EXT_POPUP_HANDLERInstance AttributePopup Handler for Dynamic Enhancement PopupsLIKE
CL_WCF_BSP_VIEW_POPUP_MANAGER
Private
REPOSITORYInstance AttributeWeb Dynpro Runtime RepositoryLIKE
CL_BSP_WD_REPOSITORY
Protected
WINDOW_MANAGERInstance AttributeAccess Interface to Window ManagerLIKE
IF_BSP_WD_WINDOW_MANAGER
Public


Events of Class CL_BSP_WD_COMPONENT_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... COMPONENT_EVENT -



CL_BSP_WD_COMPONENT_CONTROLLER types

LTYPE_CMP_USAGE_LINE -
LTYPE_CMP_USAGE_TAB -

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!