SAP ABAP Class CL_HDB_FEATURE_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_FEATURE_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 | 20121008 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HDB_FEATURE_HANDLER has no forward declaration.
Interfaces
Class CL_HDB_FEATURE_HANDLER has no interface implemented.
Friends
Class CL_HDB_FEATURE_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_FEATURE_MAPS | 20121008 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20121008 | |
2 | ![]() |
Instance method | Public | Method | 20121008 |
Events
Class CL_HDB_FEATURE_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_FEATURE_MAP | Public | See coding | 20121008 | BEGIN OF t_feature_map,
con_name TYPE dbcon_name,
component_name TYPE c LENGTH 16,
feature_name TYPE c LENGTH 32,
feature_version TYPE i,
END OF t_feature_map
|
||
2 | T_FEATURE_MAPS | Private | See coding | 20121008 | t_feature_maps TYPE STANDARD TABLE OF t_feature_map WITH KEY con_name component_name feature_name
|
Method Signatures
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121008 | |||
2 | ![]() |
CON_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20121008 | |||
3 | ![]() |
FEATURE_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121008 | |||
4 | ![]() |
VERSION | Value transfer | Type reference (TYPE) | I | 20121008 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB connection does not exist. | 20121008 |
Method PUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FEATURE_INFO | Call by reference | Type reference (TYPE) | T_FEATURE_MAP | 20121008 |
Method PUT on class CL_HDB_FEATURE_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |