SAP ABAP Class CE_SIW_STATUS_CLASS (Enumeration of Status Classes)
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
⤷
⤷
Properties
| Class | CE_SIW_STATUS_CLASS | |
| Short Description | Enumeration of Status Classes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| 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
Class CE_SIW_STATUS_CLASS has no forward declaration.
Interfaces
Class CE_SIW_STATUS_CLASS has no interface implemented.
Friends
Class CE_SIW_STATUS_CLASS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'IMPLEMENT' | 20110103 | |||
| 2 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'CONTEXT' | 20110103 | |||
| 3 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'OBJS_AUT' | Classifies the Status | 20110121 | ||
| 4 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'OBJS_CHCK' | 20110121 | |||
| 5 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'PLAN_OBJS' | 20110103 | |||
| 6 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'PROJECT' | 20110103 | |||
| 7 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'SERVICE' | 20110103 | |||
| 8 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'ESR' | 20110103 | |||
| 9 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'MAPPING' | 20110103 | |||
| 10 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'MAPPING_ESR' | Mapping check against ESR | 20110411 | ||
| 11 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'MAPPING_READINESS' | Formal Mapping Check | 20110411 | ||
| 12 | Constant | Public | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 'PROXY' | 20110103 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | Identifier | 20110103 | |||
| 14 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Overall Implementation Status | 20101230 | |||
| 15 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Implementation-Context Check | 20101230 | |||
| 16 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Executed Abap Unit Tests | 20110121 | |||
| 17 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Generated Objects Check (Deep Check) | 20110121 | |||
| 18 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Planned Objects (as of Preview) | 20101230 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Indicator for optional status | 20110412 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | INT4 | Offset of the status in the storage field | 20110411 | |||
| 21 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Overall Project Status (Overall) | 20101230 | |||
| 22 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Overall Service Status | 20101230 | |||
| 23 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Service-ES Repository Check | 20101230 | |||
| 24 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Service-Mapping Check | 20101230 | |||
| 25 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Service-Mapping Check | 20110411 | |||
| 26 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the formal Service-Mapping Check | 20110411 | |||
| 27 | Static Attribute | Public | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | Status of the Service-Proxy Check | 20101230 | |||
| 28 | Instance attribute | Private | Type reference (TYPE) | SIW_DTE_STATUS_CLASS_TEXT | Description | 20110103 | |||
| 29 | Static Attribute | Public | Type reference (TYPE) | CE_SIW_STATUS_CLASS=>TAB | 20101230 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class Constructor | 20101230 | |
| 2 | Static method | Private | Method | Returns Specific Status Class for an ID | 20110103 | |
| 3 | Instance method | Public | Method | Get the Identifier of a Status Classification | 20110427 | |
| 4 | Instance method | Public | Method | Return the Offset of a Status in the Storage | 20110411 | |
| 5 | Instance method | Public | Method | Return if the status is an optional one for aggregation | 20110412 | |
| 6 | Instance method | Public | Method | Get the Description of a Status Classification | 20110103 | |
| 7 | Instance method | Public | Method | Set if the status is optional for aggregation | 20110412 | |
| 8 | Static method | Private | Method | Add a new Status | 20101230 |
Events
Class CE_SIW_STATUS_CLASS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | 20101230 | tab TYPE STANDARD TABLE OF REF TO ce_siw_status_class WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_SIW_STATUS_CLASS has no parameter.
Method CLASS_CONSTRUCTOR on class CE_SIW_STATUS_CLASS has no exception.
Method FIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 20110103 | ||||
| 2 | R_VALUE | Value transfer | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | 20110103 |
Method FIND on class CE_SIW_STATUS_CLASS has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | Classifies the Status | 20110427 |
Method GET_ID on class CE_SIW_STATUS_CLASS has no exception.
Method GET_OFFSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OFFSET | Value transfer | Type reference (TYPE) | INT4 | Dummy for B20 int1 (Local Everywhere) | 20110411 |
Method GET_OFFSET on class CE_SIW_STATUS_CLASS has no exception.
Method GET_OPTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OPTIONAL | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110412 |
Method GET_OPTIONAL on class CE_SIW_STATUS_CLASS has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SIW_DTE_STATUS_CLASS_TEXT | 20110103 |
Method GET_TEXT on class CE_SIW_STATUS_CLASS has no exception.
Method SET_OPTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPTIONAL | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110412 |
Method SET_OPTIONAL on class CE_SIW_STATUS_CLASS has no exception.
Method S_ADD_NEW_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | SIW_DTE_STATUS_CLASS | 20101230 | ||||
| 2 | I_OFFSET | Call by reference | Type reference (TYPE) | INT4 | -1 | Dummy for B20 int1 (Local Everywhere) | 20110411 | ||
| 3 | I_OPTIONAL | Call by reference | Type reference (TYPE) | BOOLEAN | SPACE | Optional for aggregated states | 20110412 | ||
| 4 | I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20101230 | ||||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | CE_SIW_STATUS_CLASS | 20101230 |
Method S_ADD_NEW_STATUS on class CE_SIW_STATUS_CLASS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |