SAP ABAP Class CL_SIW_STATUS (Handles SIW Status)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_CORE (Package) Core of Service Implementation Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_STATUS | Represents a SIW Status (Including Substatus) | 20101230 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_STATUS_GETTER | Read Interface for SIW Status (Including Substatus) | 20110104 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_STATUS_OBSERVER | Is Notified on Status Changes | 20110104 |
Properties
| Class | CL_SIW_STATUS | |
| Short Description | Handles SIW Status | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20101230 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SIW_STATUS | Represents a SIW Status (Including Substatus) | 20101230 | ||
| 2 | IF_SIW_STATUS_GETTER | Read Interface for SIW Status (Including Substatus) | 20110104 | ||
| 3 | IF_SIW_STATUS_OBSERVER | Is Notified on Status Changes | 20110104 |
Friends
Class CL_SIW_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CE_SIW_RC | 20110201 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | 20110201 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_SIW_STATUS=>TAB | 20110201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110321 | ||
| 2 | Instance method | Private | Method | Calculates an Aggregated Status | 20101230 | |
| 3 | Instance method | Public | Method | 20110321 | ||
| 4 | Instance method | Public | Method | 20101230 | ||
| 5 | Instance method | Public | Method | 20110321 | ||
| 6 | Instance method | Public | Method | 20110321 | ||
| 7 | Instance method | Public | Method | 20110321 | ||
| 8 | Instance method | Public | Method | 20110321 | ||
| 9 | Instance method | Public | Method | 20110321 | ||
| 10 | Instance method | Public | Method | 20110321 | ||
| 11 | Instance method | Private | Method | 20110321 | ||
| 12 | Instance method | Private | Method | Returns 'X' When it Contains Status as Substatus | 20110103 | |
| 13 | Static method | Public | Method | Create a Classified Status | 20101230 |
Events
Class CL_SIW_STATUS has no event.
Types
Class CL_SIW_STATUS has no local type.
Method Signatures
Method ADD_SUBSTATUS Signature
Method ADD_SUBSTATUS on class CL_SIW_STATUS has no parameter.
Method ADD_SUBSTATUS on class CL_SIW_STATUS has no exception.
Method CALCULATE_AGGREGATED_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CE_SIW_RC | 20101230 |
Method CALCULATE_AGGREGATED_STATUS on class CL_SIW_STATUS has no exception.
Method CHANGE_STATUS Signature
Method CHANGE_STATUS on class CL_SIW_STATUS has no parameter.
Method CHANGE_STATUS on class CL_SIW_STATUS has no exception.
Method FIND_SUBSTATUS Signature
Method FIND_SUBSTATUS on class CL_SIW_STATUS has no parameter.
Method FIND_SUBSTATUS on class CL_SIW_STATUS has no exception.
Method FIND_SUBSTATUS_TO_CHANGE Signature
Method FIND_SUBSTATUS_TO_CHANGE on class CL_SIW_STATUS has no parameter.
Method FIND_SUBSTATUS_TO_CHANGE on class CL_SIW_STATUS has no exception.
Method GET_ALL_SUBSTATUS Signature
Method GET_ALL_SUBSTATUS on class CL_SIW_STATUS has no parameter.
Method GET_ALL_SUBSTATUS on class CL_SIW_STATUS has no exception.
Method GET_CLASS Signature
Method GET_CLASS on class CL_SIW_STATUS has no parameter.
Method GET_CLASS on class CL_SIW_STATUS has no exception.
Method GET_CLASS_TEXT Signature
Method GET_CLASS_TEXT on class CL_SIW_STATUS has no parameter.
Method GET_CLASS_TEXT on class CL_SIW_STATUS has no exception.
Method GET_DEPENDENT_STATUS Signature
Method GET_DEPENDENT_STATUS on class CL_SIW_STATUS has no parameter.
Method GET_DEPENDENT_STATUS on class CL_SIW_STATUS has no exception.
Method GET_RC Signature
Method GET_RC on class CL_SIW_STATUS has no parameter.
Method GET_RC on class CL_SIW_STATUS has no exception.
Method HANDLE_STATUS_CHANGE Signature
Method HANDLE_STATUS_CHANGE on class CL_SIW_STATUS has no parameter.
Method HANDLE_STATUS_CHANGE on class CL_SIW_STATUS has no exception.
Method IS_SUBSTATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATUS | Call by reference | Object reference (TYPE REF TO) | IF_SIW_STATUS | 20110103 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SIW_DTE_FLG | 20110103 |
Method IS_SUBSTATUS on class CL_SIW_STATUS has no exception.
Method S_CREATE_CONCRETE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATUS_CLASS | Call by reference | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | 20110103 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SIW_STATUS | 20101230 |
Method S_CREATE_CONCRETE_STATUS on class CL_SIW_STATUS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |