SAP ABAP Interface IF_WDK_UNDO_MANAGER (Undo / Redo)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_CONTROLLER (Package) Kayak Controller

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_WDK_BE_CONTROLLER | Backend controller interface | 20060418 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BDC_CONTROLLER | Backend Controller | 20070322 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BE_CONTROLLER | Backend Controller | 20060418 |
Properties
Interface | IF_WDK_UNDO_MANAGER | |
Short Description | Undo / Redo |
General Data
Package | WDK_CONTROLLER | Kayak Controller |
Created | 20060418 | SAP |
Last changed | 20070911 | SAP |
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 IF_WDK_UNDO_MANAGER has no interface.
Friends
Interface IF_WDK_UNDO_MANAGER has no friend.
Attributes
Interface IF_WDK_UNDO_MANAGER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Redo possible | 20060418 |
2 | ![]() |
Instance method | Public | Method | Undo possible | 20060418 |
3 | ![]() |
Instance method | Public | Method | Clear undo stack | 20061106 |
4 | ![]() |
Instance method | Public | Method | Get undo / redo stack | 20060418 |
5 | ![]() |
Instance method | Public | Method | Redo | 20060418 |
6 | ![]() |
Instance method | Public | Method | Redo (ignores Changelog) | 20060928 |
7 | ![]() |
Instance method | Public | Method | Undo | 20060418 |
8 | ![]() |
Instance method | Public | Method | Undo (ignores Changelog) | 20060928 |
9 | ![]() |
Instance method | Public | Method | Undo to state | 20061006 |
Events
Interface IF_WDK_UNDO_MANAGER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_STACK_ENTRY | Public | See coding | 20060418 | BEGIN OF ts_stack_entry,
source_state TYPE wdk_fpstate,
action TYPE wdk_action,
target_state TYPE wdk_fpstate,
END OF ts_stack_entry
|
||
2 | TT_STACK | Public | See coding | 20060418 | TT_STACK type STANDARD TABLE OF ts_stack_entry with default key
|
Method Signatures
Method CAN_REDO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060418 |
Method CAN_REDO on Interface IF_WDK_UNDO_MANAGER has no exception.
Method CAN_UNDO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060418 |
Method CAN_UNDO on Interface IF_WDK_UNDO_MANAGER has no exception.
Method CLEAR_REDO_STACK Signature
Method CLEAR_REDO_STACK on Interface IF_WDK_UNDO_MANAGER has no parameter.
Method CLEAR_REDO_STACK on Interface IF_WDK_UNDO_MANAGER has no exception.
Method GET_STACKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_REDO_STACK | Call by reference | Type reference (TYPE) | TT_STACK | 20060418 | |||
2 | ![]() |
ET_UNDO_STACK | Call by reference | Type reference (TYPE) | TT_STACK | 20060418 |
Method GET_STACKS on Interface IF_WDK_UNDO_MANAGER has no exception.
Method REDO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20060418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060418 |
Method REDO_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20060928 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060928 |
Method UNDO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20060418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060418 |
Method UNDO_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STEPS | Call by reference | Type reference (TYPE) | I | 1 | 20060928 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060928 |
Method UNDO_TO_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FPSTATE | Call by reference | Type reference (TYPE) | WDK_FPSTATE | Floorplan state | 20061006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error in controller | 20061006 |
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in | 100 |