SAP ABAP Class CL_BICS_DATA_CONTAINER (Data Container)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_BASE_OBJECTS (Package) Basis Objects of All BICS Entities
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_ITERATOR | General Iterator for Lists | 20100414 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_DATA_CONTAINER | Data Container | 20100412 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_IOBJ_MEMBER_CONTAINER | Container for Iobj Member(s) | 20100412 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_MD_STRUCTURE_MEMBR_CTR | Container of MD Structure Members | 20110307 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_RS_AXIS_TUPLE_CTR | Container for Axis Tuple in Result Set | 20100420 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_RS_AXIS_TUPLE_EL_CTR | Axis Tuple Element Container in Result Set | 20100420 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_RS_DATA_CELL_CONTAINER | Container for Data Cells in ABAP BICS | 20100414 |
Properties
| Class | CL_BICS_DATA_CONTAINER | |
| Short Description | Data Container | |
| Super Class | CL_BICS_ITERATOR | General Iterator for Lists |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_BASE_OBJECTS | Basis Objects of All BICS Entities |
| Created | 20100412 | SAP |
| Last change | 20130531 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_DATA_CONTAINER | Data Container | 20100412 |
Friends
Class CL_BICS_DATA_CONTAINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TN_TS_DATA_SORT_INDEX | Table of Sort Indexes for Individual Columns | 20100415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100412 | |
| 2 | Instance method | Private | Method | Create Sort Index | 20100415 | |
| 3 | Instance method | Public | Method | Searches for values in the attribute table | 20100415 |
Events
Class CL_BICS_DATA_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_DATA_SORT_INDEX | Public | See coding | Sort Index | 20100415 | BEGIN OF tn_s_data_sort_index,
table_column_index TYPE i,
key_unique TYPE abap_bool,
r_sort_index TYPE REF TO data,
r_name_type TYPE REF TO data,
END OF tn_s_data_sort_index
|
|
| 2 | TN_TS_DATA_SORT_INDEX | Public | See coding | 20100415 | tn_ts_data_sort_index TYPE SORTED TABLE OF tn_s_data_sort_index
WITH UNIQUE KEY table_column_index
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_CONTAINER_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20101220 | |||
| 2 | I_OBJECT_IMPL_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20100414 | |||
| 3 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100412 |
Method CONSTRUCTOR on class CL_BICS_DATA_CONTAINER has no exception.
Method CREATE_SORT_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | 20100415 | ||||
| 2 | R_S_DATA_SORT_INDEX | Value transfer | Type reference (TYPE) | TN_S_DATA_SORT_INDEX | 20100416 |
Method CREATE_SORT_INDEX on class CL_BICS_DATA_CONTAINER has no exception.
Method FIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | ANY | Gesuchtes Muster | 20100415 | |||
| 2 | I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | Spaltenindex | 20100415 | |||
| 3 | R_LINE_INDEX | Value transfer | Type reference (TYPE) | I | 1. Zeile wo gesuchte Muster vorkommt (0, wenn nicht da) | 20100415 |
Method FIND on class CL_BICS_DATA_CONTAINER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |