SAP ABAP Class CL_WDR_VIEW (Web Dynpro View Controller)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONTROLLER 20020926
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_NAVIGATION_SERVICES Web Dynpro: Services for Dynamic Navigation 20040701
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_NAVIGATION_SERVICES_NEW Web Dynpro: Services for Dynamic Navigation 20070104
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_VIEW Web Dynpro: API of a View 20020924
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20030612
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_DELEGATING_VIEW Web Dynpro View Controller 20021021
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_EMPTY_VIEW Empty View 20020926
3 Inheritance (c INHERITING FROM c_ref)  CL_WDR_INTERFACE_VIEW Web Dynpro View 20021115
4 Inheritance (c INHERITING FROM c_ref)  CL_WD_TEST_VIEW View Dummy for Unit Tests 20110802
Properties
Class CL_WDR_VIEW  
Short Description Web Dynpro View Controller    
Super Class CL_WDR_CONTROLLER  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20020924   SAP 
Last change 20141120    
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_WDR_CUSTOM_STYLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_WD_CUSTOM_STYLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_NAVIGATION_SERVICES Web Dynpro: Services for Dynamic Navigation 20040701
2 IF_WD_NAVIGATION_SERVICES_NEW Web Dynpro: Services for Dynamic Navigation 20070104
3 IF_WD_VIEW Web Dynpro: API of a View 20020924
4 IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20030612
Friends
# Friend Modeled only Created on Description
1 CL_WDR_VIEW_MANAGER 20030806 Web Dynpro View Administrator
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_ACCESSOR Instance attribute Protected Object reference (TYPE REF TO) IF_WDR_BEFORE_ACTION 20050606
2 CHANGE_COUNT Instance attribute Public Type reference (TYPE) I 20050902
3 CHILDREN Instance attribute Public Type reference (TYPE) WDR_VIEW_FOR_AREA_TAB Views Contained 20020927
4 CONTEXT_MENU_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_MENU_MANAGER 20060407
5 CO_ATTRIBUTE_BINDING Constant Public Type reference (TYPE) I 1 Attribute Binding 20021205
6 CO_DELEGATING_INTERFACE_VIEW Constant Public Type reference (TYPE) STRING `CL_WDR_DELEGATING_IF_VIEW` 20030408
7 CO_DELEGATING_VIEW Constant Public Type reference (TYPE) STRING `CL_WDR_DELEGATING_VIEW` 20030408
8 CO_EMPTY_VIEW Constant Public Type reference (TYPE) STRING `CL_WDR_EMPTY_VIEW` 20030408
9 CO_INTERFACE_VIEW Constant Public Type reference (TYPE) STRING `CL_WDR_INTERFACE_VIEW` 20030408
10 CO_MULTI_ATTRIBUTE_BINDING Constant Public Type reference (TYPE) I 3 Multiple Attribute Binding 20021205
11 CO_MULTI_NODERANGE_BINDING Constant Public Type reference (TYPE) I 4 Multiple Node Range Binding 20021205
12 CO_NODE_BINDING Constant Public Type reference (TYPE) I 2 Node Binding 20021205
13 DATA_FORM_MANAGER Instance attribute Public Object reference (TYPE REF TO) IF_WD_DATA_FORM_MANAGER Data Forms in a View 20101117
14 DIRTY Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE Is Client's Version of View Invalid? 20020927
15 ELEMENTS Instance attribute Protected Type reference (TYPE) WDR_ELEMENT_TAB Element List 20021017
16 EMBEDDING_POSITION Instance attribute Public Type reference (TYPE) STRING 20060808
17 INITIAL_MODIFY_VIEW Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE W 20021204
18 INSTANCE_OF Instance attribute Public Type reference (TYPE) STRING 20030408
19 IS_PERSONALIZED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040903
20 IS_TOPLEVEL Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040726
21 M_CALL_ON_ENTER_AFTER_F4 Instance attribute Public Type reference (TYPE) WDY_BOOLEAN 20101201
22 NEW_CREATED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20030430
23 NEW_VISIBLE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20030217
24 P13N_DEFAULT_VALUES_REQUESTED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20091125
25 RECYCLED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20021204
26 ROOT_ELEMENT Instance attribute Public Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT View Element 20030217
27 SAVED_VIEW_USAGE Instance attribute Public Object reference (TYPE REF TO) IF_WDR_RR_VIEW_USAGE 20041029
28 VIEW_ID Instance attribute Private Type reference (TYPE) STRING 20030217
29 VIEW_INFO Instance attribute Public Object reference (TYPE REF TO) IF_WDR_RR_VIEW 20030612
30 VIEW_MANAGER Instance attribute Public Object reference (TYPE REF TO) IF_WDR_VIEW_MANAGER Web Dynpro View Administration (Assigned to Creation Time) 20020924
31 VIEW_USAGE_INFO Instance attribute Public Object reference (TYPE REF TO) IF_WDR_RR_VIEW_USAGE Web Dynpro : View Usage 20021204
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT Instance method Public Method Adds a View Element 20020930
2 AFTER_ACTION Instance method Public Method 20061121
3 BEFORE_ACTION Instance method Public Method 20050110
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081014
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020924
6 CREATE_UI_TREE Instance method Protected Method 20030217
7 DO_AFTER_ACTION Instance method Protected Method 20061121
8 DO_BEFORE_ACTION Instance method Protected Method 20050110
9 DO_MODIFY_VIEW Instance method Public Method View Customizing Before Rendering 20021017
10 DO_ON_CONTEXT_MENU Instance method Public Method 20060406
11 FIRE_PLUG Instance method Public Method 20030916
12 GET_CONTEXT_ELEMENT_PATH Instance method Public Method 20040506
13 GET_DATA_FORM_MANAGER_INT Instance method Public Method Returns the data form manager if it exists, if not null 20101117
14 GET_ELEMENT Instance method Public Method 20030723
15 GET_ELEMENTS Instance method Public Method 20101122
16 GET_ELEMENTS_BY_CID Instance method Public Method Get View Elements Using CID 20060619
17 GET_ID Instance method Public Method 20030217
18 GET_MULTIPLE_NR_BINDINGS Instance method Public Method Gets Liste of Multiple Node Rande Bindings for Node Info 20030305
19 GET_ROOT_ELEMENT Instance method Public Method 20030723
20 GET_UI_TREE Instance method Public Method 20030219
21 GET_VIEW_FOR_AREA Instance method Public Method Displayed View in View Area 20020926
22 GET_VIEW_FOR_UI_ELEMENT Instance method Public Method 20040528
23 GET_VIEW_INFO Instance method Public Method 20030616
24 GET_VIEW_USAGE Instance method Public Method 20030219
25 GET_VISIBLE_VIEW Instance method Public Method 20060713
26 INVALIDATE Instance method Public Method Invalidate 20020930
27 IS_OPTIMIZED Static method Public Method 20101124
28 IS_VISIBLE Instance method Public Method Query Whether View Is Displayed 20021122
29 IS_VISIBLE_GLOBAL Instance method Public Method 20080515
30 MODIFY_VIEW Instance method Public Method View Customizing Before Rendering 20020924
31 NAVIGATE Instance method Public Method 20021113
32 ON_HIDE Instance method Public Method 20090324
33 ON_SHOW Instance method Public Method 20090324
34 ON_VIEW_ELEMENT_CHANGED Static method Private Event handling method 20081014
35 REGISTER_TO_VIEW_MANAGER Instance method Public Method 20070223
36 REMOVE_ELEMENT Instance method Public Method 20030217
37 REMOVE_PENDING_USER_INPUT Instance method Public Method 20030217
38 REQUEST_FOCUS Instance method Public Method 20030916
39 RESET_VIEW Instance method Public Method 20040322
40 SET_CHILDREN Instance method Protected Method 20030929
41 SET_EMBEDDING_POSITION Instance method Public Method 20060808
42 SET_ID Instance method Public Method 20030217
43 SET_NEW_VISIBLE Instance method Public Method 20040629
44 SET_VIEW_FOR_AREA Instance method Public Method Sets the View Currently Displayed in the View Area 20020926
45 SET_VIEW_USAGE Instance method Public Method 20021204
46 SET_VIEW_USAGE_INFO Instance method Public Method 20040629
47 UNREGISTER_FROM_VIEW_MANAGER Instance method Public Method 20070223
48 VALIDATE Instance method Public Method Set Validation 20021017
Events
Class CL_WDR_VIEW has no event.
Types
Class CL_WDR_VIEW has no local type.
Method Signatures

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20020930

