SAP ABAP Class CL_RSODSO_IMO_VERS_HANDLER (Management of HDB-Dependent Modules)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_TOOLS (Package) Tools for DataStore Objects
Properties
Class CL_RSODSO_IMO_VERS_HANDLER  
Short Description Management of HDB-Dependent Modules    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_TOOLS   Tools for DataStore Objects 
Created 20111130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSODSO_IMO_MODULE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSODSO_IMO_VERS_HANDLER has no interface implemented.
Friends
Class CL_RSODSO_IMO_VERS_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CTRL_SWTCH Constant Public Type reference (TYPE) RSADOBJ 'DISBL_VCHK_' Object Administration Business Information Warehouse 20120104
2 O_LAST_UPDATED Static Attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20111130
3 O_T_MODULE_CACHE Static Attribute Protected Type reference (TYPE) T_TH_MODULE_CACHE 20111130
Methods
# Method Level Visibility Method type Description Created on
1 GET_COMP_STATE Static method Public Method Check whether module is compatible to current hdb version 20111130
2 _GET_HDB_DSO_VERS Static method Public Method 20111130
3 _GET_MODULES Static method Public Method 20111130
4 _GET_VERSION_CHECK_DISABLED Static method Public Method 20120104
Events
Class CL_RSODSO_IMO_VERS_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_S_MODULE_CACHE Protected See coding 20111130 BEGIN OF T_S_MODULE_CACHE, module TYPE string, r_module TYPE REF TO cl_rsodso_imo_module, END OF t_s_module_cache
2 T_TH_MODULE_CACHE Protected See coding 20111130 t_th_module_cache TYPE HASHED TABLE OF t_s_module_cache WITH UNIQUE KEY module
Method Signatures

Method GET_COMP_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMPATIBLE Call by reference Type reference (TYPE) RS_BOOL Boolean 20111130
2 Exporting E_VERSION_DESCR Call by reference Type reference (TYPE) STRING 20111130
3 Importing I_MODULE Call by reference Type reference (TYPE) STRING 20111130

Method GET_COMP_STATE on class CL_RSODSO_IMO_VERS_HANDLER has no exception.

Method _GET_HDB_DSO_VERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VERSION Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20111130
# Exception Resumable Description Created on
1 CX_RSODSO_DATABASE_ERROR Fehler während der Verarbeitung der Daten 20111130

Method _GET_MODULES Signature

Method _GET_MODULES on class CL_RSODSO_IMO_VERS_HANDLER has no parameter.
Method _GET_MODULES on class CL_RSODSO_IMO_VERS_HANDLER has no exception.

Method _GET_VERSION_CHECK_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODULE Call by reference Type reference (TYPE) STRING 20120104
2 Returning R_DISABLED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120104

Method _GET_VERSION_CHECK_DISABLED on class CL_RSODSO_IMO_VERS_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730