SAP ABAP Class IF_SIW_STATUS (Represents a 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 20101230
Properties
Class IF_SIW_STATUS  
Short Description Represents a SIW Status (Including Substatus)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101229   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_SIW_STATUS has no interface implemented.
Friends
Class IF_SIW_STATUS has no friend class.
Attributes
Class IF_SIW_STATUS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SUBSTATUS Instance method Public Method Add Another Status as Substatus 20101229
2 CHANGE_STATUS Instance method Public Method Set a New Status Return Code 20101229
3 FIND_SUBSTATUS_TO_CHANGE Instance method Public Method Get a Specific Substatus Within its Status Hierarchy 20110104
4 GET_VALUE Instance method Public Method Get the value of the status for persistency reasons 20110411
5 SET_DEPENDENT_STATUS Instance method Public Method Set Another Status as Dependent Status (for Invalidation) 20101229
6 SET_VALUE Instance method Public Method Retrieve the value from the storage 20110411
Events
# Event Type Visibility Description Created on
1 STATUS_CHANGED Instance Event
(0)
Public
(2)
Status has Changed 20110131
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding 20110104 tab type STANDARD TABLE OF REF TO if_siw_status WITH DEFAULT KEY
Method Signatures

Method ADD_SUBSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUB_STATUS Call by reference Object reference (TYPE REF TO) IF_SIW_STATUS Sub Status to be Added 20101229

Method ADD_SUBSTATUS on class IF_SIW_STATUS has no exception.

Method CHANGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_CONSIDER_OLD_RC Call by reference Type reference (TYPE) SIW_DTE_FLG ABAP_FALSE Should the Old RC be Considered/Merged? 20110111
2 Importing I_NEW_RC Call by reference Object reference (TYPE REF TO) CE_SIW_RC New Status Return Code 20110107

Method CHANGE_STATUS on class IF_SIW_STATUS has no exception.

Method FIND_SUBSTATUS_TO_CHANGE 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 20110104
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SIW_STATUS Changeable Status Reference 20110104

Method FIND_SUBSTATUS_TO_CHANGE on class IF_SIW_STATUS has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) SIW_DTE_STATUS_STORE Natural number 20110411

Method GET_VALUE on class IF_SIW_STATUS has no exception.

Method SET_DEPENDENT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEPENDENT_STATUS Call by reference Object reference (TYPE REF TO) IF_SIW_STATUS Status Which Dependends On This Status 20101229

Method SET_DEPENDENT_STATUS on class IF_SIW_STATUS has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STORE Call by reference Type reference (TYPE) SIW_DTE_STATUS_STORE SIW Status storage 20110411

Method SET_VALUE on class IF_SIW_STATUS has no exception.
Event Signatures

Event STATUS_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NEW_RC Exporting Value transfer Object reference (TYPE REF TO) CE_SIW_RC New Status Return Code 20110131
2 OLD_RC Exporting Value transfer Object reference (TYPE REF TO) CE_SIW_RC Previous Status Return Code 20110131
History
Last changed by/on SAP  20110908 
SAP Release Created in