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 ABAP 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 CHANGELIST Instance attribute Public Type reference (TYPE) INT4 DB Changelist 20120722
2 RELEASE Instance attribute Public Type reference (TYPE) INT1 DB Release 20120722
3 REVISION Instance attribute Public Type reference (TYPE) INT2 DB Revision 20120722
4 VERSION Instance attribute Public Type reference (TYPE) INT1 DB Version 20120722
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120722
2 IS_NEWER 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 CX_HDB_ABAP_CLIENT_SHM_ERROR Shared memory error for HDB ABAP Client 20130403
2 CX_TREX_REMOTE_COMMUNICATION Remote Communication Exception 20120722

Method IS_NEWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGELIST Call by reference Type reference (TYPE) NUMERIC 0 DB Changelist (INT4) 20120722
2 Importing RELEASE Call by reference Type reference (TYPE) NUMERIC 0 DB Release (INT1) 20120722
3 Importing REVISION Call by reference Type reference (TYPE) NUMERIC 0 DB Revision (INT1) 20120722
4 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL True: current HANA is newer than input version 20120722
5 Importing 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