SAP ABAP Class CL_DISPATCHER_OHFW (Main gui class for OHFW)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PLM-LBK (Application Component) Logbook
⤷
DIOHFW_APP (Package) Object hierarchy framework: application layer
⤷
⤷
Properties
| Class | CL_DISPATCHER_OHFW | |
| Short Description | Main gui class for OHFW | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DIOHFW_APP | Object hierarchy framework: application layer |
| Created | 20011207 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DISPATCHER_OHFW has no forward declaration.
Interfaces
Class CL_DISPATCHER_OHFW has no interface implemented.
Friends
Class CL_DISPATCHER_OHFW has no friend class.
Attributes
Class CL_DISPATCHER_OHFW has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Raises event that data needs to be saved. | 20011207 | |
| 2 | Static method | Public | Method | Raises the event that OHF node/application object changed | 20040626 | |
| 3 | Static method | Public | Method | Raises the event that OHF subtree changed | 20040713 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | EV_DATA_TO_SAVE | Static Event (1) |
Public (2) |
Event that data has to be saved | 20011207 |
| 2 | EV_NODE_CHANGED | Static Event (1) |
Public (2) |
OHF node/application object hast changed | 20040626 |
| 3 | EV_SUBTREE_CHANGED | Static Event (1) |
Public (2) |
OHF node/application object hast changed | 20040713 |
Types
Class CL_DISPATCHER_OHFW has no local type.
Method Signatures
Method DATA_TO_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20011207 |
Method DATA_TO_SAVE on class CL_DISPATCHER_OHFW has no exception.
Method NODE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20040626 |
Method NODE_CHANGED on class CL_DISPATCHER_OHFW has no exception.
Method SUBTREE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20040713 |
Method SUBTREE_CHANGED on class CL_DISPATCHER_OHFW has no exception.
Event Signatures
Event EV_DATA_TO_SAVE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20011207 |
Event EV_NODE_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20040626 |
Event EV_SUBTREE_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_NODE | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_NODE_OHFW | Hierarchy nodes | 20040713 |
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 470 |