Method ADD_ELEMENT on class CL_WDR_VIEW has no exception.

Method AFTER_ACTION Signature

Method AFTER_ACTION on class CL_WDR_VIEW has no parameter.
Method AFTER_ACTION on class CL_WDR_VIEW has no exception.

Method BEFORE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_ACCESSOR Call by reference Object reference (TYPE REF TO) IF_WDR_BEFORE_ACTION An action represents a method of a controller 20050606

Method BEFORE_ACTION on class CL_WDR_VIEW has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_COMPONENT Base class of all Web Dynpro applications 20021204
2 Importing IS_TOPLEVEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040726
3 Importing NAME Call by reference Type reference (TYPE) STRING 20021030
4 Importing VIEW_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_VIEW 20030612
5 Importing VIEW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WDR_VIEW_MANAGER Web Dynpro View Verwalter 20020924

Method CONSTRUCTOR on class CL_WDR_VIEW has no exception.

Method CREATE_UI_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning UI_TREE Value transfer Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT View Element 20030217

Method CREATE_UI_TREE on class CL_WDR_VIEW has no exception.

Method DO_AFTER_ACTION Signature

Method DO_AFTER_ACTION on class CL_WDR_VIEW has no parameter.
Method DO_AFTER_ACTION on class CL_WDR_VIEW has no exception.

