SAP ABAP Class /TDAG/CL_WFF_ABS_STATUS (Base Class for Status Network of a TBO)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/EHFND_FW_WFF_BO_SPECIFIC (Package) TBO Base Classes, Handling of CRUD Methods
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /TDAG/CL_MA_STATUS | Status Network of a TBO | 20080729 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /TDAG/CL_MIL_STATUS | Status mesh of TBO for project milestones | 20090422 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /TDAG/CL_RP_STATUS | Status mesh of TBO for registration projects | 20090415 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /TDAG/CL_SP_STATUS | Status mesh of TBO for SIEF projects | 20090422 |
Properties
| Class | /TDAG/CL_WFF_ABS_STATUS | |
| Short Description | Base Class for Status Network of a TBO | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /TDAG/EHFND_FW_WFF_BO_SPECIFIC | TBO Base Classes, Handling of CRUD Methods |
| Created | 20080729 | SAP |
| Last change | 20141109 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /TDAG/CL_WFF_ABS_STATUS has no forward declaration.
Interfaces
Class /TDAG/CL_WFF_ABS_STATUS has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | /TDAG/CL_WFF_ROOT_TBO | 20080804 | Super class of all TBO implementations |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | /TDAG/EHFND_FW_T_STATUS_MESH | 20080729 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Current Status of This Network | 20080729 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Initial Status | 20080729 | |||
| 4 | Constant | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 'ERROR' | Status 'Finished with Errors' | 20080804 | ||
| 5 | Constant | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 'FINISHED' | Status 'In Process' | 20080804 | ||
| 6 | Constant | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 'IN PROGRESS' | Status 'In Process' | 20080804 | ||
| 7 | Constant | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 'NEW' | Status 'New' | 20080804 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080729 | |
| 2 | Instance method | Public | Method | Returns the Initial Status of This Status Network | 20080729 | |
| 3 | Instance method | Public | Method | Returns the Current Status of the Status Network | 20080804 | |
| 4 | Instance method | Private | Method | Sets the New Status (Internal, Use After Check) | 20080730 | |
| 5 | Instance method | Public | Method | Deflects a Transition in Status Network | 20080729 |
Events
Class /TDAG/CL_WFF_ABS_STATUS has no event.
Types
Class /TDAG/CL_WFF_ABS_STATUS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STATUS_MESH | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_T_STATUS_MESH | Das Status-Netz für diese Klasse | 20080729 | |||
| 2 | IV_INITIAL_STATUS | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Initialstatus des Status-Netzes | 20080729 |
Method CONSTRUCTOR on class /TDAG/CL_WFF_ABS_STATUS has no exception.
Method GET_INITIAL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Initialstatus | 20080729 |
Method GET_INITIAL_STATUS on class /TDAG/CL_WFF_ABS_STATUS has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Aktueller Status des Netzes | 20080804 |
Method GET_STATUS on class /TDAG/CL_WFF_ABS_STATUS has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NEW_STATUS | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Neuer Status dieses Netzes | 20080730 |
Method SET_STATUS on class /TDAG/CL_WFF_ABS_STATUS has no exception.
Method TRANSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NEW_STATUS | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Neuer Status des TBOs | 20080729 |
Method TRANSITION on class /TDAG/CL_WFF_ABS_STATUS has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 110_600 |