SAP ABAP Class CL_SIW_TODO (Todo)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_PRODUCTION (Package) Service Implementation Production
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SIW_TODO TODO 20080328
Properties
Class CL_SIW_TODO  
Short Description Todo    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_PRODUCTION   Service Implementation Production 
Created 20080328   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_TODO has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_TODO TODO 20080328
Friends
Class CL_SIW_TODO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_TODO_DONE Constant Public Type reference (TYPE) STRING 'DONE' 20080328
2 CON_TODO_OPTIONAL Constant Public Type reference (TYPE) STRING 'OPTIONAL' 20080328
3 CON_TODO_RELEVANCE Constant Public Type reference (TYPE) STRING 'RELEVANCE' 20080328
4 CON_TODO_STATUS Constant Public Type reference (TYPE) STRING 'STATUS' 20080328
5 CON_TODO_TYPE Constant Public Type reference (TYPE) STRING 'TODO' 20080328
6 FLG_DONE Instance attribute Private Type reference (TYPE) C 20080328
7 FLG_OPTIONAL Instance attribute Private Type reference (TYPE) C 20080328
8 INCLUDE Instance attribute Private Type reference (TYPE) SY-REPID 20080328
9 READER Instance attribute Private Object reference (TYPE REF TO) IF_SIW_REPOSITORY_READER 20080328
10 SLOT Instance attribute Private Object reference (TYPE REF TO) IF_CMP_SLOT 20080328
Methods
# Method Level Visibility Method type Description Created on
1 SET_DONE_FLAG Instance method Public Method Check & set falgs "done", "optional", ... 20080328
2 S_CREATE Static method Public Method 20080328
Events
Class CL_SIW_TODO has no event.
Types
Class CL_SIW_TODO has no local type.
Method Signatures

Method SET_DONE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLG_TODO Value transfer Type reference (TYPE) XFELD 20080328
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20090917

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCLUDE Call by reference Type reference (TYPE) CSEQUENCE 20080328
2 Importing I_READER Call by reference Object reference (TYPE REF TO) IF_SIW_REPOSITORY_READER 20080328
3 Importing I_SLOT Call by reference Object reference (TYPE REF TO) IF_CMP_SLOT 20080328
4 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SIW_TODO 20080328

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