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 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | RSADOBJ | 'DISBL_VCHK_' | Object Administration Business Information Warehouse | 20120104 | |
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111130 | ||
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | T_TH_MODULE_CACHE | 20111130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check whether module is compatible to current hdb version | 20111130 |
2 | ![]() |
Static method | Public | Method | 20111130 | |
3 | ![]() |
Static method | Public | Method | 20111130 | |
4 | ![]() |
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 | ![]() |
E_COMPATIBLE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20111130 | ||
2 | ![]() |
E_VERSION_DESCR | Call by reference | Type reference (TYPE) | STRING | 20111130 | |||
3 | ![]() |
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 | ![]() |
R_VERSION | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20111130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_MODULE | Call by reference | Type reference (TYPE) | STRING | 20120104 | |||
2 | ![]() |
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 |