SAP ABAP Class CL_BSP_WD_COMPONENT_CONTROLLER (BSP WD Component Controller)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-RT (Application Component) UI Runtime Environment
⤷
CRM_BSP_WD (Package) WebClient UI Framework Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller | 20060125 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_WD_WINDOW_MANAGER | Access Interface to Window Manager | 20040907 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ACDLL4_BSPWDCOMPONENT | 20100614 | |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ACGETTER_BSPWDCOMPONEN | 20100614 | |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BASE_TABLE_UI_COMPONENT | Base class for comp. controller of table ui component | 20111124 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BOL__BSPWDCOMPONEN | 20090917 | |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EEW__BSPWDCOMPONEN | 20090810 | |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EMBE_BSPWDCOMPONEN | 20090218 | |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_BSPWDCOMPONEN | 20090213 | |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_REUS_BSPWDCOMPONEN | 20090720 | |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RULE_BSPWDCOMPONEN | 20091012 | |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_BSPWDCMP_BSPWDCOMPONEN | Component: BSPWDCMP_PTDL | 20060323 |
| ... | Click here to see Used By full list (115 items) | |||
Properties
| Class | CL_BSP_WD_COMPONENT_CONTROLLER | |
| Short Description | BSP WD Component Controller | |
| Super Class | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD | WebClient UI Framework Runtime |
| Created | 20040813 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSP_WD_WINDOW_MANAGER | Access Interface to Window Manager | 20040907 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BSP_WD_COMPONENT_USAGE | 20060324 | Component Usage |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_COMPONENT_DESCRIPTOR | Component Description | 20060912 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_FACTORY | Component Administration | 20040910 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LTYPE_CMP_USAGE_TAB | 20040923 | ||||
| 4 | Constant | Public | Type reference (TYPE) | O2PAGEEXT | 'BSPWDComponent.do' | Name of a BSP Page/Controller (Upper and Lower Case) | 20040827 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20060125 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WCF_BSP_VIEW_POPUP_MANAGER | Popup Handler for Dynamic Enhancement Popups | 20090825 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | Web Dynpro Runtime Repository | 20040827 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BSP_WD_WINDOW_MANAGER | Access Interface to Window Manager | 20040903 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COMPONENT_EVENT | Instance Event (0) |
Private (0) |
20060324 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYPE_CMP_USAGE_LINE | Private | See coding | 20060517 | begin of LTYPE_CMP_USAGE_LINE,
USAGE_NAME type STRING,
USAGE_INSTANCE type ref to CL_BSP_WD_COMPONENT_USAGE,
end of LTYPE_CMP_USAGE_LINE
|
||
| 2 | LTYPE_CMP_USAGE_TAB | Private | See coding | 20060517 | LTYPE_CMP_USAGE_TAB type hashed table of LTYPE_CMP_USAGE_LINE
with unique key USAGE_NAME initial size 5
|
Method Signatures
Method GET_COMPONENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Name einer Komponente | 20070328 |
Method GET_COMPONENT_NAME on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_COMPONENT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name einer Komponentenverwendung | 20040922 | |||
| 2 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_COMPONENT_USAGE | 20040910 |
Method GET_COMPONENT_USAGE on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_EXT_POPUP_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_WCF_BSP_VIEW_POPUP_MANAGER | 20090825 |
Method GET_EXT_POPUP_HANDLER on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_PRELOAD_CONTROLLERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT | Value transfer | Type reference (TYPE) | BSP_WD_CONTROLLER_TAB | Tabelle mit Controllernamen | 20040813 |
Method GET_PRELOAD_CONTROLLERS on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_REPLACEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | Präfixierter Controllername | 20060912 | |||
| 2 | RV_REPLACEMENT_NAME | Value transfer | Type reference (TYPE) | STRING | Präfixierte Controller Ersetzung (in Kleinschreibung!) | 20060912 |
Method GET_REPLACEMENT on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_RTREP_REPLACEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REPLACEMENTS | Value transfer | Type reference (TYPE) | BSP_WD_CONTR_REPLACEMENT_T | Controller Replacement Table | 20040813 |
Method GET_RTREP_REPLACEMENTS on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method GET_RUNTIME_REPOSITORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | Runtime Repository | 20040827 |
Method GET_RUNTIME_REPOSITORY on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method ON_USED_COMPONENT_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20060124 |
Method ON_USED_COMPONENT_CREATED on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method PRELOAD_CUST_CONTROLLER Signature
Method PRELOAD_CUST_CONTROLLER on class CL_BSP_WD_COMPONENT_CONTROLLER has no parameter.
Method PRELOAD_CUST_CONTROLLER on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method RAISE_COMPONENT_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20060324 |
Method RAISE_COMPONENT_EVENT on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method WD_COMPONENT_INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | Basisklasse für WD Controller | 20060125 | |||
| 2 | IV_COMPONENT_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_COMPONENT_DESCRIPTOR | Komponentenbeschreibung | 20060912 | |||
| 3 | IV_COMPONENT_FACTORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_FACTORY | Komponentenverwaltung | 20040910 | |||
| 4 | IV_REPOSITORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | Web Dynpro Runtime Repository | 20040827 |
Method WD_COMPONENT_INITIALIZE on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Method WD_USAGE_INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_COMPONENT_USAGE | Zugriffsinterface für Komponentenverwendung | 20060124 |
Method WD_USAGE_INITIALIZE on class CL_BSP_WD_COMPONENT_CONTROLLER has no exception.
Event Signatures
Event COMPONENT_EVENT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_NAME | Exporting | Value transfer | Type reference (TYPE) | STRING | 20060324 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 500 |