Method DO_BEFORE_ACTION Signature

Method DO_BEFORE_ACTION on class CL_WDR_VIEW has no parameter.
Method DO_BEFORE_ACTION on class CL_WDR_VIEW has no exception.

Method DO_MODIFY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIRST_TIME Call by reference Type reference (TYPE) ABAP_BOOL 20021204
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW zu ändernde View 20021017

Method DO_MODIFY_VIEW on class CL_WDR_VIEW has no exception.

Method DO_ON_CONTEXT_MENU Signature

Method DO_ON_CONTEXT_MENU on class CL_WDR_VIEW has no parameter.
Method DO_ON_CONTEXT_MENU on class CL_WDR_VIEW has no exception.

Method FIRE_PLUG Signature

Method FIRE_PLUG on class CL_WDR_VIEW has no parameter.
Method FIRE_PLUG on class CL_WDR_VIEW has no exception.

Method GET_CONTEXT_ELEMENT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Schnittstelle für die dynamische Verarbeitung von Elementen 20040506
2 Returning PATH Value transfer Type reference (TYPE) STRING 20040506

Method GET_CONTEXT_ELEMENT_PATH on class CL_WDR_VIEW has no exception.

Method GET_DATA_FORM_MANAGER_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_FORM_MANAGER Value transfer Object reference (TYPE REF TO) IF_WD_DATA_FORM_MANAGER Data Forms eines Views 20101117

Method GET_DATA_FORM_MANAGER_INT on class CL_WDR_VIEW has no exception.

Method GET_ELEMENT Signature

Method GET_ELEMENT on class CL_WDR_VIEW has no parameter.
Method GET_ELEMENT on class CL_WDR_VIEW has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENTS Value transfer Type reference (TYPE) WDR_ELEMENT_TAB Web Dynpro: View-Element 20101122

Method GET_ELEMENTS on class CL_WDR_VIEW has no exception.

Method GET_ELEMENTS_BY_CID Signature

Method GET_ELEMENTS_BY_CID on class CL_WDR_VIEW has no parameter.
Method GET_ELEMENTS_BY_CID on class CL_WDR_VIEW has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VIEW_ID Value transfer Type reference (TYPE) STRING 20030217

Method GET_ID on class CL_WDR_VIEW has no exception.

Method GET_MULTIPLE_NR_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BINDING_LIST Value transfer Type reference (TYPE) WDR_PROPERTY_BINDING_MAP Bindung eines View-Elementes an einen Kontextknoten 20030305
2 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_INFO $REF$ 20030305

Method GET_MULTIPLE_NR_BINDINGS on class CL_WDR_VIEW has no exception.

Method GET_ROOT_ELEMENT Signature

Method GET_ROOT_ELEMENT on class CL_WDR_VIEW has no parameter.
Method GET_ROOT_ELEMENT on class CL_WDR_VIEW has no exception.

Method GET_UI_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROOT_VIEW_ELEMENT Value transfer Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT WebDynpro View Element 20030219

Method GET_UI_TREE on class CL_WDR_VIEW has no exception.

Method GET_VIEW_FOR_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING ID des View Containers 20020926
2 Returning VIEW Value transfer Object reference (TYPE REF TO) CL_WDR_VIEW Angezeigter View 20020926

Method GET_VIEW_FOR_AREA on class CL_WDR_VIEW has no exception.

Method GET_VIEW_FOR_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UI_ELEMENT Call by reference Type reference (TYPE) STRING 20040528
2 Returning VIEW Value transfer Object reference (TYPE REF TO) CL_WDR_VIEW WebDynpro View Controller 20040528

Method GET_VIEW_FOR_UI_ELEMENT on class CL_WDR_VIEW has no exception.

Method GET_VIEW_INFO Signature

Method GET_VIEW_INFO on class CL_WDR_VIEW has no parameter.
Method GET_VIEW_INFO on class CL_WDR_VIEW has no exception.

