SAP ABAP Interface IF_LIB_CLUSTERABLE (add possibility to store a class in cluster)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_CLUSTER | implements a basic storage in cluster | 20120213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDU_CHECK_ISSUE | abstract consistency check issue | 20120404 |
Properties
| Interface | IF_LIB_CLUSTERABLE | |
| Short Description | add possibility to store a class in cluster |
General Data
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20120213 | SAP |
| Last changed | 20140121 | SAP |
| 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
Interface IF_LIB_CLUSTERABLE has no interface.
Friends
Interface IF_LIB_CLUSTERABLE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_MASTER_KEY | Constant | Public | Type reference (TYPE) | TV_KEY | 'if_clusterable_master' | 20120213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120213 | ||
| 2 | Instance method | Public | Method | 20120213 | ||
| 3 | Instance method | Public | Method | 20120213 | ||
| 4 | Instance method | Public | Method | 20120213 | ||
| 5 | Instance method | Public | Method | 20120213 |
Events
Interface IF_LIB_CLUSTERABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KEY | Public | See coding | 20120213 | BEGIN OF ts_key,
key TYPE tv_key,
date TYPE d,
time TYPE t,
user TYPE syuname,
class TYPE string,
num_all TYPE i,
num_sel type i,
END OF ts_key
|
||
| 2 | TT_KEY | Public | See coding | 20120213 | tt_key TYPE STANDARD TABLE OF ts_key WITH DEFAULT KEY
|
||
| 3 | TV_KEY | Public | See coding | 20120213 | tv_key(22) TYPE c
|
Method Signatures
Method CLEAR Signature
Method CLEAR on Interface IF_LIB_CLUSTERABLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120217 |
Method DIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DIR | Value transfer | Type reference (TYPE) | TT_KEY | 20120213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120217 |
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | TV_KEY | 20120213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120217 |
Method REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | TV_KEY | 20120213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120217 |
Method STORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | TV_KEY | 20120213 | ||||
| 2 | IV_NEW_DIR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120217 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |