SAP ABAP Class CL_BSP_WD_VIEW_MANAGER (Web Dynpro 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_WINDOW Window Basis Class 20040906
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_MESSAGE_HANDLER Interface for Error Handler 20071017
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_VIEW_MANAGER Access Interface for View Manager 20041027
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_APPL_CONTROLLER BSP WD Application Controller - Root View 20040906
2 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_PREVIEW_MANAGER Preview Manager - BSP WD 20050627
Properties
Class CL_BSP_WD_VIEW_MANAGER  
Short Description Web Dynpro View Manager    
Super Class CL_BSP_WD_WINDOW Window Basis 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 20020321   SAP 
Last change 20130531   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)
2 CL_AJAX_UTILITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_WD_MESSAGE_HANDLER Interface for Error Handler 20071017
2 IF_BSP_WD_VIEW_MANAGER Access Interface for View Manager 20041027
Friends
# Friend Modeled only Created on Description
1 IF_BSP_WD_HISTORY_MANAGER 20080708 History Manager Interface
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BOL_CORE Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_BOL_CORE BOL Core 20020820
2 CONFIG_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_DLC_CONFIG_MANAGER Configuration Manager 20071017
3 CO_EVENT_D_AND_D Constant Protected Type reference (TYPE) STRING 'DragAndDrop' Event Name for D&D 20080304
4 CO_EVENT_SHOW_COND_BREAKPOINTS Constant Public Type reference (TYPE) STRING 'showConditionalBreakpoints' Event Name: Display Conditional Breakpoints 20080220
5 CO_EVENT_SHOW_FIELD_INFO Constant Public Type reference (TYPE) STRING 'showFieldInfo' Event Name: Display Field Information 20071017
6 CO_EVENT_START_RUNTIME_TRACE Constant Private Type reference (TYPE) STRING 'createRuntimeAnalysis' 20090402
7 CO_EVENT_WRITE_MEM_SNAPSHOT Constant Public Type reference (TYPE) STRING 'createMemSnapshot' Event Name: Create a Memory Snapshot 20080225
8 CO_LAST_FOCUS Constant Public Type reference (TYPE) STRING 'lastInputFocus' 20041209
9 CO_RENDER_MODE_NORMAL Constant Public Type reference (TYPE) STRING 'NORMAL' 20110331
10 CO_RENDER_MODE_PROTECTED Constant Public Type reference (TYPE) STRING 'PROTECTED' 20110331
11 CO_ROOT_ID Constant Protected Type reference (TYPE) STRING '%Root%' Main View ID 20021029
12 CO_ROOT_VIEW Constant Protected Type reference (TYPE) STRING 'Root.htm' Main View Name 20020322
13 CO_ROUNDTRIP_MODE_STANDARD Constant Protected Type reference (TYPE) CHAR1 'S' Single-Character Indicator 20071017
14 DATA_LOSS_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_WD_DATA_LOSS_HANDLER Data Loss Handler Interface 20071017
15 DELTA_HANDLING_POSSIBLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071017
16 DH_MANAGER Instance attribute Private Object reference (TYPE REF TO) LCL_DH_MANAGER 20070210
17 EXCEPTION_WRITER Instance attribute Private Object reference (TYPE REF TO) CL_BSP_WRITER BSP Writer 20070207
18 FIRST_RENDERING Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator: Application Start Page Is Being Rendered 20071017
19 FORM_FIELDS_LAST_POST Instance attribute Protected Type reference (TYPE) TIHTTPNVP HTTP Framework (iHHTP) Table Name/Value Pairs 20071017
20 HISTORY_MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_BSP_WD_HIST_MANAGER_BASE 20020704
21 HISTORY_MODE Instance attribute Protected Type reference (TYPE) CHAR1 CL_BSP_WD_RF_PROFILE=>CO_HIST_MNG_MODE_WA Single-Character Indicator 20071017
22 INIT_FAILED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080731
23 MESSAGE_SERVICE Instance attribute Protected Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20020701
24 OVERRIDE_MAND_FIELD_CHECK Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080528
25 PENDING_NAVIGATION Instance attribute Private Type reference (TYPE) LTYPE_NAV_DATA 20080528
26 PENDING_RESPONSE Instance attribute Protected Type reference (TYPE) STRING 20071017
27 RENDER_MODE Instance attribute Private Type reference (TYPE) STRING CO_RENDER_MODE_NORMAL 20110331
28 ROUNDTRIP_MODE Instance attribute Protected Type reference (TYPE) CHAR1 Single-Character Indicator 20071017
29 SECURITY_HANDLER Instance attribute Public Object reference (TYPE REF TO) IF_BSP_WD_SECURITY_HANDLER 20100223
30 WORKAREA_REF Instance attribute Protected Object reference (TYPE REF TO) BSP_WD_VA_CONTENT_SINGLE Reference to Work Area View Area 20021028
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_DISPLAY_STATE Instance method Protected Method Adjustment of Viewassembly to Match Req. History State 20071017
2 ANALYZE_URL_PARAMS Instance method Protected Method 20071017
3 CHECK_IS_CANCEL_EVENT Instance method Private Method 20070125
4 CHECK_IS_EXIT_EVENT Instance method Protected Method 20090427
5 CHECK_IS_POST_REQUEST Instance method Protected Method Checks Whether Current Request Is POST 20071017
6 CHECK_IS_REDIRECT_REQUEST Instance method Protected Method Checks Whether Current Request Is REDIRECT - GET 20071017
7 CLEAN_UP Instance method Protected Method 20071017
8 CONSTRUCTOR Instance method Public Constructor Constructor 20020321
9 DELEGATE_DRAG_AND_DROP Instance method Public Method Delegate Drag and Drop Info to Corresponding Controllers 20080227
10 EXECUTE_REDIRECT Instance method Protected Method Prepares REDIRECT and Sets URL 20071017
11 EXTRACT_EXC_FROM_RESPONSE Instance method Private Method 20061204
12 EXTRACT_SCRIPTS_AND_CSS Instance method Private Method Extract Scripts and CSS from the Response 20090603
13 FORMAT_RESPONSE Instance method Protected Method Do *Mandatory* Formatting for ADH (w/o Reducing Response) 20091117
14 GET_DATA_LOSS_HANDLER Instance method Protected Method Returns a Data Loss Handler Object 20071017
15 GET_FIELD_INFO Instance method Protected Method Delivers Technical Data for a UI Field 20071017
16 GET_MESSAGE_SERVICE Instance method Protected Method Returns Message Service 20041027
17 GET_REPLACEMENT Instance method Protected Method Determines Controller/View Replacement 20041027
18 GET_SECURITY_TOKEN Static method Public Method Returns a 128-Bit Token as Character 32 20100216
19 HANDLE_FOLLOWUP_NAVIGATION Instance method Protected Method 20071017
20 LOAD_REPLACEMENTS Instance method Protected Method Load Controller Replacements 20050208
21 MANIPULATE_RESPONSE Instance method Protected Method 20071017
22 ON_DATA_LOSS_TRIGGER Instance method Protected Event handling method 20100514
23 OPTIMIZE_AND_FORMAT_RESPONSE Instance method Public Method Reduce Response and Do *Mandatory* Formatting for ADH 20090824
24 PREFORMAT_TARGET Instance method Private Method Pre-Format the Target (Ajax Area) to Decrease JS Processing 20090709
25 PRELOAD_CONTROLLERS Instance method Protected Method Loads Certain Custom Controllers at Application Start 20020705
26 PROCESS_NAV_QUEUE Instance method Protected Method Navigation Call 20071017
27 RENDER Instance method Public Method 20091203
28 REPOSITORY_CHECK Instance method Protected Method 20050617
29 REPOSITORY_LOAD Instance method Protected Method Loads Repository 20020322
30 REPOSITORY_XML_LOAD Instance method Protected Method Fallback: Load Repository XML 20020322
31 RESET_NAV_HISTORY Instance method Public Method Reset Navigation History 20030704
32 RESTORE_FORM_FIELDS Instance method Protected Method Restores Form Fields of Last POST Request 20071017
33 SET_LOGON_ERROR_MESSAGE Instance method Protected Method 20100224
34 SET_WORKAREA_CONTENT Instance method Protected Method Sets View in Work Area 20071017
35 SET_WORKAREA_OWNER Instance method Protected Method Set Owner (View Controller) of Work Area 20041027
36 SET_WORKAREA_REF Instance method Protected Method Set Work Area Reference 20041027
37 SHOW_FIELD_INFO Instance method Protected Method 20071017
38 WRITE_STATISTIC_RECORD Instance method Protected Method Writes Identification Features for Statistical Data Record 20040311
Events
# Event Type Visibility Description Created on
1 BEFORE_WORKAREA_CONTENT_CHANGE Static Event
(1)
Public
(2)
Time Before Changing the Work Area Content 20071017
2 END_OF_NAVIGATION Static Event
(1)
Public
(2)
Time Before Changing the Work Area Content 20041027
3 PUBLISH_WORKAREA_CONTENT Instance Event
(0)
Public
(2)
Publication of Current Assignment of the Work Area 20041018
4 START_OF_NAVIGATION Static Event
(1)
Public
(2)
Time Before Changing the Work Area Content 20041027
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTYPE_NAV_DATA Private See coding 20080528 begin of LTYPE_NAV_DATA, NAV_QUEUE type GTYPE_NAVIGATE_QUEUE, STATE_TO_RESTORE type SYTABIX, end of LTYPE_NAV_DATA
Method Signatures

