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 C_IMPL Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'IMPLEMENT' 20110103
2 C_IMPL_CONTEXT Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'CONTEXT' 20110103
3 C_IMPL_GENERATED_OBJS_AUT Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'OBJS_AUT' Classifies the Status 20110121
4 C_IMPL_GENERATED_OBJS_CHK Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'OBJS_CHCK' 20110121
5 C_IMPL_PLANNED_OBJS Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'PLAN_OBJS' 20110103
6 C_PROJECT Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'PROJECT' 20110103
7 C_SERVICE Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'SERVICE' 20110103
8 C_SERVICE_ESR Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'ESR' 20110103
9 C_SERVICE_MAPPING Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'MAPPING' 20110103
10 C_SERVICE_MAPPING_ESR Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'MAPPING_ESR' Mapping check against ESR 20110411
11 C_SERVICE_MAPPING_READY Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'MAPPING_READINESS' Formal Mapping Check 20110411
12 C_SERVICE_PROXY Constant Public Type reference (TYPE) SIW_DTE_STATUS_CLASS 'PROXY' 20110103
13 ID Instance attribute Private Type reference (TYPE) SIW_DTE_STATUS_CLASS Identifier 20110103
14 IMPL Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Overall Implementation Status 20101230
15 IMPL_CONTEXT Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Implementation-Context Check 20101230
16 IMPL_GENERATED_OBJS_AUT Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Executed Abap Unit Tests 20110121
17 IMPL_GENERATED_OBJS_CHK Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Generated Objects Check (Deep Check) 20110121
18 IMPL_PLANNED_OBJS Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Planned Objects (as of Preview) 20101230
19 IS_OPTIONAL Instance attribute Private Type reference (TYPE) BOOLEAN Indicator for optional status 20110412
20 OFFSET Instance attribute Private Type reference (TYPE) INT4 Offset of the status in the storage field 20110411
21 PROJECT Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Overall Project Status (Overall) 20101230
22 SERVICE Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Overall Service Status 20101230
23 SERVICE_ESR Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Service-ES Repository Check 20101230
24 SERVICE_MAPPING Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Service-Mapping Check 20101230
25 SERVICE_MAPPING_ESR Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Service-Mapping Check 20110411
26 SERVICE_MAPPING_READY Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the formal Service-Mapping Check 20110411
27 SERVICE_PROXY Static Attribute Public Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status of the Service-Proxy Check 20101230
28 TEXT Instance attribute Private Type reference (TYPE) SIW_DTE_STATUS_CLASS_TEXT Description 20110103
29 VALUES Static Attribute Public Type reference (TYPE) CE_SIW_STATUS_CLASS=>TAB 20101230
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20101230
2 FIND Static method Private Method Returns Specific Status Class for an ID 20110103
3 GET_ID Instance method Public Method Get the Identifier of a Status Classification 20110427
4 GET_OFFSET Instance method Public Method Return the Offset of a Status in the Storage 20110411
5 GET_OPTIONAL Instance method Public Method Return if the status is an optional one for aggregation 20110412
6 GET_TEXT Instance method Public Method Get the Description of a Status Classification 20110103
7 SET_OPTIONAL Instance method Public Method Set if the status is optional for aggregation 20110412
8 S_ADD_NEW_STATUS 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 Importing I_ID Call by reference Type reference (TYPE) SIW_DTE_STATUS_CLASS 20110103
2 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing I_ID Call by reference Type reference (TYPE) SIW_DTE_STATUS_CLASS 20101230
2 Importing I_OFFSET Call by reference Type reference (TYPE) INT4 -1 Dummy for B20 int1 (Local Everywhere) 20110411
3 Importing I_OPTIONAL Call by reference Type reference (TYPE) BOOLEAN SPACE Optional for aggregated states 20110412
4 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20101230
5 Returning 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