SAP ABAP Class CL_WDR_ACTION (An action represents a method of a 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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_ACTION Web Dynpro: Framework Interface of Action 20040415
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ACTION Web Dynpro: Action 20021007
Properties
Class CL_WDR_ACTION  
Short Description An action represents a method of a controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20021007   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_ACTION Web Dynpro: Framework Interface of Action 20040415
2 IF_WD_ACTION Web Dynpro: Action 20021007
Friends
Class CL_WDR_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMMAND Instance attribute Public Attribute reference (LIKE) 20040415
2 CONTROLLER Instance attribute Public Attribute reference (LIKE) 20040415
3 EVENT_HANDLER Instance attribute Public Attribute reference (LIKE) 20040415
4 HAS_ERRORS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20060810
5 IMAGE Instance attribute Public Attribute reference (LIKE) 20030616
6 IS_ENABLED Instance attribute Public Attribute reference (LIKE) 20021007
7 IS_VALIDATING Instance attribute Public Attribute reference (LIKE) 20021126
8 KEEP_MESSAGES Instance attribute Public Attribute reference (LIKE) 20080229
9 PARAMETERS Instance attribute Public Attribute reference (LIKE) 20021127
10 SKIP_PHASE_MODEL Instance attribute Public Attribute reference (LIKE) 20120216
11 TEXT_KEY Instance attribute Public Attribute reference (LIKE) 20031014
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_PARAMETERS Instance method Public Method 20040415
2 CONSTRUCTOR Instance method Public Constructor 20021007
3 FIRE Instance method Public Method 20040415
4 SET Instance method Public Method 20021007
5 SET_PARAMETER Instance method Public Method 20040415
6 SET_PARAMETERS Instance method Public Method 20040415
Events
Class CL_WDR_ACTION has no event.
Types
Class CL_WDR_ACTION has no local type.
Method Signatures

Method CLEAR_PARAMETERS Signature

Method CLEAR_PARAMETERS on class CL_WDR_ACTION has no parameter.
Method CLEAR_PARAMETERS on class CL_WDR_ACTION has no exception.

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) CL_WDR_CONTROLLER 20021007
2 Importing EVENT_HANDLER Call by reference Type reference (TYPE) STRING The name of the eventhandler method 20021007
3 Importing IS_VALIDATING Call by reference Type reference (TYPE) ABAP_BOOL 20030319
4 Importing SKIP_PHASE_MODEL Call by reference Type reference (TYPE) ABAP_BOOL 20120216
5 Importing TEXT_KEY Call by reference Type reference (TYPE) STRING 20021007

Method CONSTRUCTOR on class CL_WDR_ACTION has no exception.

Method FIRE Signature

Method FIRE on class CL_WDR_ACTION has no parameter.
Method FIRE on class CL_WDR_ACTION has no exception.

Method SET Signature

Method SET on class CL_WDR_ACTION has no parameter.
Method SET on class CL_WDR_ACTION has no exception.

Method SET_PARAMETER Signature

Method SET_PARAMETER on class CL_WDR_ACTION has no parameter.
Method SET_PARAMETER on class CL_WDR_ACTION has no exception.

Method SET_PARAMETERS Signature

Method SET_PARAMETERS on class CL_WDR_ACTION has no parameter.
Method SET_PARAMETERS on class CL_WDR_ACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 630