Method ADJUST_DISPLAY_STATE Signature

Method ADJUST_DISPLAY_STATE on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method ADJUST_DISPLAY_STATE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method ANALYZE_URL_PARAMS Signature

Method ANALYZE_URL_PARAMS on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method ANALYZE_URL_PARAMS on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CHECK_IS_CANCEL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070125

Method CHECK_IS_CANCEL_EVENT on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CHECK_IS_EXIT_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090427

Method CHECK_IS_EXIT_EVENT on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CHECK_IS_POST_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20071017

Method CHECK_IS_POST_REQUEST on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CHECK_IS_REDIRECT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20071017

Method CHECK_IS_REDIRECT_REQUEST on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CLEAN_UP Signature

Method CLEAN_UP on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method CLEAN_UP on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method DELEGATE_DRAG_AND_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA HTMLB Basic Event 20080227

Method DELEGATE_DRAG_AND_DROP on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method EXECUTE_REDIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REDIRECT_TRIGGERED Value transfer Type reference (TYPE) ABAP_BOOL 20071017

Method EXECUTE_REDIRECT on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method EXTRACT_EXC_FROM_RESPONSE Signature

Method EXTRACT_EXC_FROM_RESPONSE on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method EXTRACT_EXC_FROM_RESPONSE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method EXTRACT_SCRIPTS_AND_CSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESPONSE_DATA Call by reference Type reference (TYPE) STRING Response to extract from 20090603
2 Returning RV_NEW_RESPONSE Value transfer Type reference (TYPE) STRING Response with JS and CSS extracted 20090603

