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_CONTROLLERInterface 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_MANAGERMethod 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 Name | Description | Visability |
| GET_COMPONENT_NAME | Returns Component Name | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_COMPONENT_NAME...more details | ||
| GET_COMPONENT_USAGE | Returns a Component Application | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_COMPONENT_USAGE...more details | ||
| GET_EXT_POPUP_HANDLER | Private | |
| CALL METHOD cl_bsp_wd_component_controller=>GET_EXT_POPUP_HANDLER...more details | ||
| GET_PRELOAD_CONTROLLERS | Returns Table of Requested Custom Controller | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_PRELOAD_CONTROLLERS...more details | ||
| GET_REPLACEMENT | Returns a Substitute Controller | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_REPLACEMENT...more details | ||
| GET_RTREP_REPLACEMENTS | Returns Substitution Table for Controller | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_RTREP_REPLACEMENTS...more details | ||
|
| ||
| GET_RUNTIME_REPOSITORY | Returns the Runtime Repository for Component | Public |
| CALL METHOD cl_bsp_wd_component_controller=>GET_RUNTIME_REPOSITORY...more details | ||
| ON_USED_COMPONENT_CREATED | Private | |
| CALL METHOD cl_bsp_wd_component_controller=>ON_USED_COMPONENT_CREATED...more details | ||
| PRELOAD_CUST_CONTROLLER | Private | |
| CALL METHOD cl_bsp_wd_component_controller=>PRELOAD_CUST_CONTROLLER...more details | ||
| RAISE_COMPONENT_EVENT | Private | |
| CALL METHOD cl_bsp_wd_component_controller=>RAISE_COMPONENT_EVENT...more details | ||
| WD_COMPONENT_INITIALIZE | Component Initialization | Public |
| CALL METHOD cl_bsp_wd_component_controller=>WD_COMPONENT_INITIALIZE...more details | ||
| WD_USAGE_INITIALIZE | Initialization of Component Usages | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| COMPONENT_DESCRIPTOR | Instance Attribute | Component Description | LIKE IF_BSP_WD_COMPONENT_DESCRIPTOR | Private | |
| COMPONENT_FACTORY | Instance Attribute | Component Administration | LIKE CL_BSP_WD_COMPONENT_FACTORY | Private | |
| COMPONENT_USAGE_TAB | Instance Attribute | LIKE | Private | ||
| COMP_CONTROLLER_NAME | Constant | Name of a BSP Page/Controller (Upper and Lower Case) | 'BSPWDComponent.do' | LIKE O2PAGEEXT | Public |
| CONTROLLER_ID | Instance Attribute | LIKE | Private | ||
| EXT_POPUP_HANDLER | Instance Attribute | Popup Handler for Dynamic Enhancement Popups | LIKE CL_WCF_BSP_VIEW_POPUP_MANAGER | Private | |
| REPOSITORY | Instance Attribute | Web Dynpro Runtime Repository | LIKE CL_BSP_WD_REPOSITORY | Protected | |
| WINDOW_MANAGER | Instance Attribute | Access Interface to Window Manager | LIKE 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