SAP ABAP Class IF_BSP_WD_VIEW_MANAGER (Access Interface for View Manager)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BSP_WD_NAVIGATION 20041027
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
Class IF_BSP_WD_VIEW_MANAGER  
Short Description Access Interface for View Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20041027   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_BSP_WD_VIEW_MANAGER has no interface implemented.
Friends
Class IF_BSP_WD_VIEW_MANAGER has no friend class.
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 CHECK_WD_VIEW_EXISTS Instance method Public Method Checks Whether the Provided Web Screen View Exists 20041027
2 CREATE_CONTROLLER Instance method Public Method Creates a Controller Instance 20041027
3 DELETE_CONTROLLER Instance method Public Method Deletes a Subcontroller 20041027
4 ERROR_NAVIGATE Instance method Public Method 20041027
5 GET_CONTROLLER Instance method Public Method Fetches a Subcontroller 20041027
6 GET_CURRENT_RENDERING_GROUP Instance method Public Method Gets the Currently Processed View Assembly 20060721
7 GET_CURRENT_RENDER_MODE Instance method Public Method Delivers the Current Render Mode 20110331
8 GET_HELP_ID Instance method Public Method Delivers ID for Help (ABAP Class Name) 20041029
9 GET_HISTORY_MANAGER_DISPLAY Instance method Public Method Delivers Display Interface of the History Manager 20041027
10 GET_HISTORY_MODE Instance method Public Method Returns the History Operation Mode 20060908
11 GET_MESSAGE_SERVICE Instance method Public Method Returns Message Service 20041027
12 GET_OUT Instance method Public Method Fetches the Current Writer 20041027
13 GET_REPLACEMENT Instance method Public Method Determines Controller/View Replacement 20041027
14 GET_VIEW_CONFIG_DESCR Instance method Public Method Delivers Configuration Description for a View 20051005
15 GET_WINDOW_CONTROLLER Instance method Public Method Returns the Assigned Window Controller 20060112
16 GET_WORKAREA_VIEW Instance method Public Method Delivers View Currently Displayed in Work Area 20041027
17 NAVIGATE Instance method Public Method 20041027
18 SET_WORKAREA_OWNER Instance method Public Method Set Owner (View Controller) of Work Area 20041027
19 SET_WORKAREA_REF 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
Class 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 Importing IV_VIEWNAME Call by reference Type reference (TYPE) STRING 20041027
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20041027

Method CHECK_WD_VIEW_EXISTS on class 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 Importing APPLICATION_NAME Call by reference Type reference (TYPE) STRING Applikationsname des Controllers 20041027
2 Importing APPLICATION_NAMESPACE Call by reference Type reference (TYPE) STRING Namensraum der Applikation 20041027
3 Importing CONTROLLER_ID Call by reference Type reference (TYPE) STRING Controller-Identifikation 20041027
4 Returning CONTROLLER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_BSP_CONTROLLER Referenz auf Controller-Instanz 20041027
5 Importing CONTROLLER_NAME Call by reference Type reference (TYPE) STRING Controller-Name 20041027
6 Importing GLOBAL_SCOPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060301
7 Importing KEY Call by reference Type reference (TYPE) STRING Navigationskey 20041027

Method CREATE_CONTROLLER on class 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 Importing CONTROLLER_ID Call by reference Type reference (TYPE) STRING Id des Controllers 20041027
2 Importing GLOBAL_SCOPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060301

Method DELETE_CONTROLLER on class IF_BSP_WD_VIEW_MANAGER has no exception.

Method ERROR_NAVIGATE Signature

Method ERROR_NAVIGATE on class IF_BSP_WD_VIEW_MANAGER has no parameter.
Method ERROR_NAVIGATE on class 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 Importing CONTROLLER_ID Call by reference Type reference (TYPE) STRING Controller-Id 20041027
2 Returning CONTROLLER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_BSP_CONTROLLER2 Controller-Instanz 20041027
3 Importing GLOBAL_SCOPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060301

Method GET_CONTROLLER on class 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 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060721

Method GET_CURRENT_RENDERING_GROUP on class 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 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20110331

Method GET_CURRENT_RENDER_MODE on class 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 Returning VIEW_CLASSNAME Value transfer Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20041029

Method GET_HELP_ID on class 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 Returning HISTORY_MANAGER Value transfer Object reference (TYPE REF TO) IF_BSP_WD_HISTORY_MANAGER_DISP History Manager 20041027

Method GET_HISTORY_MANAGER_DISPLAY on class 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 Returning RV_RESULT Value transfer Type reference (TYPE) BSPWD_HIST_MANAGER_MODE Betriebsart des History Managers 20060908

Method GET_HISTORY_MODE on class 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 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20041027

Method GET_MESSAGE_SERVICE on class 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 Returning OUT Value transfer Object reference (TYPE REF TO) IF_BSP_WRITER Interface zum Schreiben von Seiteninhalt 20041027

Method GET_OUT on class 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 Importing CONTROLLER Call by reference Type reference (TYPE) STRING Controller id 20041027
2 Importing GLOBAL_SCOPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060301
3 Returning REPLACING_CONTROLLER Value transfer Type reference (TYPE) STRING Ersetzter Controller 20041201

Method GET_REPLACEMENT on class 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 Importing IV_VIEWNAME Call by reference Type reference (TYPE) STRING vollständiger Viewname 20051005
2 Importing IV_VIEW_COMP_ID Call by reference Type reference (TYPE) STRING View Komponenten ID 20060419
3 Importing IV_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER View Controller Instance 20070719
4 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION 20051005

Method GET_VIEW_CONFIG_DESCR on class 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 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_BSP_WD_WINDOW Window Basisklasse 20060112

Method GET_WINDOW_CONTROLLER on class 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 Returning WORKAREA_VIEW Value transfer Type reference (TYPE) STRING 20041027

Method GET_WORKAREA_VIEW on class IF_BSP_WD_VIEW_MANAGER has no exception.

Method NAVIGATE Signature

Method NAVIGATE on class IF_BSP_WD_VIEW_MANAGER has no parameter.
Method NAVIGATE on class 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 Importing 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 class 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 Importing WORKAREA_REF Call by reference Object reference (TYPE REF TO) BSP_WD_VA_CONTENT_SINGLE Viewarea Content Zeile 20041027

Method SET_WORKAREA_REF on class IF_BSP_WD_VIEW_MANAGER has no exception.
Event Signatures

Event BEFORE_NAVIGATION_STEP Signature
Event BEFORE_NAVIGATION_STEP on class IF_BSP_WD_VIEW_MANAGER has no parameter.
Event END_OF_NAVIGATION Signature
Event END_OF_NAVIGATION on class IF_BSP_WD_VIEW_MANAGER has no parameter.
Event START_OF_NAVIGATION Signature
Event START_OF_NAVIGATION on class IF_BSP_WD_VIEW_MANAGER has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in