SAP ABAP Class CL_HANA_VERSION_CHECKER (HANA: Check DB version)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client
⤷
⤷
Properties
| Class | CL_HANA_VERSION_CHECKER | |
| Short Description | HANA: Check DB version | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STREX | TREX ABAP client |
| Created | 20120722 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HANA_VERSION_CHECKER has no interface implemented.
Friends
Class CL_HANA_VERSION_CHECKER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | INT4 | DB Changelist | 20120722 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | INT1 | DB Release | 20120722 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | INT2 | DB Revision | 20120722 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | INT1 | DB Version | 20120722 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120722 | ||
| 2 | Instance method | Public | Method | True: current HANA is newer than input version | 20120722 |
Events
Class CL_HANA_VERSION_CHECKER has no event.
Types
Class CL_HANA_VERSION_CHECKER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_HANA_VERSION_CHECKER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Shared memory error for HDB ABAP Client | 20130403 | ||
| 2 | Remote Communication Exception | 20120722 |
Method IS_NEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGELIST | Call by reference | Type reference (TYPE) | NUMERIC | 0 | DB Changelist (INT4) | 20120722 | ||
| 2 | RELEASE | Call by reference | Type reference (TYPE) | NUMERIC | 0 | DB Release (INT1) | 20120722 | ||
| 3 | REVISION | Call by reference | Type reference (TYPE) | NUMERIC | 0 | DB Revision (INT1) | 20120722 | ||
| 4 | RVAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | True: current HANA is newer than input version | 20120722 | |||
| 5 | VERSION | Call by reference | Type reference (TYPE) | NUMERIC | 0 | DB Version (INT1) | 20120722 |
Method IS_NEWER on class CL_HANA_VERSION_CHECKER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |