SAP ABAP Interface IF_BSP_WD_VIEW_MANAGER (Access Interface for View Manager)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_WD_PREVIEW_MANAGER2 | Preview Manager - BSP WD | 20050629 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_WD_VIEW_MANAGER | Web Dynpro View Manager | 20041027 |
Properties
| Interface | IF_BSP_WD_VIEW_MANAGER | |
| Short Description | Access Interface for View Manager |
General Data
| Package | CRM_BSP_WD | WebClient UI Framework Runtime |
| Created | 20041027 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSP_WD_NAVIGATION | 20041027 |
Friends
Interface IF_BSP_WD_VIEW_MANAGER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_NAME | Instance attribute | Public | Type reference (TYPE) | STRING | Name of BSP Application with Namespace | 20041027 | ||
| 2 | WORKAREA_DEF | Instance attribute | Public | Type reference (TYPE) | BSP_WD_WORKAREA_DEFINITION | Work Area Definition | 20041027 | ||
| 3 | WORKAREA_OWNER | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | View Controller that Occupies Work Area | 20041027 | ||
| 4 | WORKAREA_REF_SET | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Indicator: Work Area Reference Was Set | 20060908 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks Whether the Provided Web Screen View Exists | 20041027 | |
| 2 | Instance method | Public | Method | Creates a Controller Instance | 20041027 | |
| 3 | Instance method | Public | Method | Deletes a Subcontroller | 20041027 | |
| 4 | Instance method | Public | Method | 20041027 | ||
| 5 | Instance method | Public | Method | Fetches a Subcontroller | 20041027 | |
| 6 | Instance method | Public | Method | Gets the Currently Processed View Assembly | 20060721 | |
| 7 | Instance method | Public | Method | Delivers the Current Render Mode | 20110331 | |
| 8 | Instance method | Public | Method | Delivers ID for Help (ABAP Class Name) | 20041029 | |
| 9 | Instance method | Public | Method | Delivers Display Interface of the History Manager | 20041027 | |
| 10 | Instance method | Public | Method | Returns the History Operation Mode | 20060908 | |
| 11 | Instance method | Public | Method | Returns Message Service | 20041027 | |
| 12 | Instance method | Public | Method | Fetches the Current Writer | 20041027 | |
| 13 | Instance method | Public | Method | Determines Controller/View Replacement | 20041027 | |
| 14 | Instance method | Public | Method | Delivers Configuration Description for a View | 20051005 | |
| 15 | Instance method | Public | Method | Returns the Assigned Window Controller | 20060112 | |
| 16 | Instance method | Public | Method | Delivers View Currently Displayed in Work Area | 20041027 | |
| 17 | Instance method | Public | Method | 20041027 | ||
| 18 | Instance method | Public | Method | Set Owner (View Controller) of Work Area | 20041027 | |
| 19 | Instance method | Public | Method | Set Work Area Reference | 20041027 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | BEFORE_NAVIGATION_STEP | Instance Event (0) |
Public (2) |
20051107 | |
| 2 | END_OF_NAVIGATION | Instance Event (0) |
Public (2) |
20041027 | |
| 3 | START_OF_NAVIGATION | Instance Event (0) |
Public (2) |
20041027 |
Types
Interface IF_BSP_WD_VIEW_MANAGER has no local type.
Method Signatures
Method CHECK_WD_VIEW_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | STRING | 20041027 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041027 |
Method CHECK_WD_VIEW_EXISTS on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method CREATE_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_NAME | Call by reference | Type reference (TYPE) | STRING | Applikationsname des Controllers | 20041027 | |||
| 2 | APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namensraum der Applikation | 20041027 | |||
| 3 | CONTROLLER_ID | Call by reference | Type reference (TYPE) | STRING | Controller-Identifikation | 20041027 | |||
| 4 | CONTROLLER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER | Referenz auf Controller-Instanz | 20041027 | |||
| 5 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | Controller-Name | 20041027 | |||
| 6 | GLOBAL_SCOPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 7 | KEY | Call by reference | Type reference (TYPE) | STRING | Navigationskey | 20041027 |
Method CREATE_CONTROLLER on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method DELETE_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER_ID | Call by reference | Type reference (TYPE) | STRING | Id des Controllers | 20041027 | |||
| 2 | GLOBAL_SCOPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 |
Method DELETE_CONTROLLER on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method ERROR_NAVIGATE Signature
Method ERROR_NAVIGATE on Interface IF_BSP_WD_VIEW_MANAGER has no parameter.
Method ERROR_NAVIGATE on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER_ID | Call by reference | Type reference (TYPE) | STRING | Controller-Id | 20041027 | |||
| 2 | CONTROLLER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | Controller-Instanz | 20041027 | |||
| 3 | GLOBAL_SCOPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 |
Method GET_CONTROLLER on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_CURRENT_RENDERING_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20060721 |
Method GET_CURRENT_RENDERING_GROUP on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_CURRENT_RENDER_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20110331 |
Method GET_CURRENT_RENDER_MODE on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_HELP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_CLASSNAME | Value transfer | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20041029 |
Method GET_HELP_ID on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_HISTORY_MANAGER_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HISTORY_MANAGER | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_HISTORY_MANAGER_DISP | History Manager | 20041027 |
Method GET_HISTORY_MANAGER_DISPLAY on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_HISTORY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | BSPWD_HIST_MANAGER_MODE | Betriebsart des History Managers | 20060908 |
Method GET_HISTORY_MODE on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_MESSAGE_SERVICE 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_MESSAGE_SERVICE | 20041027 |
Method GET_MESSAGE_SERVICE on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_OUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20041027 |
Method GET_OUT on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_REPLACEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Call by reference | Type reference (TYPE) | STRING | Controller id | 20041027 | |||
| 2 | GLOBAL_SCOPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 3 | REPLACING_CONTROLLER | Value transfer | Type reference (TYPE) | STRING | Ersetzter Controller | 20041201 |
Method GET_REPLACEMENT on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_VIEW_CONFIG_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | STRING | vollständiger Viewname | 20051005 | |||
| 2 | IV_VIEW_COMP_ID | Call by reference | Type reference (TYPE) | STRING | View Komponenten ID | 20060419 | |||
| 3 | IV_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | View Controller Instance | 20070719 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | 20051005 |
Method GET_VIEW_CONFIG_DESCR on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_WINDOW_CONTROLLER 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_WINDOW | Window Basisklasse | 20060112 |
Method GET_WINDOW_CONTROLLER on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method GET_WORKAREA_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORKAREA_VIEW | Value transfer | Type reference (TYPE) | STRING | 20041027 |
Method GET_WORKAREA_VIEW on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method NAVIGATE Signature
Method NAVIGATE on Interface IF_BSP_WD_VIEW_MANAGER has no parameter.
Method NAVIGATE on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method SET_WORKAREA_OWNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORKAREA_OWNER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Besitzer der Workarea (Viewset) | 20041027 |
Method SET_WORKAREA_OWNER on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Method SET_WORKAREA_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORKAREA_REF | Call by reference | Object reference (TYPE REF TO) | BSP_WD_VA_CONTENT_SINGLE | Viewarea Content Zeile | 20041027 |
Method SET_WORKAREA_REF on Interface IF_BSP_WD_VIEW_MANAGER has no exception.
Event Signatures
Event BEFORE_NAVIGATION_STEP Signature
Event BEFORE_NAVIGATION_STEP on Interface IF_BSP_WD_VIEW_MANAGER has no parameter.
Event END_OF_NAVIGATION Signature
Event END_OF_NAVIGATION on Interface IF_BSP_WD_VIEW_MANAGER has no parameter.
Event START_OF_NAVIGATION Signature
Event START_OF_NAVIGATION on Interface IF_BSP_WD_VIEW_MANAGER has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 500 |