SAP ABAP Class IF_WDK_UNDOABLE_ACTION (Undoable action)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDK_CONSISTENCY Check data 20070322
2 Interface composition (i COMPRISING i_ref)  IF_WDK_SERIALIZABLE XML Serialization 20070322
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDK_BDC_ACTION Action 20070322
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDK_BDC_CHANGELOG Action 20070322
Properties
Class IF_WDK_UNDOABLE_ACTION  
Short Description Undoable action    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20061207   SAP 
Last change 20070911   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_WDK_UNDOABLE_ACTION has no interface implemented.
Friends
Class IF_WDK_UNDOABLE_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ACTIONCATEGORY_CHANGELOG Constant Public Type reference (TYPE) WDK_ACTIONCATEGORY 'C' Action Category of Changelog 20070322
2 CO_ACTIONCATEGORY_SCRIPT Constant Public Type reference (TYPE) WDK_ACTIONCATEGORY 'S' Action Category of Scriptbased Action 20070322
3 CO_ACTIONCATEGORY_TEMPORARY Constant Public Type reference (TYPE) WDK_ACTIONCATEGORY 'T' Action Category of temporary Action 20070322
4 MV_ACTION Instance attribute Public Type reference (TYPE) WDK_ACTION Action for UI state 20070322
5 MV_ACTIONCATEGORY Instance attribute Public Type reference (TYPE) WDK_ACTIONCATEGORY Category of Action 20070322
6 MV_SOURCE_STATE Instance attribute Public Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
7 MV_TARGET_STATE Instance attribute Public Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
8 MV_WDAPP Instance attribute Public Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20070322
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create action 20070322
2 GET_TYPE Instance method Public Method Get Type of Action 20070322
3 IS_EMPTY Instance method Public Method Empty action? 20070322
4 IS_EQUAL Instance method Public Method Test if equal 20070322
5 REDO Instance method Public Method redo 20070322
6 UNDO Instance method Public Method undo 20070322
Events
Class IF_WDK_UNDOABLE_ACTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CHANGELOG Public See coding 20070322 tt_changelog TYPE STANDARD TABLE OF wdr_context_change with default key
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WDK_ACTION Action for UI state 20070322
2 Importing IV_SOURCE_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
3 Importing IV_WDAPP Call by reference Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20070322
4 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDK_UNDOABLE_ACTION Undoable action 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDKACTIONTYPE Generated Table for View 20070322

Method GET_TYPE on class IF_WDK_UNDOABLE_ACTION has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070322

Method IS_EMPTY on class IF_WDK_UNDOABLE_ACTION has no exception.

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ACTION Call by reference Object reference (TYPE REF TO) IF_WDK_UNDOABLE_ACTION Undoable action 20070322
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method REDO Signature

Method REDO on class IF_WDK_UNDOABLE_ACTION has no parameter.
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method UNDO Signature

Method UNDO on class IF_WDK_UNDOABLE_ACTION has no parameter.
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322
History
Last changed by/on SAP  20070911 
SAP Release Created in