Method EXTRACT_SCRIPTS_AND_CSS on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method FORMAT_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESPONSE Call by reference Type reference (TYPE) STRING 20091117
2 Returning RV_NEW_RESPONSE Value transfer Type reference (TYPE) STRING 20091117

Method FORMAT_RESPONSE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method GET_DATA_LOSS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HANDLER Value transfer Object reference (TYPE REF TO) IF_BSP_WD_DATA_LOSS_HANDLER Interface des Daten Verlust Behandlers 20071017

Method GET_DATA_LOSS_HANDLER on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method GET_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACTIVE_CONFIG_KEYS Call by reference Type reference (TYPE) BSP_DLCS_CONF_SEM_KEY_VAR_PART gesetzte Konfigurationsschlüssel 20071017
2 Exporting ES_CONFIG_INFO Call by reference Type reference (TYPE) BSP_DLCS_CUR_CONFIG_INFO Info about current configuration 20090423
3 Exporting ES_DESIGN_OBJECT Call by reference Type reference (TYPE) BSP_DLCS_OBJ_TYPE_DOBJ Design Layer: Object types and design objects 20080121
4 Exporting ES_USED_CONFIG_KEYS Call by reference Type reference (TYPE) BSP_DLCS_CONF_SEM_KEY_VAR_PART benutzte Konfigurationsschlüssel 20071017
5 Exporting EV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) NAME_KOMP Attributename 20071017
6 Exporting EV_BSP_APPL Call by reference Type reference (TYPE) O2APPLNAME BSP Anwendung 20071017
7 Exporting EV_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Kontextknotenname 20071017
8 Exporting EV_COMPONENT_NAME Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Name einer Komponente 20080606
9 Exporting EV_CONFIG_ORIGIN Call by reference Type reference (TYPE) BSP_DLC_CONFIG_DATA_ORIGIN Konfigurationsherkunft 20071017
10 Exporting EV_CONTEXT_ID Call by reference Type reference (TYPE) BSP_DLC_CONTEXT_ID Kontext-ID 20071017
11 Exporting EV_DSGN_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Design Object Attribute 20080624
12 Exporting EV_IS_REF_DESIGN_OBJECT Call by reference Type reference (TYPE) FLAG Design Objekt ist Reference 20080305
13 Exporting EV_LABEL_ORIGIN Call by reference Type reference (TYPE) BSP_DLC_LABEL_ORIGIN Feldbezeichner Herkunft 20071017
14 Exporting EV_VIEW_NAME Call by reference Type reference (TYPE) O2PAGEEXT Viewname 20071017
15 Importing IV_FORM_FIELD_ID Call by reference Type reference (TYPE) STRING ID des zu analysierenden Formfelds 20071017

Method GET_FIELD_INFO on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method GET_MESSAGE_SERVICE Signature

Method GET_MESSAGE_SERVICE on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method GET_MESSAGE_SERVICE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method GET_REPLACEMENT Signature

Method GET_REPLACEMENT on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method GET_REPLACEMENT on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method GET_SECURITY_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BSP_WD_SECURITY_TOKEN 20100216

