SAP ABAP Class IF_WD_ACTION (Web Dynpro: Action)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDR_ACTION Web Dynpro: Framework Interface of Action 20040415
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_ACTION An action represents a method of a controller 20021007
Properties
Class IF_WD_ACTION  
Short Description Web Dynpro: Action    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
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
Class IF_WD_ACTION has no interface implemented.
Friends
Class IF_WD_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTROLLER Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTROLLER Controller 20021007
2 IMAGE Instance attribute Public Type reference (TYPE) STRING URL 20030610
3 IS_ENABLED Instance attribute Public Type reference (TYPE) ABAP_BOOL Is Action Activated? 20021007
4 IS_VALIDATING Instance attribute Public Type reference (TYPE) ABAP_BOOL Is Action Validating or Non-Validating? 20021126
5 NAME Instance attribute Public Type reference (TYPE) STRING 20050606
6 PARAMETERS Instance attribute Public Type reference (TYPE) WDR_NAME_VALUE_LIST Parameter of Action 20021127
7 SKIP_PHASE_MODEL Instance attribute Public Type reference (TYPE) ABAP_BOOL Phase model is not executed 20120216
8 STAD_FCODE Instance attribute Public Type reference (TYPE) SY-TCODE Current Transaction Code 20090320
9 TEXT_KEY Instance attribute Public Type reference (TYPE) STRING Text 20031014
Methods
# Method Level Visibility Method type Description Created on
1 SET Instance method Public Method Sets the Attributes of Action 20021007
Events
Class IF_WD_ACTION has no event.
Types
Class IF_WD_ACTION has no local type.
Method Signatures

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL Setzt die Aktion aktiv/inaktiv 20021007
2 Importing IMAGE Call by reference Type reference (TYPE) STRING Image-URL der Aktion 20030610
3 Importing KEEP_MESSAGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080229
4 Importing SKIP_PHASE_MODEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120319
5 Importing STAD_FCODE Call by reference Type reference (TYPE) SY-TCODE Aktueller Transaktionscode 20090320
6 Importing TEXT Call by reference Type reference (TYPE) STRING Text der Aktion 20031014
7 Importing UI_EVENT Call by reference Type reference (TYPE) STRING 20040928
8 Importing VALIDATING Call by reference Type reference (TYPE) ABAP_BOOL Setzt die Aktion validierend/nicht-validierend 20021127

Method SET on class IF_WD_ACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in