SAP ABAP Class CL_HDB_SERVICE_HANDLER (service handle)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷ STREX (Package) TREX ABAP client
⤷ BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷ STREX (Package) TREX ABAP client
Properties
Class | CL_HDB_SERVICE_HANDLER | |
Short Description | service handle | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STREX | TREX ABAP client |
Created | 20121009 | SAP |
Last change | 20130531 | 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_SERVICE_HANDLER has no interface implemented.
Friends
Class CL_HDB_SERVICE_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | SERVICES | Instance attribute | Private | Type reference (TYPE) | T_SERVICE_MAPS | 20121009 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET | Instance method | Public | Method | 20121009 | |
2 | PUT | Instance method | Public | Method | 20121009 |
Events
Class CL_HDB_SERVICE_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_SERVICE_MAP | Public | See coding | 20121009 | BEGIN OF T_SERVICE_MAP,
con_name TYPE dbcon_name,
is_scaleout TYPE abap_bool,
END OF t_service_map
|
||
2 | T_SERVICE_MAPS | Private | See coding | 20121009 | T_SERVICE_MAPS TYPE STANDARD TABLE OF t_service_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 | Importing | CON_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20121009 | |||
2 | Returning | IS_SCALEOUT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121009 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_HDB_CONNECTION_NOT_FOUND | DB connection does not exist. | 20121009 |
Method PUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | SERVICE_INFO | Call by reference | Type reference (TYPE) | T_SERVICE_MAP | 20121009 |
Method PUT on class CL_HDB_SERVICE_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |