SAP ABAP Class CL_WDY_WB_VC_WIZARD (Web Dynpro: Statement Structure/Code Fragments)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_VIEW_CONTROLLER (Package) Web Dynpro Workbench Tool: View/Controller Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_WB_CONTEXT_VALIDATOR Validator for Context Elements 20030410
Properties
Class CL_WDY_WB_VC_WIZARD  
Short Description Web Dynpro: Statement Structure/Code Fragments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DWB_TOOL_VIEW_CONTROLLER   Web Dynpro Workbench Tool: View/Controller Editor 
Created 20030408   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WDYRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 WDYVC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_WB_CONTEXT_VALIDATOR Validator for Context Elements 20030410
Friends
Class CL_WDY_WB_VC_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FALSE Constant Private Type reference (TYPE) SEU_BOOL ' ' Boolean: False 20030410
2 C_TRUE Constant Private Type reference (TYPE) SEU_BOOL 'X' Boolean: True 20030410
3 M_CURRENT_ENHLIST Instance attribute Private Type reference (TYPE) WDY_ENH_LIST_TABLE List only within the enhancment currently being processed 20070327
4 M_CURRENT_ENHNAME Instance attribute Private Type reference (TYPE) ENHNAME Current Enhancement Name 20070418
5 M_DIALOGBOX Static Attribute Private Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Dialog Box for Interface Display 20030408
6 M_INTF_TEXTCONTROL Static Attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT Text Edit Control for Interface Display 20030408
7 M_METHINFO_TAB Instance attribute Private Type reference (TYPE) LT_METHINFO_TAB 20030410
8 M_REF_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
9 M_REF_CTXT_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_CONTEXT_EDITOR 20030410
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_RESULT_PARAMETER Instance method Private Method Set Result Variable in Method Call 20030417
2 CLOSE_DIALOGBOX Instance method Private Event handling method 20030408
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030408
4 DESTROY Instance method Public Method 20060713
5 F4_CONTEXT Instance method Public Method 20030410
6 GET_LOCAL_INTERFACE Static method Public Method Gen. ABAP Interface of Controller (Local) 20030408
7 GET_METHOD_LIST Instance method Public Method Method List of Controller 20030410
8 GET_METHOD_LIST_2 Instance method Public Method Method List of Controller 20030410
9 GET_PUBLIC_INTERFACE Static method Public Method Gen. ABAP Interface of Controller (Public) 20030408
10 LOAD Static method Private Method Load Controller 20030410
11 PATTERN_BEFORE_ACTION Static method Public Method Code Proposal for WDDOBEFOREACTION 20070117
12 PATTERN_CALL_METHOD Instance method Public Method Code Pattern: Method Call 20030410
13 PATTERN_EMBED_COMPONENT Instance method Public Method Code Pattern: Embed Component 20030416
14 PATTERN_GET_CONTEXT Instance method Public Method Code Pattern: Read Context 20030623
15 PATTERN_GLOBAL_METHOD Instance method Public Method Code Pattern: Global Method Call 20030424
16 PATTERN_MESSAGE_MANAGER Instance method Public Method Code Pattern: Method Call of Message Manager 20030424
17 PATTERN_NAVIGATION Instance method Public Method Code Pattern: Trigger Navigation (Trigger Plug) 20030410
18 PATTERN_OTR Instance method Public Method Code Pattern for OTR Call 20041005
19 PATTERN_OVS_HANDLER Static method Public Method Code Pattern for Handler for OVS Input Help 20060320
20 PATTERN_PERSONALIZATON_MANAGER Instance method Public Method Code Pattern: Method Call of Personalization Manager 20050310
21 PATTERN_POPUP_CREATION Instance method Public Method Code Pattern - Generate Popup 20060815
22 PATTERN_PORTAL_INTEGRATION Instance method Public Method Code Pattern: Method Call for Portal Integration 20040712
23 PATTERN_RAISE_EVENT Instance method Public Method Code Pattern: Trigger Event 20030410
24 PATTERN_TEXTPOOL Instance method Public Method Code Pattern for Text Symbol Access 20050721
25 SHOW_IMPLICIT_OBJ_DEFINITION Instance method Public Method 20030408
26 SHOW_LOCAL_INTERFACE Instance method Public Method Display Gen. ABAP Interface of Controller (Local) 20030408
27 SHOW_PUBLIC_INTERFACE Instance method Public Method Display Gen. ABAP Interface of Controller (Local) 20030408
28 SHOW_SOURCE Instance method Public Method Display Source 20030408
Events
Class CL_WDY_WB_VC_WIZARD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_METHINFO Private See coding 20030410 begin of LT_METHINFO, controller type wdy_controller_key, info type wdyrt_method_info_table, end of LT_METHINFO
2 LT_METHINFO_TAB Private See coding 20030410 LT_METHINFO_TAB type sorted table of LT_METHINFO with unique key controller
Method Signatures

