SAP ABAP Class CL_RSODP_R3IS_STATUS (ODP: Status Handling)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSODP (Package) Operational Data Provisioning (BW Part)
Properties
Class CL_RSODP_R3IS_STATUS  
Short Description ODP: Status Handling    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODP   Operational Data Provisioning (BW Part) 
Created 20090319   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSODP_R3IS_STATUS has no forward declaration.
Interfaces
Class CL_RSODP_R3IS_STATUS has no interface implemented.
Friends
Class CL_RSODP_R3IS_STATUS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COMMIT_STATUS Constant Public See coding 20090319
2 C_ODPTYPE Constant Public See coding 20090319
3 P_INFOPROV Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20090319
4 P_LANGU Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090319
5 P_TH_INSTANCES Static Attribute Private Type reference (TYPE) TTH_INSTANCES 20090319
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20090319
2 CREATE_HEADER Instance method Public Method 20090319
3 CREATE_STAT Instance method Public Method 20090319
4 GET_INSTANCE Static method Public Method 20090319
5 GET_STATUS Instance method Public Method 20090327
6 SET_STATUS Instance method Public Method 20090319
Events
Class CL_RSODP_R3IS_STATUS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding 20090319 BEGIN OF ts_instance, infoprov TYPE rsinfoprov, langu TYPE sy-langu, instance TYPE REF TO cl_rsodp_r3is_status, END OF ts_instance
2 TTH_INSTANCES Private See coding 20090319 tth_instances TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY infoprov langu
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20090319
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20090319

Method CONSTRUCTOR on class CL_RSODP_R3IS_STATUS has no exception.

Method CREATE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTITION_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM 20090319

Method CREATE_HEADER on class CL_RSODP_R3IS_STATUS has no exception.

Method CREATE_STAT Signature

Method CREATE_STAT on class CL_RSODP_R3IS_STATUS has no parameter.
Method CREATE_STAT on class CL_RSODP_R3IS_STATUS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20090319
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20090319
3 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RSODP_R3IS_STATUS Statushandling 20090319

Method GET_INSTANCE on class CL_RSODP_R3IS_STATUS has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INDEX_DIRTY Call by reference Type reference (TYPE) RS_BOOL 20090401
2 Exporting E_LOAD_STAT Call by reference Type reference (TYPE) RSODPLOADSTAT Status 20090327

Method GET_STATUS on class CL_RSODP_R3IS_STATUS has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLED Call by reference Type reference (TYPE) RS_BOOL Boolean 20090319
2 Importing I_INDEX_DIRTY Call by reference Type reference (TYPE) RS_BOOL Boolean 20090401
3 Importing I_LOAD_STAT Call by reference Type reference (TYPE) RSODPLOADSTAT Status 20090319
4 Importing I_UPDATE_TIMESTAMP_FIRST Call by reference Type reference (TYPE) RS_BOOL Boolean 20090331
5 Importing I_UPDATE_TIMESTAMP_LAST Call by reference Type reference (TYPE) RS_BOOL Boolean 20090331

Method SET_STATUS on class CL_RSODP_R3IS_STATUS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702