Method GET_SECURITY_TOKEN on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method HANDLE_FOLLOWUP_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_WINDOW 20071017
2 Importing IV_DATA_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20071017
3 Importing IV_FORCE_BINDING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Default-Bindung ohne FollowUp Navlink erzwingen 20071017
4 Importing IV_INBOUND_PLUG Call by reference Type reference (TYPE) STRING 20071017

Method HANDLE_FOLLOWUP_NAVIGATION on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method LOAD_REPLACEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Object reference (TYPE REF TO) CL_BSP_WD_APPLICATION BSP WD Anwendung 20050208

Method LOAD_REPLACEMENTS on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method MANIPULATE_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEFER_RESPONSE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071017

Method MANIPULATE_RESPONSE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method ON_DATA_LOSS_TRIGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL_CALLBACK_METHOD Call by reference Attribute reference (LIKE) 20100514
2 Importing SENDER Call by reference Attribute reference (LIKE) 20100514

Method ON_DATA_LOSS_TRIGGER on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method OPTIMIZE_AND_FORMAT_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESPONSE Call by reference Type reference (TYPE) STRING 20090824
2 Returning RV_NEW_RESPONSE Value transfer Type reference (TYPE) STRING 20090824

Method OPTIMIZE_AND_FORMAT_RESPONSE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method PREFORMAT_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TARGET_NAME Call by reference Type reference (TYPE) STRING 20090709
2 Importing IV_UNFORMATTED_TARGET Call by reference Type reference (TYPE) STRING 20090709
3 Returning RV_FORMATTED_TARGET Value transfer Type reference (TYPE) STRING 20090709

Method PREFORMAT_TARGET on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method PRELOAD_CONTROLLERS Signature

Method PRELOAD_CONTROLLERS on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method PRELOAD_CONTROLLERS on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method PROCESS_NAV_QUEUE Signature

Method PROCESS_NAV_QUEUE on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method PROCESS_NAV_QUEUE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROOT_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basisklasse für WD View Controller 20091203

Method RENDER on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method REPOSITORY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPOSITORY_XML Call by reference Type reference (TYPE) STRING 20050617
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20050617

Method REPOSITORY_CHECK on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method REPOSITORY_LOAD Signature

Method REPOSITORY_LOAD on class CL_BSP_WD_VIEW_MANAGER has no parameter.
# Exception Resumable Description Created on
1 CX_XSLT_EXCEPTION XSLT-Ausnahme 20030610

Method REPOSITORY_XML_LOAD 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 20041124

Method REPOSITORY_XML_LOAD on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method RESET_NAV_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OUTBOUND_PLUG Call by reference Type reference (TYPE) STRING Outbound Plug 20030704
2 Importing SOURCE_REP_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW Startview im Kontext 20030704

Method RESET_NAV_HISTORY on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method RESTORE_FORM_FIELDS Signature

Method RESTORE_FORM_FIELDS on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method RESTORE_FORM_FIELDS on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method SET_LOGON_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSG_ID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20100224
2 Importing IV_MSG_NUMBER Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20100224

Method SET_LOGON_ERROR_MESSAGE on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method SET_WORKAREA_CONTENT Signature

Method SET_WORKAREA_CONTENT on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method SET_WORKAREA_CONTENT on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method SET_WORKAREA_OWNER Signature

Method SET_WORKAREA_OWNER on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method SET_WORKAREA_OWNER on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method SET_WORKAREA_REF Signature

Method SET_WORKAREA_REF on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method SET_WORKAREA_REF on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method SHOW_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORM_FIELD_ID Call by reference Type reference (TYPE) STRING 20071017

Method SHOW_FIELD_INFO on class CL_BSP_WD_VIEW_MANAGER has no exception.

Method WRITE_STATISTIC_RECORD Signature

Method WRITE_STATISTIC_RECORD on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Method WRITE_STATISTIC_RECORD on class CL_BSP_WD_VIEW_MANAGER has no exception.
Event Signatures

Event BEFORE_WORKAREA_CONTENT_CHANGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 DATA_LOSS_HANDLER Exporting Value transfer Object reference (TYPE REF TO) IF_BSP_WD_DATA_LOSS_HANDLER Interface des Daten Verlust Behandlers 20071017

Event END_OF_NAVIGATION Signature
Event END_OF_NAVIGATION on class CL_BSP_WD_VIEW_MANAGER has no parameter.
Event PUBLISH_WORKAREA_CONTENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 VIEW Exporting Value transfer Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW Web Dynpro Sicht Repository-Objekt 20041018

Event START_OF_NAVIGATION Signature
Event START_OF_NAVIGATION on class CL_BSP_WD_VIEW_MANAGER has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620