Method ASSIGN_RESULT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_RESULT_VARIABLE Call by reference Type reference (TYPE) STRING 20030417
2 Changing P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030417
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030417

Method CLOSE_DIALOGBOX Signature

Method CLOSE_DIALOGBOX on class CL_WDY_WB_VC_WIZARD has no parameter.
Method CLOSE_DIALOGBOX on class CL_WDY_WB_VC_WIZARD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CURRENT_ENHANCEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_TOOL_WDY ggfs. aktuelle Erweiterung, in der Wizard gerufen wird 20070327

Method CONSTRUCTOR on class CL_WDY_WB_VC_WIZARD has no exception.

Method DESTROY Signature

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

Method F4_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
2 Returning P_REF_CTXT_ELEM Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ELEMENT 20030819

Method F4_CONTEXT on class CL_WDY_WB_VC_WIZARD has no exception.

Method GET_LOCAL_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030408
2 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030408
# Exception Resumable Description Created on
1 GENERATION_ERROR Fehler bei der Generierung aufgetreten 20030408

Method GET_METHOD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_IF_KIND Value transfer Type reference (TYPE) CHAR01 'L'->local/'G'->global/'E'->extern 20030410
2 Exporting P_METHOD_TAB Call by reference Type reference (TYPE) WDYRT_METHOD_INFO_TABLE 20030410
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030410

Method GET_METHOD_LIST_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Web Dynpro : Keystruktur eines Controllers 20030410
2 Importing P_IF_KIND Value transfer Type reference (TYPE) CHAR01 'L'->local/'G'->global/'E'->extern 20030410
3 Exporting P_METHOD_TAB Call by reference Type reference (TYPE) WDYRT_METHOD_INFO_TABLE 20030410
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030410

Method GET_PUBLIC_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Web Dynpro : Keystruktur eines Controllers 20030408
2 Importing P_ENH_LIST Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE Liste der zu berücksichtigenden Enhancements 20070328
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET Source-Code des Interfaces 20030408
# Exception Resumable Description Created on
1 GENERATION_ERROR Fehler bei der Generierung aufgetreten 20030408

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Web Dynpro : Keystruktur eines Controllers 20030410
2 Importing P_ENH_LIST Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE Liste der zu berücksichtigenden Enhancements 20070327
3 Exporting P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
# Exception Resumable Description Created on
1 LOAD_ERROR Fehler bei der Generierung aufgetreten 20030410

Method PATTERN_BEFORE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20070117

Method PATTERN_BEFORE_ACTION on class CL_WDY_WB_VC_WIZARD has no exception.

Method PATTERN_CALL_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Web Dynpro : Keystruktur eines Controllers 20030410
2 Importing P_DECLARE_RESULT_VARS Value transfer Type reference (TYPE) SEU_BOOL 'X' 20030818
3 Importing P_GENERATE_CALL Value transfer Type reference (TYPE) SEU_BOOL 'X' ' '->Definition/'X'->Aufruf 20030414
4 Importing P_IF_KIND Value transfer Type reference (TYPE) CHAR01 'L'->local/'G'->global/'E'->extern 20030410
5 Importing P_INSTANCE_VAR Call by reference Type reference (TYPE) STRING 20030410
6 Importing P_METHOD_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20030410
7 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
8 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030410
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030410
2 METHOD_NOT_FOUND 20030414

