SAP ABAP Class CL_BSP_WD_WINDOW (Window Basis Class)
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
⤷ 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_VIEW_CONTROLLER | Basis Class for WD View Controller | 20040906 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_WD_NAVIGATION | 20041027 | |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_WD_TOOLBAR_CALLBACK | Communication Interface for Central Toolbar | 20060315 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EEW__MAINWINDOW | 20090810 | |
2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EMBE_COCKPITWINDOW | 20090310 | |
3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EMBE_EMBEDWIZARDWI | 20090306 | |
4 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EMBE_MAINWINDOW | 20090218 | |
5 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_CUSTATTROVPWI | 20091013 | |
6 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_CUSTELEMOVPWI | 20091106 | |
7 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_CUSTOBJATTRWI | 20091007 | |
8 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_CUSTOBJOVPWIN | 20091019 | |
9 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_DBTABLESEARC0 | 20090929 | |
10 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_RAPI_MAINWINDOW | 20090213 | |
... | Click here to see Used By full list (229 items) |
Properties
Class | CL_BSP_WD_WINDOW | |
Short Description | Window Basis Class | |
Super Class | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View 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 | 20040903 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSP_WD_WINDOW has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BSP_WD_NAVIGATION | 20041027 | |||
2 | IF_BSP_WD_TOOLBAR_CALLBACK | Communication Interface for Central Toolbar | 20060315 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_BSP_WD_HIST_MANAGER_BASE | 20060411 | History Manager Base Class |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CHILD_VIEW_MANAGER | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_VIEW_MANAGER | Access Interface for View Manager | 20051206 | ||
2 | CO_VIEWAREA_MAIN | Constant | Public | Type reference (TYPE) | STRING | 'Root' | Name of Main View Area | 20040906 | |
3 | FIRST_RENDERING_AFTER_ACTIVATE | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060428 | ||
4 | GV_WORKAREA_TITLE_MODE | Instance attribute | Protected | Type reference (TYPE) | STRING | Work Area Title Session | 20130426 | ||
5 | HOST_VIEW | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20060428 | ||
6 | INITIAL_REP_VIEW | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Dynpro View Repository Object | 20040906 | ||
7 | IS_TOPLEVEL_WINDOW | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE, If Top Window | 20060519 | |
8 | NAV_QUEUE | Static Attribute | Protected | Type reference (TYPE) | GTYPE_NAVIGATE_QUEUE | 20040906 | |||
9 | OUTER_REP_VIEW | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Screen View: Repository Object | 20060127 | ||
10 | PARENT_VIEW_MANAGER | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_VIEW_MANAGER | Access Interface for View Manager | 20060126 | ||
11 | REPLACEMENTS | Instance attribute | Protected | Type reference (TYPE) | BSP_WD_CONTR_REPLACEMENT_T | Controller Replacement Table | 20040906 | ||
12 | REPOSITORY | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | Web Dynpro Runtime Repository | 20040906 |
Methods
Events
Class CL_BSP_WD_WINDOW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_NAVIGATE_QUEUE | Protected | See coding | 20040906 | GTYPE_NAVIGATE_QUEUE type standard table of GTYPE_NAVIGATE_QUEUE_LINE
with non-unique default key
|
||
2 | GTYPE_NAVIGATE_QUEUE_LINE | Protected | See coding | 20040906 | begin of GTYPE_NAVIGATE_QUEUE_LINE,
OWNER_WINDOW type ref to CL_BSP_WD_WINDOW,
SOURCE_REP_VIEW type ref to CL_BSP_WD_REP_VIEW,
OUTBOUND_PLUG type STRING,
NAVLINK_NAME type STRING,
DATA_COLLECTION type ref to IF_BOL_BO_COL,
end of GTYPE_NAVIGATE_QUEUE_LINE
|
Method Signatures
Method ACTIVATE_TARGET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | CONTROLLER | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | View Controller | 20040906 | ||
2 | Importing | SUB_VIEWAREA | Call by reference | Type reference (TYPE) | STRING | Von Navigation belegte Viewarea im übergeordneten View | 20040906 | ||
3 | Importing | TARGET_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Dynpro Sicht Repository-Objekt | 20040906 |
Method ACTIVATE_TARGET on class CL_BSP_WD_WINDOW has no exception.
Method ADJUST_VIEW_MANAGER Signature
Method ADJUST_VIEW_MANAGER on class CL_BSP_WD_WINDOW has no parameter.
Method ADJUST_VIEW_MANAGER on class CL_BSP_WD_WINDOW has no exception.
Method CALL_OUTBOUND_PLUG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_DATA_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20060410 | ||
2 | Importing | IV_OUTBOUND_PLUG | Call by reference | Type reference (TYPE) | SEOCMPNAME | Plugname (ohne OP_ Präfix!) | 20060127 |
Method CALL_OUTBOUND_PLUG on class CL_BSP_WD_WINDOW has no exception.
Method CHECK_WD_VIEW_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_VIEWNAME | Call by reference | Type reference (TYPE) | STRING | 20040906 | |||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040906 |
Method CHECK_WD_VIEW_EXISTS on class CL_BSP_WD_WINDOW has no exception.
Method FIRE_OUTBOUND_PLUG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_DATA_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20060222 | ||
2 | Importing | IV_OUTBOUND_PLUG | Call by reference | Type reference (TYPE) | SEOCMPNAME | Plugname (ohne OP_ Präfix!) | 20060124 |
Method FIRE_OUTBOUND_PLUG on class CL_BSP_WD_WINDOW has no exception.
Method GET_COMPONENT_USAGE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20060421 |
Method GET_COMPONENT_USAGE_NAME on class CL_BSP_WD_WINDOW has no exception.
Method GET_VIEW_MANAGER_4_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_VIEW_MANAGER | 20051206 |
Method GET_VIEW_MANAGER_4_CHILDREN on class CL_BSP_WD_WINDOW has no exception.
Method NAVIGATE Signature
Method NAVIGATE on class CL_BSP_WD_WINDOW has no parameter.
Method NAVIGATE on class CL_BSP_WD_WINDOW has no exception.
Method PUBLISH_NEXT_NAVIGATION_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_NAVIGATION_DATA | Call by reference | Type reference (TYPE) | GTYPE_NAVIGATE_QUEUE_LINE | 20060323 |
Method PUBLISH_NEXT_NAVIGATION_STEP on class CL_BSP_WD_WINDOW has no exception.
Method SET_HOST_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_HOST_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basisklasse für WD View Controller | 20060428 |
Method SET_HOST_VIEW on class CL_BSP_WD_WINDOW has no exception.
Method SET_OUTER_REP_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REP_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Dynpro Sicht Repository-Objekt | 20060127 |
Method SET_OUTER_REP_VIEW on class CL_BSP_WD_WINDOW has no exception.
Method SET_REPOSITORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REPOSITORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | Web Dynpro Runtime Repository | 20040907 |
Method SET_REPOSITORY on class CL_BSP_WD_WINDOW has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 500 |