SAP ABAP Class CL_BSP_WD_COMPONENT_USAGE (Component Usage)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_WD_COMPONENT_USAGE | Access Interface for Component Usage | 20060117 |
Properties
Class | CL_BSP_WD_COMPONENT_USAGE | |
Short Description | Component Usage | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CRM_BSP_WD | WebClient UI Framework Runtime |
Created | 20040910 | SAP |
Last change | 20100303 | 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_COMPONENT_USAGE | Access Interface for Component Usage | 20060117 |
Friends
Class CL_BSP_WD_COMPONENT_USAGE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_CONTROLLER | BSP WD Component Controller | 20040922 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20090623 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_FACTORY | Component Administration | 20041007 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20040910 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | '*PARENT*' | Component Name | 20070614 | |
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTYPE_EVENT_REGISTRY | 20060324 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Usage Delegates to Other Application | 20040922 | |
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_CONTROLLER | BSP WD Component Controller | 20040922 | ||
9 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | Usage Name | 20060117 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTYPE_EMBEDDING_REGISTRY | 20090605 | |||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_USAGE | Referenced Usage | 20040922 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20040910 |
2 | ![]() |
Instance method | Public | Method | Generates a Component Instance | 20060117 |
3 | ![]() |
Instance method | Public | Method | Deletes a Component Instance | 20060117 |
4 | ![]() |
Instance method | Public | Method | 20060117 | |
5 | ![]() |
Instance method | Public | Method | Returns the Controller of an Interface View | 20041007 |
6 | ![]() |
Instance method | Public | Method | Returns the Controller of an Interface View | 20060117 |
7 | ![]() |
Instance method | Private | Method | 20060502 | |
8 | ![]() |
Instance method | Public | Method | Deactivates an Interface View | 20060502 |
9 | ![]() |
Instance method | Private | Event handling method | 20060324 | |
10 | ![]() |
Instance method | Public | Method | 20090605 | |
11 | ![]() |
Instance method | Public | Method | Activates and Initializes an Interface View | 20060502 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHILD_COMPONENT_CREATED | Instance Event (0) |
Public (2) |
20060124 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTYPE_EMBEDDING_ENTRY | Private | See coding | 20090605 | begin of LTYPE_EMBEDDING_ENTRY,
EMBEDDING_CONTROLLER type ref to CL_BSP_WD_VIEW_CONTROLLER,
VIEWAREA type STRING,
BOUND_REPVIEW type ref to CL_BSP_WD_REP_VIEW,
end of LTYPE_EMBEDDING_ENTRY
|
||
2 | LTYPE_EMBEDDING_REGISTRY | Private | See coding | 20090605 | LTYPE_EMBEDDING_REGISTRY type hashed table of LTYPE_EMBEDDING_ENTRY
with unique key EMBEDDING_CONTROLLER VIEWAREA initial size 0
|
||
3 | LTYPE_EVENT_ENTRY | Private | See coding | 20060324 | begin of LTYPE_EVENT_ENTRY,
EVENT_NAME type STRING,
HANDLER_TAB type LTYPE_HANDLER_TAB,
end of LTYPE_EVENT_ENTRY
|
||
4 | LTYPE_EVENT_REGISTRY | Private | See coding | 20060324 | LTYPE_EVENT_REGISTRY type sorted table of LTYPE_EVENT_ENTRY
with unique key EVENT_NAME initial size 0
|
||
5 | LTYPE_HANDLER_TAB | Private | See coding | 20060324 | LTYPE_HANDLER_TAB type sorted table of ref to IF_BSP_WD_EVENT_HANDLER
with unique key TABLE_LINE initial size 0
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPONENT_FACTORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_FACTORY | Komponentenverwaltung | 20040910 | ||
2 | ![]() |
IV_COMPONENT_TYPE | Call by reference | Type reference (TYPE) | O2APPLNAME | Name einer BSP-Applikation | 20060403 | ||
3 | ![]() |
IV_PARENT_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_COMPONENT_CONTROLLER | BSP WD Komponentencontroller | 20040923 | ||
4 | ![]() |
IV_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Verwendung | 20040922 |
Method CONSTRUCTOR on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method CREATE_COMPONENT Signature
Method CREATE_COMPONENT on class CL_BSP_WD_COMPONENT_USAGE has no parameter.
Method CREATE_COMPONENT on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method DELETE_COMPONENT Signature
Method DELETE_COMPONENT on class CL_BSP_WD_COMPONENT_USAGE has no parameter.
Method DELETE_COMPONENT on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method GET_CONTEXT_NODE Signature
Method GET_CONTEXT_NODE on class CL_BSP_WD_COMPONENT_USAGE has no parameter.
Method GET_CONTEXT_NODE on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method GET_INTERFACE_VIEW_CONTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20041007 | |||
2 | ![]() |
RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_WINDOW | Window Basisklasse | 20041007 |
Method GET_INTERFACE_VIEW_CONTR on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method GET_INTERFACE_VIEW_DEF Signature
Method GET_INTERFACE_VIEW_DEF on class CL_BSP_WD_COMPONENT_USAGE has no parameter.
Method GET_INTERFACE_VIEW_DEF on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method GET_WINDOW_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WINDOW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WINDOW | Window Basisklasse | 20060502 | ||
2 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | STRING | 20060502 |
Method GET_WINDOW_ID on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method INTERFACE_VIEW_SET_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060502 | |||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20060502 |
Method INTERFACE_VIEW_SET_ACTIVE on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method ON_COMPONENT_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EVENT_NAME | Value transfer | Attribute reference (LIKE) | 20060324 |
Method ON_COMPONENT_EVENT on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method REGISTER_EMBEDDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOUND_REP_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Window Basis Class | 20090605 | ||
2 | ![]() |
IV_EMBEDDING_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20090605 | ||
3 | ![]() |
IV_VIEWAREA | Call by reference | Type reference (TYPE) | STRING | 20090605 |
Method REGISTER_EMBEDDING on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Method WD_INTERFACE_VIEW_INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HOST_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Einbettender View | 20060502 | ||
2 | ![]() |
IV_IS_OVERVIEW_PAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060703 | ||
3 | ![]() |
IV_OUTER_REP_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | 20060502 | |||
4 | ![]() |
IV_PAGE_TYPE | Call by reference | Type reference (TYPE) | BSP_WD_PAGE_TYPE | SPACE | Page Type (e.g. Task-Based UI) | 20081029 | |
5 | ![]() |
IV_SUPPRESS_AREA_INIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Viewareas nicht initialisieren | 20060502 | |
6 | ![]() |
IV_SUPPRESS_AREA_INIT_SINGLE | Call by reference | Type reference (TYPE) | STRING | SPACE | Bestimmte Viewarea nicht initialisieren | 20060502 | |
7 | ![]() |
IV_SUPPRESS_CONTEXT_INIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Kontextinitialisierung unterdrücken | 20060502 | |
8 | ![]() |
IV_VIEWNAME | Call by reference | Type reference (TYPE) | STRING | Name des Interface Views | 20060502 | ||
9 | ![]() |
IV_VIEW_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_VIEW_MANAGER | View Manager | 20060502 |
Method WD_INTERFACE_VIEW_INITIALIZE on class CL_BSP_WD_COMPONENT_USAGE has no exception.
Event Signatures
Event CHILD_COMPONENT_CREATED Signature
Event CHILD_COMPONENT_CREATED on class CL_BSP_WD_COMPONENT_USAGE has no parameter.
History
Last changed by/on | SAP | 20100303 |
SAP Release Created in | 500 |