Method GET_VIEW_USAGE Signature

Method GET_VIEW_USAGE on class CL_WDR_VIEW has no parameter.
Method GET_VIEW_USAGE on class CL_WDR_VIEW has no exception.

Method GET_VISIBLE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VIEW Value transfer Object reference (TYPE REF TO) CL_WDR_VIEW WebDynpro View Controller 20060713

Method GET_VISIBLE_VIEW on class CL_WDR_VIEW has no exception.

Method INVALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT WebDynpro View Element 20020930

Method INVALIDATE on class CL_WDR_VIEW has no exception.

Method IS_OPTIMIZED Signature

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

Method IS_OPTIMIZED on class CL_WDR_VIEW has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL bisible=ABAP_TRUE -> View ist sichtbar 20021122

Method IS_VISIBLE on class CL_WDR_VIEW has no exception.

Method IS_VISIBLE_GLOBAL Signature

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

Method IS_VISIBLE_GLOBAL on class CL_WDR_VIEW has no exception.

Method MODIFY_VIEW Signature

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

Method MODIFY_VIEW on class CL_WDR_VIEW has no exception.

Method NAVIGATE 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 20021113
2 Importing PARAMETERS Call by reference Type reference (TYPE) WDR_EVENT_PARAMETER_LIST Table of Name/Value Pairs 20021113

Method NAVIGATE on class CL_WDR_VIEW has no exception.

Method ON_HIDE Signature

Method ON_HIDE on class CL_WDR_VIEW has no parameter.
Method ON_HIDE on class CL_WDR_VIEW has no exception.

Method ON_SHOW Signature

Method ON_SHOW on class CL_WDR_VIEW has no parameter.
Method ON_SHOW on class CL_WDR_VIEW has no exception.

Method ON_VIEW_ELEMENT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SRC_VIEW_ELEMENT Value transfer Attribute reference (LIKE) 20081014

Method ON_VIEW_ELEMENT_CHANGED on class CL_WDR_VIEW has no exception.

Method REGISTER_TO_VIEW_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_MANAGER Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_MANAGER Web Dynpro View Verwalter 20070223

Method REGISTER_TO_VIEW_MANAGER on class CL_WDR_VIEW has no exception.

Method REMOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT View Element 20030217

Method REMOVE_ELEMENT on class CL_WDR_VIEW has no exception.

Method REMOVE_PENDING_USER_INPUT Signature

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

Method REMOVE_PENDING_USER_INPUT on class CL_WDR_VIEW has no exception.

Method REQUEST_FOCUS Signature

Method REQUEST_FOCUS on class CL_WDR_VIEW has no parameter.
Method REQUEST_FOCUS on class CL_WDR_VIEW has no exception.

Method RESET_VIEW Signature

Method RESET_VIEW on class CL_WDR_VIEW has no parameter.
Method RESET_VIEW on class CL_WDR_VIEW has no exception.

Method SET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTAB Call by reference Type reference (TYPE) WDR_VIEW_FOR_AREA_TAB 20030929

Method SET_CHILDREN on class CL_WDR_VIEW has no exception.

Method SET_EMBEDDING_POSITION Signature

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

Method SET_EMBEDDING_POSITION on class CL_WDR_VIEW has no exception.

Method SET_ID Signature

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

Method SET_ID on class CL_WDR_VIEW has no exception.

Method SET_NEW_VISIBLE Signature

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

Method SET_NEW_VISIBLE on class CL_WDR_VIEW has no exception.

Method SET_VIEW_FOR_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING ID des View Containers 20020926
2 Importing VIEW Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW Angezeigter View 20020926

Method SET_VIEW_FOR_AREA on class CL_WDR_VIEW has no exception.

Method SET_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_USAGE_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_VIEW_USAGE 20021204

Method SET_VIEW_USAGE on class CL_WDR_VIEW has no exception.

Method SET_VIEW_USAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_USAGE Call by reference Object reference (TYPE REF TO) IF_WDR_RR_VIEW_USAGE 20040629

Method SET_VIEW_USAGE_INFO on class CL_WDR_VIEW has no exception.

Method UNREGISTER_FROM_VIEW_MANAGER Signature

Method UNREGISTER_FROM_VIEW_MANAGER on class CL_WDR_VIEW has no parameter.
Method UNREGISTER_FROM_VIEW_MANAGER on class CL_WDR_VIEW has no exception.

Method VALIDATE Signature

Method VALIDATE on class CL_WDR_VIEW has no parameter.
Method VALIDATE on class CL_WDR_VIEW has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 630