SAP ABAP Class CL_H2O_UNDO_MANAGER (Object Services Private: Undo Manager For Persistent Objects)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
⤷
CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_UNDO_MANAGER | Object Services Private: Undo Manager Interface | 20000118 |
Properties
| Class | CL_H2O_UNDO_MANAGER | |
| Short Description | Object Services Private: Undo Manager For Persistent Objects | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | CMX_POC | Manufacturing Execution: Browser-Based PI Sheet |
| Created | 20000118 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_OS_UNDO_MANAGER | Object Services Private: Undo Manager Interface | 20000118 |
Friends
Class CL_H2O_UNDO_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | SY-TABIX | Index of Current Transaction | 20000118 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_OS_INSTANCE_MANAGER | Link to Instance Manager | 20000118 | |||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | SY-TABIX | Index of Next Free Line undo_info | 20000118 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_H2O_UNDO_MANAGER | Singleton of Class | 20000118 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TYP_CLASS_AGENT_TAB | Class Actors Before Version 2.0 | 20010424 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TYP_RELEVANT_OBJECTS_TAB | List of Undo-Relevant Objects | 20000118 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TYP_TRANSACTION_STACK_TAB | Stack of Undo-Relevant Transactions | 20000118 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TYP_UNDO_INFOS_TAB | List of Data Required for Undo | 20000118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Object Services Private: Create Singleton if Necessary | 20000118 | |
| 2 | Instance method | Private | Event handling method | Event Handler of New Class in System | 20010424 | |
| 3 | Instance method | Private | Event handling method | Event Handler to Create a Persistent Object | 20000118 | |
| 4 | Instance method | Private | Event handling method | Event Handler to Create Transient Object | 20000118 | |
| 5 | Instance method | Private | Event handling method | Event Handler To Load the State Object | 20000118 | |
| 6 | Instance method | Private | Event handling method | Event Handler to Delete Object | 20000118 | |
| 7 | Instance method | Private | Event handling method | Event Handler: Write Access | 20000118 | |
| 8 | Instance method | Public | Method | Object Services Private: Initialization of Singleton | 20000118 |
Events
Class CL_H2O_UNDO_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_CLASS_AGENT_LINE | Private | See coding | 20010424 | |
||
| 2 | TYP_CLASS_AGENT_TAB | Private | See coding | 20010424 | |
||
| 3 | TYP_RELEVANT_OBJECT | Private | See coding | Line Type relevant_object | 20000118 | |
|
| 4 | TYP_RELEVANT_OBJECTS_TAB | Private | See coding | Table Type relevant_objects | 20000118 | |
|
| 5 | TYP_TRANSACTION_STACK | Private | See coding | Line type transaction_stack | 20000118 | |
|
| 6 | TYP_TRANSACTION_STACK_TAB | Private | See coding | Table Type transaction_stack | 20000118 | |
|
| 7 | TYP_UNDO_INFO | Private | See coding | Line Type Undo Information | 20000118 | |
|
| 8 | TYP_UNDO_INFOS_TAB | Private | See coding | Table Type undo_infos | 20000118 | |
Method Signatures
Method GET_UNDO_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_H2O_UNDO_MANAGER | Das Singleton | 20000118 |
Method GET_UNDO_MANAGER on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_AGENT_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGENT | Call by reference | Attribute reference (LIKE) | 20010424 | |||||
| 2 | CLASS_AGENT_GUID | Call by reference | Attribute reference (LIKE) | 20010424 | |||||
| 3 | CLASS_AGENT_NAME | Call by reference | Attribute reference (LIKE) | 20010424 | |||||
| 4 | CLASS_AGENT_VERSION | Call by reference | Attribute reference (LIKE) | 20010424 | |||||
| 5 | CLASS_NAME | Call by reference | Attribute reference (LIKE) | 20010424 | |||||
| 6 | CLASS_NAME_GUID | Call by reference | Attribute reference (LIKE) | 20010424 |
Method HANDLER_AGENT_CREATED on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_CREATED_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Attribute reference (LIKE) | 20000118 |
Method HANDLER_CREATED_PERSISTENT on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_CREATED_TRANSIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Attribute reference (LIKE) | OBJECT | 20000118 |
Method HANDLER_CREATED_TRANSIENT on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_LOADED_WITH_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Attribute reference (LIKE) | 20000118 | |||||
| 2 | WRITE_ACCESS | Value transfer | Attribute reference (LIKE) | 20000118 |
Method HANDLER_LOADED_WITH_STATE on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_TO_BE_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Attribute reference (LIKE) | 20000118 |
Method HANDLER_TO_BE_DELETED on class CL_H2O_UNDO_MANAGER has no exception.
Method HANDLER_WRITE_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20000118 |
Method HANDLER_WRITE_ACCESS on class CL_H2O_UNDO_MANAGER has no exception.
Method OS_INIT Signature
Method OS_INIT on class CL_H2O_UNDO_MANAGER has no parameter.
Method OS_INIT on class CL_H2O_UNDO_MANAGER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 46C |