Method PATTERN_EMBED_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMP_USAGE Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Component-Verwendung 20030416
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030416
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030416
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030416

Method PATTERN_GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FOR_TABLE Call by reference Type reference (TYPE) SEU_BOOL Tabellenoperation 20080317
2 Importing P_FUNCTION Call by reference Type reference (TYPE) I 0 0:Get, 1: Set, 2: Bind 20080317
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030623
4 Importing P_REF_CTXT_ATTR Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 20030819
5 Importing P_REF_CTXT_NODE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_CTX_NODE 20030623
6 Importing P_SHORT_FORM Call by reference Type reference (TYPE) SEU_BOOL 'X' Kurzform generieren 20080317
7 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030623
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030623

Method PATTERN_GLOBAL_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMP_USAGE Call by reference Type reference (TYPE) WDY_COMPONENT_USAGE_NAME Component-Usage-Name für externes Interface 20031104
2 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Controller des glob. Interfaces 20030424
3 Importing P_METHOD_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Methode des glob. Interfaces 20030424
4 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER aktueller Controller 20030424
5 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030424
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030424

Method PATTERN_MESSAGE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_METHOD Call by reference Type reference (TYPE) SEOMTDKEY 20030424
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030424
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030424
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030424

Method PATTERN_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PLUG_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20030410
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030410
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030410

Method PATTERN_OTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OTR_ALIAS Call by reference Type reference (TYPE) WDY_WB_OTR_ALIAS OTR-Alias 20041005
2 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20041005
3 Importing P_VARIABLE_NAME Call by reference Type reference (TYPE) WDY_WB_APPL_ATTR Variablen-Name 20041005

Method PATTERN_OTR on class CL_WDY_WB_VC_WIZARD has no exception.

Method PATTERN_OVS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20060321

Method PATTERN_OVS_HANDLER on class CL_WDY_WB_VC_WIZARD has no exception.

Method PATTERN_PERSONALIZATON_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_METHOD Call by reference Type reference (TYPE) SEOMTDKEY 20050310
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20050310
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20050310
# Exception Resumable Description Created on
1 ERROR_OCCURED 20050310

Method PATTERN_POPUP_CREATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMP_USAGE Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name der Component-Verwendung des Windows 20060815
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20060815
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20060815
4 Importing P_WINDOW_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name des popup-Windows 20060815
# Exception Resumable Description Created on
1 ERROR_OCCURED 20060815

Method PATTERN_PORTAL_INTEGRATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION_NAME Call by reference Type reference (TYPE) STRING name einer Action für 'Subscribe_Event' 20041123
2 Importing P_METHOD Call by reference Type reference (TYPE) SEOMTDKEY 20040712
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20040712
4 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20040712
# Exception Resumable Description Created on
1 ERROR_OCCURED 20040712

Method PATTERN_RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EVENT_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20030410
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030410
3 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030410
# Exception Resumable Description Created on
1 ERROR_OCCURED 20030410

Method PATTERN_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20050721
2 Importing P_TP_KEY Call by reference Type reference (TYPE) INUM Key Textsymbol 20050721
3 Importing P_VARIABLE_NAME Call by reference Type reference (TYPE) WDY_WB_APPL_ATTR Variablen-Name 20050721

Method PATTERN_TEXTPOOL on class CL_WDY_WB_VC_WIZARD has no exception.

Method SHOW_IMPLICIT_OBJ_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OBJNAME Call by reference Type reference (TYPE) STRING 20030408
2 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030408

Method SHOW_IMPLICIT_OBJ_DEFINITION on class CL_WDY_WB_VC_WIZARD has no exception.

Method SHOW_LOCAL_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030408
# Exception Resumable Description Created on
1 GENERATION_ERROR Fehler bei der Generierung aufgetreten 20030408

Method SHOW_PUBLIC_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Web Dynpro : Keystruktur eines Controllers 20030408
# Exception Resumable Description Created on
1 GENERATION_ERROR Fehler bei der Generierung aufgetreten 20030408

Method SHOW_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20030408

Method SHOW_SOURCE on class CL_WDY_WB_VC_WIZARD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640