SAP ABAP Class IF_UAC_UNDO_COMMAND (Undo/redo commands, incl. if_uac_command)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_UAC_COMMAND Command 20030213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAC_UNDO_COMMAND Command with Undo/Redo 20030213
Properties
Class IF_UAC_UNDO_COMMAND  
Short Description Undo/redo commands, incl. if_uac_command    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030213   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_UAC_UNDO_COMMAND has no forward declaration.
Interfaces
Class IF_UAC_UNDO_COMMAND has no interface implemented.
Friends
Class IF_UAC_UNDO_COMMAND has no friend class.
Attributes
Class IF_UAC_UNDO_COMMAND has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_REDO_STACK Static method Public Method Static: get stack with redoable commands 20030213
2 GET_UNDO_DESCRIPTION Instance method Public Method Get description for Undo 20030213
3 GET_UNDO_STACK Static method Public Method Static: get stack with undoable commands 20030213
4 REDO Instance method Public Method Redo this command (after undo) 20030213
5 UNDO Instance method Public Method Undo this command (after execute) 20030213
Events
Class IF_UAC_UNDO_COMMAND has no event.
Types
Class IF_UAC_UNDO_COMMAND has no local type.
Method Signatures

Method GET_REDO_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NUM_OF_COMMANDS Value transfer Type reference (TYPE) I No of commands that should be read from the stack 20030213
2 Returning RT_STACK Value transfer Type reference (TYPE) UAC_T_COMMAND Command stack 20030213

Method GET_REDO_STACK on class IF_UAC_UNDO_COMMAND has no exception.

Method GET_UNDO_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_DESCRIPTION Value transfer Type reference (TYPE) UAC_COMMAND_DESCRIPTION Analytical Cost Management: Beschreibung für Command 20030213

Method GET_UNDO_DESCRIPTION on class IF_UAC_UNDO_COMMAND has no exception.

Method GET_UNDO_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NUM_OF_COMMANDS Value transfer Type reference (TYPE) I No of commands that should be read from the stack 20030213
2 Returning RT_STACK Value transfer Type reference (TYPE) UAC_T_COMMAND Command stack 20030213

Method GET_UNDO_STACK on class IF_UAC_UNDO_COMMAND has no exception.

Method REDO Signature

Method REDO on class IF_UAC_UNDO_COMMAND has no parameter.
Method REDO on class IF_UAC_UNDO_COMMAND has no exception.

Method UNDO Signature

Method UNDO on class IF_UAC_UNDO_COMMAND has no parameter.
Method UNDO on class IF_UAC_UNDO_COMMAND has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in