SAP ABAP Class CL_HDB_BUILD_VERSION_HANDLER (feature version handle)
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_HDB_BUILD_VERSION_HANDLER  
Short Description feature version handle    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREX   TREX ABAP client 
Created 20130318   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_HDB_BUILD_VERSION_HANDLER has no interface implemented.
Friends
Class CL_HDB_BUILD_VERSION_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUILD_VERSIONS Instance attribute Private Type reference (TYPE) T_VERSION_MAPS 20130318
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method 20130318
2 PUT Instance method Public Method 20130318
Events
Class CL_HDB_BUILD_VERSION_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_VERSION_MAP Public See coding 20130318 BEGIN OF t_version_map, con_name TYPE dbcon_name, build_version TYPE string, END OF t_version_map
2 T_VERSION_MAPS Private See coding 20130318 t_version_maps TYPE STANDARD TABLE OF t_version_map WITH KEY con_name
Method Signatures

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BUILD_VERSION Value transfer Type reference (TYPE) HDBS_BUILD_VERSION HANA: Build version 20130318
2 Importing CON_NAME Call by reference Type reference (TYPE) CLIKE 20130318
# Exception Resumable Description Created on
1 CX_HDB_CONNECTION_NOT_FOUND DB connection does not exist. 20130318

Method PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUILD_VERSION Call by reference Type reference (TYPE) T_VERSION_MAP 20130318

Method PUT on class CL_HDB_BUILD_VERSION_HANDLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740