SAP ABAP Class CL_WDY_WB_ACTION_ED (Help Functions for Handling Actions in Editor)
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 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_PROC_ED Web Dynpro: Parameter Editor of VC Editor 20040406
Properties
Class CL_WDY_WB_ACTION_ED  
Short Description Help Functions for Handling Actions in Editor    
Super Class CL_WDY_WB_PROC_ED Web Dynpro: Parameter Editor of VC Editor 
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 20040406   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WDYVC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WDY_WB_ACTION_ED has no interface implemented.
Friends
Class CL_WDY_WB_ACTION_ED has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_WITH_PARAM_EDITOR Instance attribute Private Type reference (TYPE) SEU_BOOL Boolean 20040406
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040406
2 COPY_ACTION Instance method Public Method Copy Action Incl. Parameter and Assoc. Event Handler 20040406
3 CREATE_ACTION Instance method Public Method Create Action Incl. Event Handler 20040406
4 CREATE_RETURN_PARAM Instance method Private Method Creates Returning Param. for Validating Action Event Handler 20040406
5 DELETE_ACTION Instance method Public Method Delete Action Incl. Assoc. Event Handler 20040406
6 GET_ACTIONS Instance method Public Method Table of All Actions 20040406
7 GET_CURRENT_ACTION Instance method Public Method Get Current Action with Parameter 20040406
8 GET_FRAMEWORK_EV_PARAMS Static method Public Method Returns Parameter(s) of Framework Events (for Action) 20060301
9 GET_METHOD_NAME_FOR_ACTION Static method Public Method Method Name for Action 20040406
10 GET_UI_ELEMENTS_OF_ACTION Instance method Public Method Returns All UI Elements of Action in Event Binding 20060301
11 RENAME_ACTION Instance method Public Method Rename Action Incl. Assoc. Event Handler 20040406
12 SET_ACTION Instance method Public Method Set Current Action Parameter 20040406
13 SYNC_CUR_ACTION_EVHANDLER Instance method Public Method Copy Parameter of Current Action in Assoc. Event Handler 20040407
14 UPDATE_ACTION Instance method Public Method Change Action Definition (Except Parameters) 20040406
Events
Class CL_WDY_WB_ACTION_ED has no event.
Types
Class CL_WDY_WB_ACTION_ED 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 P_CURRENT_ENHANCEMENT Call by reference Type reference (TYPE) ENHNAME aktuelles Enhancement (Erweiterungsmodus) 20050407
2 Importing P_MODE Value transfer Type reference (TYPE) CHAR1 'S' 'S'->anzeigen/'M'->ändern/'E'->erweitern 20040406
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20040406
4 Importing P_WITH_PARAM_EDITOR Value transfer Type reference (TYPE) SEU_BOOL ' ' ' '/'X'->Parameterpflege (nicht) aktiv 20040406

Method CONSTRUCTOR on class CL_WDY_WB_ACTION_ED has no exception.

Method COPY_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Call by reference Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20040406
2 Importing P_ORIG_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY Key des Controllers bei Controller-übergreifendem Kopieren 20040406
3 Importing P_ORIG_NAME Call by reference Type reference (TYPE) WDY_WB_VC_ACTION 20040406
4 Returning P_REF_ACTION Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ACTION Referenz auf neue Action 20060621

Method COPY_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method CREATE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Value transfer Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20040406
2 Returning P_RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ACTION 20040406
3 Importing P_WITH_DEFAULT_PARAMS Call by reference Type reference (TYPE) SEU_BOOL 'X' Default-Parameter erzeugen 20040406

Method CREATE_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method CREATE_RETURN_PARAM Signature

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

Method CREATE_RETURN_PARAM on class CL_WDY_WB_ACTION_ED has no exception.

Method DELETE_ACTION 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) WDY_WB_VC_ACTION 20040406

Method DELETE_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method GET_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ACTIONTAB Value transfer Type reference (TYPE) WDY_WB_VC_ACTION_MAP_TAB 20040406

Method GET_ACTIONS on class CL_WDY_WB_ACTION_ED has no exception.

Method GET_CURRENT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ACTION_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20040406
2 Exporting P_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20040406

Method GET_CURRENT_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method GET_FRAMEWORK_EV_PARAMS 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 20060301
2 Returning P_PARAM_TAB Value transfer Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20060301
3 Importing P_UI_DEF_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20060301

Method GET_FRAMEWORK_EV_PARAMS on class CL_WDY_WB_ACTION_ED has no exception.

Method GET_METHOD_NAME_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Call by reference Type reference (TYPE) WDY_WB_VC_ACTION WebDynpro: Name einer Action 20040406
2 Returning P_METHOD_NAME Value transfer Type reference (TYPE) WDY_WB_VC_METHNAME WedDynpro: Methode 20040406

Method GET_METHOD_NAME_FOR_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method GET_UI_ELEMENTS_OF_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Call by reference Type reference (TYPE) WDY_WB_VC_ACTION 20060301
2 Returning P_UI_ELEM_TAB Value transfer Type reference (TYPE) WDYVC_UI_ELEM_EVENT_TAB 20060301

Method GET_UI_ELEMENTS_OF_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method RENAME_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Call by reference Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20040406
2 Importing P_ORIG_NAME Call by reference Type reference (TYPE) WDY_WB_VC_ACTION 20040406

Method RENAME_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method SET_ACTION 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) WDY_MD_OBJECT_NAME 20040406
2 Importing P_MODE Value transfer Type reference (TYPE) CHAR1 'S'-> anzeigen/'M'->ändern(übersteuert Editormode) 20040406

Method SET_ACTION on class CL_WDY_WB_ACTION_ED has no exception.

Method SYNC_CUR_ACTION_EVHANDLER 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) WDY_MD_OBJECT_NAME übersteuert current_action 20060302

Method SYNC_CUR_ACTION_EVHANDLER on class CL_WDY_WB_ACTION_ED has no exception.

Method UPDATE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Call by reference Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20040406

Method UPDATE_ACTION on class CL_WDY_WB_ACTION_ED has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700