SAP ABAP Class IF_SIW_STATUS_GETTER (Read Interface for SIW Status (Including Substatus))
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIW_STATUS Handles SIW Status 20110104
Properties
Class IF_SIW_STATUS_GETTER  
Short Description Read Interface for SIW Status (Including Substatus)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110103   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SIW_STATUS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SIW_STATUS_GETTER has no interface implemented.
Friends
Class IF_SIW_STATUS_GETTER has no friend class.
Attributes
Class IF_SIW_STATUS_GETTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FIND_SUBSTATUS Instance method Public Method Get a Specific Substatus Within its Status Hierarchy 20110103
2 GET_ALL_SUBSTATUS Instance method Public Method Get all Direct Substatus 20110103
3 GET_CLASS Instance method Public Method Get the Status Class 20110103
4 GET_CLASS_TEXT Instance method Public Method Get the Description of the Status Class 20110103
5 GET_RC Instance method Public Method Get the Result Code of an Status 20110107
6 IS_AGGREGATED Instance method Public Method Checks whether Status is an Aggregated Status 20110103
Events
Class IF_SIW_STATUS_GETTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding List of Status References 20110103 tab type standard table of ref to if_siw_status_getter with default key
Method Signatures

Method FIND_SUBSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS_CLASS Call by reference Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status Class of Searched Substatus 20110103
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SIW_STATUS_GETTER Found Substatus Reference; Could be Initial 20110103

Method FIND_SUBSTATUS on class IF_SIW_STATUS_GETTER has no exception.

Method GET_ALL_SUBSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_SIW_STATUS=>TAB List of Substatus References 20110103

Method GET_ALL_SUBSTATUS on class IF_SIW_STATUS_GETTER has no exception.

Method GET_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CE_SIW_STATUS_CLASS Status Class 20110103

Method GET_CLASS on class IF_SIW_STATUS_GETTER has no exception.

Method GET_CLASS_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 Status Class Description 20110103

Method GET_CLASS_TEXT on class IF_SIW_STATUS_GETTER has no exception.

Method GET_RC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CE_SIW_RC Return Code of that Status 20110107

Method GET_RC on class IF_SIW_STATUS_GETTER has no exception.

Method IS_AGGREGATED 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_FLG_AGGREGATED_STATUS 'X' = Status is an Aggregation of Several Substatus 20110103

Method IS_AGGREGATED on class IF_SIW_STATUS_GETTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in