SAP ABAP Class CL_SHDB_TABLE_PROP (provides a cache for properties of HANA tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
HAN-DB (Application Component) SAP HANA Database
⤷
SHDB (Package) Basis Package for HDB

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_TABLE_CACHE | abstract cache for DB tables | 20130605 |
Properties
Class | CL_SHDB_TABLE_PROP | |
Short Description | provides a cache for properties of HANA tables | |
Super Class | CL_LIB_TABLE_CACHE | abstract cache for DB tables |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SHDB | Basis Package for HDB |
Created | 20130327 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SHDB_TABLE_PROP has no interface implemented.
Friends
Class CL_SHDB_TABLE_PROP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20130605 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130605 | |||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SHDB_TABLE_PROP | 20130605 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | returns the column names | 20130605 |
2 | ![]() |
Instance method | Private | Constructor | USE new() OR new_by_sel() INSTEAD!!! | 20130605 |
3 | ![]() |
Instance method | Public | Method | single table access | 20130605 |
4 | ![]() |
Instance method | Public | Method | get an iterator on tables | 20130605 |
5 | ![]() |
Static method | Public | Method | create new instance using a single table name | 20130605 |
6 | ![]() |
Static method | Public | Method | create new instance using a selection of requested tables | 20130605 |
7 | ![]() |
Static method | Public | Method | Set the AUTO_MERGE property | 20131016 |
8 | ![]() |
Static method | Public | Method | 20130605 | |
9 | ![]() |
Static method | Public | Method | just a functional test | 20130605 |
Events
Class CL_SHDB_TABLE_PROP has no event.
Types
Class CL_SHDB_TABLE_PROP has no local type.
Method Signatures
Method COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COLUMNS | Value transfer | Type reference (TYPE) | IF_SHDB_DEF=>TT_STRING | 20130605 |
Method COLUMNS on class CL_SHDB_TABLE_PROP has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COLS | Call by reference | Type reference (TYPE) | STRING | 20130605 | |||
2 | ![]() |
IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | 20130605 | |||
3 | ![]() |
IV_WHERE | Call by reference | Type reference (TYPE) | STRING | 20130605 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130605 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | 20130605 | |||
2 | ![]() |
RR_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20130605 |
Method GET on class CL_SHDB_TABLE_PROP has no exception.
Method GET_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_REF | Value transfer | Object reference (TYPE REF TO) | IF_LIB_ITERABLE | 20130605 |
Method GET_ITERATOR on class CL_SHDB_TABLE_PROP has no exception.
Method NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COLS | Call by reference | Type reference (TYPE) | STRING | 20130605 | |||
2 | ![]() |
IV_COND | Call by reference | Type reference (TYPE) | STRING | 20130605 | |||
3 | ![]() |
IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | 20130605 | |||
4 | ![]() |
RR_REF | Value transfer | Object reference (TYPE REF TO) | CL_SHDB_TABLE_PROP | 20130605 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130605 |
Method NEW_BY_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SEL | Call by reference | Object reference (TYPE REF TO) | CL_LIB_SELTAB | 20130605 | |||
2 | ![]() |
IV_COLS | Call by reference | Type reference (TYPE) | STRING | 20130605 | |||
3 | ![]() |
IV_COND | Call by reference | Type reference (TYPE) | STRING | 20130605 | |||
4 | ![]() |
RR_REF | Value transfer | Object reference (TYPE REF TO) | CL_SHDB_TABLE_PROP | 20130605 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130605 |
Method SET_AUTO_MERGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOOL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131016 | |||
2 | ![]() |
IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20131016 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
exceptions of HANA DB objects | 20131016 |
Method SET_AUTO_OPTIMIZE_COMPRESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOOL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130605 | |||
2 | ![]() |
IV_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20130605 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
exceptions of HANA DB objects | 20130605 |
Method _ZTEST Signature
Method _ZTEST on class CL_SHDB_TABLE_PROP has no parameter.
Method _ZTEST on class CL_SHDB_TABLE_PROP has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |