SAP ABAP Class CL_WDY_WB_VIEWDESIGNER (Web Dynpro: View Designer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_VIEWDESIGNER (Package) Web Dynpro View Designer
Properties
Class CL_WDY_WB_VIEWDESIGNER  
Short Description Web Dynpro: View Designer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DWB_TOOL_VIEWDESIGNER   Web Dynpro View Designer 
Created 20020930   SAP 
Last change 20090618   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 CL_WDY_WB_VIEWDESIGNER has no interface implemented.
Friends
Class CL_WDY_WB_VIEWDESIGNER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EDIT_MODE Instance attribute Private Type reference (TYPE) CHAR01 Character Field of Length 1 20050426
2 IS_AUTHOR_MODE Instance attribute Private Type reference (TYPE) CHAR01 Character Field of Length 1 20040908
3 IS_EDIT_MODE Instance attribute Private Type reference (TYPE) CHAR01 Change Mode Active 20021010
4 IS_FIRST_PBO Instance attribute Private Type reference (TYPE) FLAG First PBO for View Designer 20030108
5 IS_MODIFIED Instance attribute Private Type reference (TYPE) CHAR01 View Modified 20021010
6 M_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Web Dynpro: Controller 20030205
7 M_TEXTLIST_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_TEXTLIST_EDITOR 20050606
8 M_VIEWDESIGNER_VIS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_VIEWDESIGNER_VIS Display of View Designer 20030205
9 NO_VD_VIS Instance attribute Private Type reference (TYPE) FLAG ' ' General Flag 20041216
10 REFRESH_NEEDED Instance attribute Private Type reference (TYPE) FLAG ' ' General Flag 20031211
11 SHOW_UI_LIB Instance attribute Private Type reference (TYPE) WDY_OK_CODE_UI_LIB General Flag 20050420
12 STATE_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_VD_STATE Web Dynpro View Designer: Status Class 20021129
13 TEST_MODE Instance attribute Private Type reference (TYPE) FLAG Test Mode (for ABAP Unit etc.) 20080723
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020930
2 DESTROY Instance method Public Method Clear 20021010
3 GAIN_FOCUS Instance method Public Method Receive Focus (Tab Switch) 20030113
4 GET_CONTROLLER Instance method Public Method 20021001
5 GET_CURRENT_UI_ELEMENT Instance method Public Method 20041209
6 GET_ROOT Instance method Public Method 20021004
7 GET_STATE Instance method Public Method Query Status: Display/Change, Modified/Clean 20021010
8 GET_STATE_PAI Instance method Public Method Query Status: Display/Change, Modified/Clean 20030123
9 LOSE_FOCUS Instance method Public Method Focus Loss (Tab Switch) 20030113
10 PROCESS_VC_OK_CODE Instance method Public Method 20040429
11 PROCESS_VIEWDESIGNER_PBO Instance method Public Method Display of View Designer 20020930
12 RAISE_CONTEXT_CHANGED Instance method Public Method 20050621
13 RAISE_NAVIGATE_COMPLETE Instance method Public Method 20040226
14 RAISE_NAVIGATION_TO_ACTION Instance method Public Method 20030422
15 RAISE_NAVIGATION_TO_CTX_EDITOR Instance method Public Method 20031010
16 RAISE_NAVI_TO_FORM_BUILDER Instance method Public Method 20040211
17 RAISE_NEW_CHECK_EVENT Instance method Public Method 20030205
18 REFRESH_VISUALIZATION Instance method Public Method 20040429
19 SET_STATE Instance method Public Method Set Status: Display/Change, Modify/Clean 20021010
Events
# Event Type Visibility Description Created on
1 NAVIGATE_COMPLETE Instance Event
(0)
Public
(2)
20040226
2 NAVIGATE_TO_ACTION Instance Event
(0)
Public
(2)
Navigation to Action 20030422
3 NAVIGATE_TO_CTX_EDITOR Instance Event
(0)
Public
(2)
Navigation to Context Editor 20031010
4 NAVIGATE_TO_FORM_BUILDER Instance Event
(0)
Public
(2)
20040211
5 NEW_CHECK Instance Event
(0)
Public
(2)
Run Check Again 20030205
Types
Class CL_WDY_WB_VIEWDESIGNER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Web Dynpro : Controller 20020930
2 Importing EDIT_MODE Call by reference Type reference (TYPE) CHAR01 'S' 'S'/'M'/'E'->Anzeigen/Ändern/Erweitern 20050406
3 Importing ENH_INFO Call by reference Object reference (TYPE REF TO) CL_WDY_ENH_HELPER Info zu Erweiterungen 20050411
4 Importing IS_AUTHOR_MODE Call by reference Type reference (TYPE) CHAR01 '' Autorenumgebung 20040908
5 Importing IS_MODIFIED Call by reference Type reference (TYPE) CHAR01 '' modifiziert 20021010
6 Importing SHOW_UI_LIB Call by reference Type reference (TYPE) WDY_OK_CODE_UI_LIB 20050420
7 Importing STATE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20021129
8 Importing TEST_MODE Call by reference Type reference (TYPE) FLAG ABAP_FALSE Test Modus -> keine Controls 20080723
9 Importing TEXTLIST_EDITOR Call by reference Object reference (TYPE REF TO) CL_WDY_WB_TEXTLIST_EDITOR 20050606

Method CONSTRUCTOR on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method DESTROY Signature

Method DESTROY on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method DESTROY on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GAIN_FOCUS Signature

Method GAIN_FOCUS on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method GAIN_FOCUS on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GET_CONTROLLER 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) IF_WDY_MD_CONTROLLER Web Dynpro : Controller 20021001

Method GET_CONTROLLER on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GET_CURRENT_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CURRENT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20041209

Method GET_CURRENT_UI_ELEMENT on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GET_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTAINER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20021004

Method GET_ROOT on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_EDIT_MODE Call by reference Type reference (TYPE) CHAR01 Ändern-Modus aktiv 20021010
2 Exporting IS_MODIFIED Call by reference Type reference (TYPE) CHAR01 View ist modifiziert 20021010
3 Exporting STATE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Web Dynpro ViewDesigner: Statusklasse 20021129

Method GET_STATE on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method GET_STATE_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_EDIT_MODE Call by reference Type reference (TYPE) CHAR01 Ändern-Modus aktiv 20030123
2 Exporting IS_MODIFIED Call by reference Type reference (TYPE) CHAR01 View ist modifiziert 20030123
3 Exporting STATE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Web Dynpro ViewDesigner: Statusklasse 20030123

Method GET_STATE_PAI on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method LOSE_FOCUS Signature

Method LOSE_FOCUS on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method LOSE_FOCUS on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method PROCESS_VC_OK_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20040429

Method PROCESS_VC_OK_CODE on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method PROCESS_VIEWDESIGNER_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VIEWDESIGNER_VIS Value transfer Object reference (TYPE REF TO) CL_WDY_WB_VIEWDESIGNER_VIS Vorsicht: nur im Test-Modus und bei Erzeugung gesetzt! 20080723

Method PROCESS_VIEWDESIGNER_PBO on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_CONTEXT_CHANGED Signature

Method RAISE_CONTEXT_CHANGED on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method RAISE_CONTEXT_CHANGED on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_NAVIGATE_COMPLETE Signature

Method RAISE_NAVIGATE_COMPLETE on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method RAISE_NAVIGATE_COMPLETE on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_NAVIGATION_TO_ACTION Signature

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

Method RAISE_NAVIGATION_TO_ACTION on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_NAVIGATION_TO_CTX_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTR_NAME Value transfer Type reference (TYPE) WDY_CONTEXT_ATTRIBUTE_NAME 20031013
2 Importing NODE_NAME Value transfer Type reference (TYPE) WDY_CONTEXT_NODE_NAME 20031013

Method RAISE_NAVIGATION_TO_CTX_EDITOR on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_NAVI_TO_FORM_BUILDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20040211

Method RAISE_NAVI_TO_FORM_BUILDER on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method RAISE_NEW_CHECK_EVENT Signature

Method RAISE_NEW_CHECK_EVENT on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Method RAISE_NEW_CHECK_EVENT on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method REFRESH_VISUALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEMPLATE_APPLIED Call by reference Type reference (TYPE) FLAG ' ' allgemeines flag 20040506

Method REFRESH_VISUALIZATION on class CL_WDY_WB_VIEWDESIGNER has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Web Dynpro : Controller 20021010
2 Importing EDIT_MODE Call by reference Type reference (TYPE) CHAR01 'S'/'M'/'E'->Anzeigen/Ändern/Erweitern 20050406
3 Importing ENH_INFO Call by reference Object reference (TYPE REF TO) CL_WDY_ENH_HELPER Info zu Erweiterungen 20050411
4 Importing IS_MODIFIED Call by reference Type reference (TYPE) SEU_BOOL ABAP_FALSE View ist modifiziert 20021010
5 Importing STATE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20021129

Method SET_STATE on class CL_WDY_WB_VIEWDESIGNER has no exception.
Event Signatures

Event NAVIGATE_COMPLETE Signature
Event NAVIGATE_COMPLETE on class CL_WDY_WB_VIEWDESIGNER has no parameter.
Event NAVIGATE_TO_ACTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ACTION_NAME Exporting Value transfer Type reference (TYPE) STRING Name der Aktion 20030422

Event NAVIGATE_TO_CTX_EDITOR Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ATTR_NAME Exporting Value transfer Type reference (TYPE) WDY_CONTEXT_ATTRIBUTE_NAME 20031013
2 NODE_NAME Exporting Value transfer Type reference (TYPE) WDY_CONTEXT_NODE_NAME 20031013

Event NAVIGATE_TO_FORM_BUILDER Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 REQUEST Exporting Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20040211

Event NEW_CHECK Signature
Event NEW_CHECK on class CL_WDY_WB_VIEWDESIGNER has no parameter.
History
Last changed by/on SAP  20090618 
SAP Release Created in 630