SAP ABAP Class CL_LIB_COLLECTION (abstract collection of any elements)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SHDB_TOOLS_BASE | basic functions for SHDB_TOOLS | 20120213 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_COLL_DATA | collection of data elements | 20111110 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LIB_COLL_OBJ | collection of objects | 20111110 |
Properties
| Class | CL_LIB_COLLECTION | |
| Short Description | abstract collection of any elements | |
| Super Class | CL_SHDB_TOOLS_BASE | basic functions for SHDB_TOOLS |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20111110 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LIB_COLLECTION has no forward declaration.
Interfaces
Class CL_LIB_COLLECTION has no interface implemented.
Friends
Class CL_LIB_COLLECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TV_COLL_TYPE | 'B' | 20121127 | |||
| 2 | Constant | Public | Type reference (TYPE) | TV_COLL_TYPE | 'D' | 20111110 | |||
| 3 | Constant | Public | Type reference (TYPE) | TV_COLL_TYPE | 'O' | 20111110 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | TV_COLL_TYPE | MC_TYPE_OBJ | 20111110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111110 | ||
| 2 | Instance method | Public | Method | 20111110 | ||
| 3 | Instance method | Public | Method | 20111110 |
Events
Class CL_LIB_COLLECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TV_16BIT | Public | See coding | 20121127 | tv_16bit TYPE x LENGTH 2
|
||
| 2 | TV_COLL_TYPE | Public | See coding | 20111110 | tv_coll_type(1) TYPE c
|
Method Signatures
Method GET_DREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DREF | Value transfer | Object reference (TYPE REF TO) | DATA | 20111110 |
Method GET_DREF on class CL_LIB_COLLECTION 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 | 20111110 |
Method GET_ITERATOR on class CL_LIB_COLLECTION has no exception.
Method SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SIZE | Value transfer | Type reference (TYPE) | I | 20111110 |
Method SIZE on class CL_LIB_COLLECTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |